Home
last modified time | relevance | path

Searched refs:search (Results 1 – 25 of 76) sorted by relevance

1234

/PHP-5.5/ext/standard/tests/strings/
H A Dstr_replace_variation2.phpt75 -- 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 Dbug39621.phpt6 $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 Dstr_replace.phpt133 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 Dstr_replace_variation1.phpt2 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 Dstr_replace_basic.phpt8 Prototype: mixed str_replace(mixed $search, mixed $replace,
10 Description: Replace all occurrences of the search string with
H A Dstr_replace_error.phpt8 Prototype: mixed str_replace(mixed $search, mixed $replace,
10 Description: Replace all occurrences of the search string with
H A Dstr_replace_variation3.phpt8 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;
/PHP-5.5/ext/standard/tests/array/
H A Darray_key_exists_variation6.phpt5 /* 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 Darray_key_exists_variation4.phpt5 /* 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 Darray_key_exists_basic.phpt5 /* 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 Darray_key_exists_variation5.phpt5 /* 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 Darray_key_exists_variation3.phpt5 /* 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 Darray_key_exists_error.phpt5 /* 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 Darray_key_exists_variation2.phpt2 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-5.5/ext/phar/tests/
H A Dbug65028.phpt19 "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-5.5/ext/spl/examples/
H A Dfindfile.inc28 * @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-5.5/ext/ldap/tests/
H A Dldap_search_variation5.phpt43 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-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c571 cp = estrndup((const char *)ms->search.s, ms->search.rm_len); in mprint()
583 t = ms->search.offset; in mprint()
585 t = ms->search.offset + ms->search.rm_len; in mprint()
593 t = ms->search.offset; in mprint()
695 ms->search.rm_len)); in moffset()
1044 ms->search.s_len = 0; in mcopy()
1045 ms->search.s = NULL; in mcopy()
1064 ms->search.s = buf; in mcopy()
1067 ms->search.rm_len = 0; in mcopy()
2027 if (ms->search.s == NULL) in magiccheck()
[all …]
/PHP-5.5/ext/fileinfo/
H A Dmagicdata.patch50 +0 search/16384 BEGIN
61 Subject: [PATCH] Limit regex search for BEGIN to the first 4K of the file.
75 -0 search/16384 BEGIN
/PHP-5.5/Zend/tests/
H A Dns_021.phpt2 021: Name search priority (first look into namespace)
H A Dns_022.phpt2 022: Name search priority (first look into import, then into current namespace and then for class)
/PHP-5.5/ext/pcre/tests/
H A Dinvalid_utf8.phpt12 $string = urldecode("search%e4");
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug37083.phpt15 …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 …]
/PHP-5.5/ext/snmp/tests/
H A Dbug64159.phpt22 MIB search path: %s
/PHP-5.5/ext/mbstring/
H A DREADME13 already. If you are curious, search archive for details.

Completed in 74 milliseconds

1234