Lines Matching refs:search

8   Prototype: mixed str_replace(mixed $search, mixed $replace, 
10 Description: Replace all occurrences of the search string with
35 echo "\n*** Testing str_replace() with various search values ***";
96 echo "\n-- String after replacing the search value is => --\n";
98 echo "-- search string has found '$count' times\n";
103 /* If replace has fewer values than search, then an empty
133 class search
139 $obj_search = new search;
253 *** Testing str_replace() with various search values ***
616 -- String after replacing the search value is => --
620 -- search string has found '2' times
623 -- String after replacing the search value is => --
627 -- search string has found '2' times
630 -- String after replacing the search value is => --
634 -- search string has found '1' times
637 -- String after replacing the search value is => --
641 -- search string has found '0' times
644 -- String after replacing the search value is => --
648 -- search string has found '1' times
651 -- String after replacing the search value is => --
655 -- search string has found '0' times
658 -- String after replacing the search value is => --
662 -- search string has found '0' times
665 -- String after replacing the search value is => --
669 -- search string has found '1' times
672 -- String after replacing the search value is => --
676 -- search string has found '0' times
679 -- String after replacing the search value is => --
683 -- search string has found '2' times
686 -- String after replacing the search value is => --
690 -- search string has found '1' times
693 -- String after replacing the search value is => --
697 -- search string has found '0' times
700 -- String after replacing the search value is => --
704 -- search string has found '1' times
707 -- String after replacing the search value is => --
711 -- search string has found '4' times
714 -- String after replacing the search value is => --
718 -- search string has found '4' times
721 -- String after replacing the search value is => --
725 -- search string has found '0' times
728 -- String after replacing the search value is => --
732 -- search string has found '29' times
735 -- String after replacing the search value is => --
739 -- search string has found '3' times
742 -- String after replacing the search value is => --
746 -- search string has found '1' times
749 -- String after replacing the search value is => --
753 -- search string has found '1' times
756 -- String after replacing the search value is => --
760 -- search string has found '1' times
763 -- String after replacing the search value is => --
767 -- search string has found '1' times
770 -- String after replacing the search value is => --
774 -- search string has found '3' times
777 -- String after replacing the search value is => --
781 -- search string has found '1' times
784 -- String after replacing the search value is => --
788 -- search string has found '3' times
791 -- String after replacing the search value is => --
795 -- search string has found '3' times
798 -- String after replacing the search value is => --
802 -- search string has found '0' times
805 -- String after replacing the search value is => --
809 -- search string has found '1' times
812 -- String after replacing the search value is => --
816 -- search string has found '29' times
819 -- String after replacing the search value is => --
823 -- search string has found '1' times
826 -- String after replacing the search value is => --
830 -- search string has found '2' times
833 -- String after replacing the search value is => --
837 -- search string has found '0' times
840 -- String after replacing the search value is => --
844 -- search string has found '3' times
847 -- String after replacing the search value is => --
851 -- search string has found '0' times
854 -- String after replacing the search value is => --
856 -- search string has found '1' times