<?php $s = '10011';echo preg_replace_callback("/11|10/", function($m) { return $m[0] == "11" ? "10" : "11";}, $s);
Standard input is empty
11010
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!