Home
last modified time | relevance | path

Searched refs:found (Results 26 – 50 of 457) sorted by relevance

12345678910>>...19

/php-src/Zend/tests/
H A Dindirect_call_string_002.phpt80 Class "" not found
81 Class "" not found
82 Class "" not found
83 Class "" not found
H A Dexception_handler_004.phpt19 …gument #1 ($callback) must be a valid callback or null, function "fo" not found or invalid functio…
20 …t_exception_handler(): Argument #1 ($callback) must be a valid callback or null, class "" not found
/php-src/ext/opcache/tests/
H A Dssa_bug_010.phpt13 $found = true;
21 if ($found) {
/php-src/ext/standard/tests/general_functions/
H A Dini_get_all.phpt27 Warning: ini_get_all(): Extension "" cannot be found in %s on line %d
30 Warning: ini_get_all(): Extension "nosuchextension" cannot be found in %s on line %d
74 Warning: ini_get_all(): Extension "" cannot be found in %s on line %d
/php-src/ext/dom/tests/modern/xml/
H A Dxpath_query_context_in_scope_ns.phpt20 echo "No nodes found\n";
73 No nodes found
75 No nodes found
85 No nodes found
94 No nodes found
/php-src/ext/snmp/
H A Dconfig.w3212 WARNING("snmp not enabled; libraries and headers not found");
15 WARNING("snmp not enabled; libraries and headers not found");
/php-src/ext/phar/tests/
H A Dstat.phpt57 echo "not found\n";
58 var_dump(file_exists("not/found"));
59 echo "not found 2\n";
60 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-src/ext/dom/tests/modern/html/interactions/
H A DHTMLCollection_named_reads.phpt35 $found = false;
36 for ($i = 0; $i < $obj->length && !$found; $i++) {
37 $found = $obj[$i] === $node;
39 if (!$found) {
/php-src/Zend/tests/assert/
H A Dexpect_007.phpt16 …-zA-Z0-9-]+)$~", $data["key"]), new HeaderMalfunctionError("malformed key found at {$next} \"{$dat…
19 Fatal error: Uncaught HeaderMalfunctionError: malformed key found at 1 "X-HTTP " in %sexpect_007.ph…
/php-src/ext/standard/tests/file/
H A Dfopen_variation14-win32.phpt101 …\fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
106 …\fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
111 …/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
116 …/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
121 …/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
126 …/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
131 …\fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
136 …\fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
153 …/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
158 …/fopen_variation14.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
[all …]
H A Dfopen_variation15-win32.phpt105 …\fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
110 …\fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
115 …/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
120 …/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
125 …/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
130 …/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
135 …\fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
140 …\fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
157 …/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
162 …/fopen_variation15.tmp): Failed to open stream: no suitable wrapper could be found in %s on line %d
[all …]
H A Dfopen_variation16.phpt53 echo "found file - not in dir1\n";
64 found file - not in dir1
66 found file - not in dir1
H A Dfopen_variation17.phpt52 echo "found file for reading\n";
63 found file for reading
65 found file for reading
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_error4.phpt61 …ler(): Argument #2 ($close) must be a valid callback, function "echo" not found or invalid functio…
64 session_set_save_handler(): Argument #3 ($read) must be a valid callback, function "echo" not found
67 …ler(): Argument #4 ($write) must be a valid callback, function "echo" not found or invalid functio…
70 …r(): Argument #5 ($destroy) must be a valid callback, function "echo" not found or invalid functio…
73 session_set_save_handler(): Argument #6 ($gc) must be a valid callback, function "echo" not found o…
H A Dsession_set_save_handler_variation1.phpt26 Warning: session_module_name(): Session handler module "" cannot be found in %s on line %d
30 Warning: session_module_name(): Session handler module "blah" cannot be found in %s on line %d
/php-src/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createaggregate_002.phpt23 PDO::sqliteCreateAggregate(): Argument #2 ($step) must be a valid callback, function "a" not found
24 …gate(): Argument #3 ($finalize) must be a valid callback, function "" not found or invalid functio…
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c86 const char *found; in PHP_FUNCTION() local
114 if (found) { in PHP_FUNCTION()
115 RETURN_LONG(found - haystack); in PHP_FUNCTION()
136 const char *found; in PHP_FUNCTION() local
171 if (found) { in PHP_FUNCTION()
172 RETURN_LONG(found - haystack_dup); in PHP_FUNCTION()
526 const char *found; in strstr_common_handler() local
538 found = php_memnstr(haystack, needle, needle_len, haystack + haystack_len); in strstr_common_handler()
541 if ( !found ) { in strstr_common_handler()
547 size_t found_offset = found - haystack; in strstr_common_handler()
[all …]
/php-src/ext/date/tests/
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-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createaggregate_002.phpt24 PdoSqlite::createAggregate(): Argument #2 ($step) must be a valid callback, function "a" not found
25 …gate(): Argument #3 ($finalize) must be a valid callback, function "" not found or invalid functio…
/php-src/ext/simplexml/
H A Dconfig.w3216 WARNING("simplexml support can't be enabled, libxml is not found")
27 WARNING("simplexml not enabled; libraries and headers not found");
/php-src/ext/pdo_pgsql/tests/
H A Dbug62593.phpt53 $expect = 'No errors found';
59 $expect = 'Invalid boolean found';
69 No errors found
/php-src/sapi/cli/tests/
H A Dbug78323.phpt13 // 2 option not found
29 // option not found
69 Error in argument %d, char %d: option not found %s
/php-src/ext/mysqli/tests/
H A Dbug42548.phpt12 die(sprintf('skip Needs MySQL 5.0+, found version %d.', mysqli_get_server_version($link)));
42 print "no results found\n";
74 no results found
/php-src/Zend/tests/throw/
H A D002.phpt8 return new Exception('Not found');
16 return new Exception('Static not found');
116 Not found
117 Static not found
/php-src/ext/standard/tests/http/
H A Dignore_errors.phpt17 "data://text/plain,HTTP/1.1 404 Not found\r\nX-bar: baz\r\n\r\n2",
71 …ng: fopen(http://%s:%d/foo/bar): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not found
96 string(22) "HTTP/1.1 404 Not found"
123 string(22) "HTTP/1.1 404 Not found"

Completed in 37 milliseconds

12345678910>>...19