/PHP-7.0/ext/standard/tests/strings/ |
H A D | str_replace_variation2.phpt | 75 -- search string has found '2' times 82 -- search string has found '2' times 89 -- search string has found '1' times 96 -- search string has found '0' times 103 -- search string has found '1' times 110 -- search string has found '0' times 117 -- search string has found '0' times 124 -- search string has found '1' times 131 -- search string has found '0' times 138 -- search string has found '2' times [all …]
|
H A D | bug39621.phpt | 6 $search = "qxxx\0qqqqqqqq"; 10 $result = str_replace ( $search, $replace, $subject ); 14 $search = "QXXX\0qqqqqqqq"; 18 $result = str_ireplace ( $search, $replace, $subject ); 22 $search = "qxxx\0xxxxxxxx"; 26 $result = str_replace ( $search, $replace, $subject ); 30 $search = "qXxx\0xXxXxXxx"; 34 $result = str_ireplace ( $search, $replace, $subject );
|
H A D | str_replace.phpt | 133 class search 139 $obj_search = new search; 620 -- search string has found '2' times 627 -- search string has found '2' times 634 -- search string has found '1' times 641 -- search string has found '0' times 648 -- search string has found '1' times 655 -- search string has found '0' times 662 -- search string has found '0' times 669 -- search string has found '1' times [all …]
|
H A D | str_replace_variation1.phpt | 2 Test str_replace() function - test search values 8 Prototype: mixed str_replace(mixed $search, mixed $replace, 10 Description: Replace all occurrences of the search string with 15 echo "\n*** Testing str_replace() with various search values ***"; 32 *** Testing str_replace() with various search values ***
|
H A D | str_replace_basic.phpt | 8 Prototype: mixed str_replace(mixed $search, mixed $replace, 10 Description: Replace all occurrences of the search string with
|
H A D | str_replace_error.phpt | 8 Prototype: mixed str_replace(mixed $search, mixed $replace, 10 Description: Replace all occurrences of the search string with
|
H A D | str_replace_variation3.phpt | 8 Prototype: mixed str_replace(mixed $search, mixed $replace, 10 Description: Replace all occurrences of the search string with 16 /* If replace has fewer values than search, then an empty 46 class search 52 $obj_search = new search;
|
H A D | bug71190.phpt | 2 Bug #71190 (substr_replace converts integers in original $search array to strings)
|
H A D | bug71188.phpt | 2 Bug #71188 (str_replace converts integers in original $search array to strings)
|
/PHP-7.0/ext/standard/tests/array/ |
H A D | array_key_exists_variation6.phpt | 5 /* Prototype : bool array_key_exists(mixed $key, array $search) 31 echo "\n-- Key in \$search array is : $name --\n"; 32 $search[$input] = 'test'; 37 var_dump(array_key_exists($key, $search)); 40 $search = null; 49 -- Key in $search array is : null -- 57 -- Key in $search array is : NULL -- 65 -- Key in $search array is : empty single quoted string -- 73 -- Key in $search array is : empty double quoted string -- 81 -- Key in $search array is : undefined variable -- [all …]
|
H A D | array_key_exists_variation4.phpt | 5 /* Prototype : bool array_key_exists(mixed $key, array $search) 19 echo "\n-- \$search is a reference to \$array --\n"; 20 $search = &$array; 21 var_dump(array_key_exists('one', $search)); 29 -- $search is a reference to $array --
|
H A D | array_key_exists_basic.phpt | 5 /* Prototype : bool array_key_exists(mixed $key, array $search) 19 $search = array('one', 'key' => 'value', 'val'); 20 var_dump(array_key_exists($key1, $search)); 21 var_dump(array_key_exists($key2, $search));
|
H A D | array_key_exists_variation5.phpt | 5 /* Prototype : bool array_key_exists(mixed $key, array $search) 25 echo "\n-- \$search arg points to sub-array --\n"; 37 -- $search arg points to sub-array --
|
H A D | array_key_exists_variation3.phpt | 5 /* Prototype : bool array_key_exists(mixed $key, array $search) 20 $search = array ('zero', 'one', 'two'); 26 var_dump(array_key_exists($key, $search)); 28 var_dump(array_key_exists((int)$key, $search));
|
H A D | array_key_exists_error.phpt | 5 /* Prototype : bool array_key_exists(mixed $key, array $search) 20 $search = array(1, 2); 22 var_dump( array_key_exists($key, $search, $extra_arg) );
|
H A D | array_key_exists_variation2.phpt | 2 Test array_key_exists() function : usage variations - Pass different data types to $search arg 5 /* Prototype : bool array_key_exists(mixed $key, array $search) 12 * Pass different data types as $search argument to array_key_exists() to test behaviour 40 // unexpected values to be passed to $search argument
|
/PHP-7.0/ext/phar/tests/ |
H A D | bug65028.phpt | 19 "files/search/schema.xml", 105 "modules/search/select/searchModuleSelect.php", 106 "modules/search/select/searchOrderSelect.php", 108 "modules/search/misc/searchProviderSolr.php", 110 "modules/search/misc/searchResultItem.php", 111 "modules/search/misc/searchProviderBase.php", 112 "modules/search/misc/searchIProvider.php", 118 "modules/search/setup/config/sysSettings.xml", 119 "modules/search/setup/resources/lang/en.xml", 120 "modules/search/setup/resources/lang/de.xml", [all …]
|
/PHP-7.0/ext/spl/examples/ |
H A D | findfile.inc | 28 * @param $path the directory to search in 31 * @param $file the name of the files to search fro 55 /** @return the filename to search for. 57 * extended class that uses regular expressions to search.
|
/PHP-7.0/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 631 cp = estrndup((const char *)ms->search.s, ms->search.rm_len); in mprint() 644 t = ms->search.offset; in mprint() 646 t = ms->search.offset + ms->search.rm_len; in mprint() 654 t = ms->search.offset; in mprint() 1095 ms->search.s_len = 0; in mcopy() 1096 ms->search.s = NULL; in mcopy() 1116 ms->search.s_len = 0; in mcopy() 1117 ms->search.s = NULL; in mcopy() 1136 ms->search.s = buf; in mcopy() 1139 ms->search.rm_len = 0; in mcopy() [all …]
|
/PHP-7.0/ext/ldap/tests/ |
H A D | ldap_search_variation5.phpt | 43 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d 64 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d 85 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
|
/PHP-7.0/Zend/tests/ |
H A D | ns_021.phpt | 2 021: Name search priority (first look into namespace)
|
H A D | ns_022.phpt | 2 022: Name search priority (first look into import, then into current namespace and then for class)
|
/PHP-7.0/ext/pcre/tests/ |
H A D | invalid_utf8.phpt | 12 $string = urldecode("search%e4");
|
/PHP-7.0/ext/snmp/tests/ |
H A D | bug64159.phpt | 22 MIB search path: %s
|
/PHP-7.0/ext/soap/tests/bugs/ |
H A D | bug37083.phpt | 15 …as.xmlsoap.org/soap/encoding/" xmlns:ns1="urn:java:de.pangaea.metadataportal.search.SearchService"> 19 …e="ns3:SearchResponseItem" xmlns:ns3="urn:java:de.pangaea.metadataportal.search.SearchService" xml… 20 …e="ns4:SearchResponseItem" xmlns:ns4="urn:java:de.pangaea.metadataportal.search.SearchService" xml… 21 …e="ns5:SearchResponseItem" xmlns:ns5="urn:java:de.pangaea.metadataportal.search.SearchService" xml… 22 …e="ns6:SearchResponseItem" xmlns:ns6="urn:java:de.pangaea.metadataportal.search.SearchService" xml… 23 …e="ns7:SearchResponseItem" xmlns:ns7="urn:java:de.pangaea.metadataportal.search.SearchService" xml… 47 $search=new stdClass(); 48 $search->queryString='argo'; 49 $search->ranges[]=$r=new stdClass(); 52 $search->index='all'; [all …]
|