Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 465) sorted by relevance

12345678910>>...19

/PHP-5.5/ext/date/tests/
H A Dtimezones-list.phpt20 echo in_array( "UTC", $a ) ? "found" : "notfound", "\n";
31 found
33 found
34 found
36 found
37 found
38 found
41 found
43 found
44 found
[all …]
H A Dbug67253.phpt35 string(51) "Meridian can only come after an hour has been found"
37 string(29) "A meridian could not be found"
H A Dbug43808.phpt30 string(47) "The timezone could not be found in the database"
46 string(47) "The timezone could not be found in the database"
/PHP-5.5/ext/intl/tests/
H A Dlocale_get_keywords.phpt105 root: No keywords found.
108 Hindi: No keywords found.
109 de: No keywords found.
110 fr: No keywords found.
111 ja: No keywords found.
113 zh-Hant: No keywords found.
124 de-DE: No keywords found.
125 en-US: No keywords found.
126 es-419: No keywords found.
129 zh-min: No keywords found.
[all …]
H A Dlocale_get_keywords2.phpt105 root: No keywords found.
108 Hindi: No keywords found.
109 de: No keywords found.
110 fr: No keywords found.
111 ja: No keywords found.
114 zh-Hant: No keywords found.
125 de-DE: No keywords found.
126 en-US: No keywords found.
127 es-419: No keywords found.
132 zh-min: No keywords found.
[all …]
/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 Dstr_replace.phpt620 -- 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
676 -- search string has found '0' times
683 -- search string has found '2' times
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_only.phpt77 printf("[015] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
88 $found = 0;
91 $found++;
93 if ($found < (count($memory_funcs) - 2))
94 printf("[016] Only %d memory functions have been found, expecting at least %d.\n",
95 $found, count($memory_funcs) - 2);
99 printf("[025] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
110 $found = 0;
113 $found++;
115 if ($found > 2)
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_map_variation16.phpt43 Warning: array_map() expects parameter 1 to be a valid callback, function 'echo' not found or inval…
47 Warning: array_map() expects parameter 1 to be a valid callback, function 'array' not found or inva…
51 Warning: array_map() expects parameter 1 to be a valid callback, function 'empty' not found or inva…
55 Warning: array_map() expects parameter 1 to be a valid callback, function 'eval' not found or inval…
59 Warning: array_map() expects parameter 1 to be a valid callback, function 'exit' not found or inval…
63 Warning: array_map() expects parameter 1 to be a valid callback, function 'isset' not found or inva…
67 Warning: array_map() expects parameter 1 to be a valid callback, function 'list' not found or inval…
71 Warning: array_map() expects parameter 1 to be a valid callback, function 'print' not found or inva…
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_ini.phpt18 $found = false;
23 $found = true;
27 if (!$found) {
29 $found = ($dsn !== false);
32 if (!$found)
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_line_nb.phpt15 * length bytes have been read, the string specified by ending is found, EOF.
26 …dump(stream_get_line($sockets[1], 8192, $eol)); // Does not returns incomplete line (EOL not found)
30 var_dump(stream_get_line($sockets[1], 8192, $eol)); // Returns full line (EOL found)
35 var_dump(stream_get_line($sockets[1], strlen(b"incomplete line"), $eol)); // EOL not found but $len…
38 …dump(stream_get_line($sockets[1], 8192, $eol)); // Does not returns incomplete line (EOL not found)
42 …dump(stream_get_line($sockets[1], 8192, $eol)); // Does not returns incomplete line (EOL not found)
/PHP-5.5/ext/oci8/tests/
H A Dbug42134.phpt65 Warning: oci_new_collection(): OCI-22303: type ""."ABC" not found in %s on line %d
71 string(34) "OCI-22303: type ""."ABC" not found"
78 Warning: oci_new_collection(): OCI-22303: type ""."DEF" not found in %s on line %d
84 string(34) "OCI-22303: type ""."DEF" not found"
91 Warning: oci_new_collection(): OCI-22303: type ""."GHI" not found in %s on line %d
97 string(34) "OCI-22303: type ""."GHI" not found"
/PHP-5.5/ext/mbstring/tests/
H A Dmb_stripos_basic.phpt74 echo "\n -- ASCII Strings, needle should be found --\n";
77 echo "\n -- ASCII Strings, needle should not be found --\n";
86 echo "\n -- Greek Strings, needle should be found --\n";
89 echo "\n -- ASCII Strings, needle should not be found --\n";
103 -- ASCII Strings, needle should be found --
117 -- ASCII Strings, needle should not be found --
131 -- Greek Strings, needle should be found --
145 -- ASCII Strings, needle should not be found --
H A Dmb_strripos_basic.phpt74 echo "\n -- ASCII Strings, needle should be found --\n";
77 echo "\n -- ASCII Strings, needle should not be found --\n";
86 echo "\n -- Greek Strings, needle should be found --\n";
89 echo "\n -- ASCII Strings, needle should not be found --\n";
103 -- ASCII Strings, needle should be found --
117 -- ASCII Strings, needle should not be found --
131 -- Greek Strings, needle should be found --
145 -- ASCII Strings, needle should not be found --
H A Dmb_strrchr_variation6.phpt33 // needle should be found
35 // no needle should be found
40 // needle should be found
46 echo "nothing found!\n";
48 // no needle should be found
H A Dmb_strstr_variation6.phpt33 // needle should be found
35 // no needle should be found
40 // needle should be found
46 echo "nothing found!\n";
48 // no needle should be found
/PHP-5.5/Zend/tests/
H A Dbug30519.phpt2 Bug #30519 (Interface not existing says Class not found)
9 Fatal error: Interface 'a' not found in %sbug30519.php on line 2
/PHP-5.5/ext/pgsql/tests/
H A D80_bug36625.phpt27 $found = 0;
31 $GLOBALS['found']++;
37 var_dump($found > 0);
/PHP-5.5/ext/phar/tests/
H A Dstat.phpt56 echo "not found\n";
57 var_dump(file_exists("not/found"));
58 echo "not found 2\n";
59 var_dump(fileperms("not/found"));
219 not found
221 not found 2
223 Warning: fileperms(): stat failed for not/found in phar://%sstat.phar.php/my/index.php on line %d
/PHP-5.5/ext/standard/tests/file/
H A Dfopen_variation14-win32.phpt108 …\fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
113 …\fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
118 …/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
123 …/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
128 …/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
133 …/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
138 …\fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
143 …\fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
160 …/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
165 …/fopen_variation14.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
[all …]
H A Dfopen_variation15-win32.phpt112 …\fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
117 …\fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
122 …/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
127 …/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
132 …/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
137 …/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
142 …\fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
147 …\fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
164 …/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
169 …/fopen_variation15.tmp): failed to open stream: no suitable wrapper could be found in %s on line %d
[all …]
/PHP-5.5/ext/snmp/
H A Dconfig.w3214 WARNING("snmp not enabled; libraries and headers not found");
17 WARNING("snmp not enabled; libraries and headers not found");
/PHP-5.5/ext/mysql/tests/
H A Dmysql_result.phpt90 Warning: mysql_result(): unknown not found in MySQL result index %d in %s on line %d
93 Warning: mysql_result(): _test. not found in MySQL result index %d in %s on line %d
96 Warning: mysql_result(): not found in MySQL result index %d in %s on line %d
99 Warning: mysql_result(): _test. not found in MySQL result index %d in %s on line %d
108 Warning: mysql_result(): test.id not found in MySQL result index %d in %s on line %d
111 Warning: mysql_result(): test.label not found in MySQL result index %d in %s on line %d
/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_string.c113 unsigned char *found; in PHP_FUNCTION() local
153 if (!found) { in PHP_FUNCTION()
160 RETURN_LONG(found - haystack); in PHP_FUNCTION()
181 unsigned char *found; in PHP_FUNCTION() local
229 if (found) { in PHP_FUNCTION()
230 RETURN_LONG(found - haystack_dup); in PHP_FUNCTION()
617 unsigned char *haystack, *needle, *found; in strstr_common_handler() local
643found = (unsigned char *)php_memnstr((char *)haystack, (char *)needle, needle_len, (char *)haystac… in strstr_common_handler()
646 if ( !found ) { in strstr_common_handler()
652 size_t found_offset = found - haystack; in strstr_common_handler()
[all …]
/PHP-5.5/ext/standard/tests/http/
H A Dignore_errors.phpt17 "data://text/plain,HTTP/1.0 404 Not found\r\nX-bar: baz\r\n\r\n2",
70 …http://127.0.0.1:12342/foo/bar): failed to open stream: HTTP request failed! HTTP/1.0 404 Not found
93 string(22) "HTTP/1.0 404 Not found"
118 string(22) "HTTP/1.0 404 Not found"

Completed in 76 milliseconds

12345678910>>...19