Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-7.4/Zend/tests/
H A Dbug30519.phpt2 Bug #30519 (Interface not existing says Class not found)
9 Fatal error: Uncaught Error: Interface 'a' not found in %s:%d
H A Dindirect_call_string_002.phpt80 Class '' not found
81 Class '' not found
82 Class '' not found
83 Class '' not found
/PHP-7.4/ext/opcache/tests/
H A Dssa_bug_010.phpt13 $found = true;
21 if ($found) {
/PHP-7.4/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-7.4/ext/session/tests/
H A Dsession_set_cookie_params_variation7.phpt49 Warning: session_set_cookie_params(): No valid keys were found in the options array in %s
52 Warning: session_set_cookie_params(): Unrecognized key 'unknown_key' found in the options array in …
54 Warning: session_set_cookie_params(): Unrecognized key 'secure_invalid' found in the options array …
56 Warning: session_set_cookie_params(): No valid keys were found in the options array in %s
/PHP-7.4/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-7.4/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"));
220 not found
222 not found 2
224 Warning: fileperms(): stat failed for not/found in phar://%sstat.phar.php/my/index.php on line %d
/PHP-7.4/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 …]
H A Dfopen_variation17.phpt58 echo "found file for reading\n";
70 found file for reading
72 found file for reading
H A Dfopen_variation16.phpt59 echo "found file - not in dir1\n";
71 found file - not in dir1
73 found file - not in dir1
H A Dbug24482.phpt30 echo "glob found:\n";
34 echo "opendir/readdir/isdir found:\n";
/PHP-7.4/ext/date/tests/
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-7.4/ext/standard/tests/mail/
H A Dbug72964.phpt24 $found = false;
26 while (!$found && $repeat_count > 0) {
35 $found = true;
43 return $found;
H A Dmail_basic_alt2-win32.phpt50 $found = false;
52 while (!$found && $repeat_count > 0) {
68 $found = true;
76 if (!$found) {
H A Dmail_basic_alt3-win32.phpt50 $found = false;
52 while (!$found && $repeat_count > 0) {
68 $found = true;
76 if (!$found) {
H A Dmail_variation_alt3-win32.phpt51 $found = false;
53 while (!$found && $repeat_count > 0) {
69 $found = true;
77 if (!$found) {
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_string.c112 const char *found; in PHP_FUNCTION() local
147 if (!found) { in PHP_FUNCTION()
153 RETURN_LONG(found - haystack); in PHP_FUNCTION()
175 const char *found; in PHP_FUNCTION() local
217 if (found) { in PHP_FUNCTION()
218 RETURN_LONG(found - haystack_dup); in PHP_FUNCTION()
595 const char *found; in strstr_common_handler() local
621 found = php_memnstr(haystack, needle, needle_len, haystack + haystack_len); in strstr_common_handler()
624 if ( !found ) { in strstr_common_handler()
630 size_t found_offset = found - haystack; in strstr_common_handler()
[all …]
/PHP-7.4/ext/dba/
H A Ddba_inifile.c125 zend_bool found = 0; in DBA_DELETE_FUNC() local
130 res = inifile_delete_ex(dba, &ini_key, &found); in DBA_DELETE_FUNC()
133 return (res == -1 || !found ? FAILURE : SUCCESS); in DBA_DELETE_FUNC()
/PHP-7.4/ext/standard/
H A Dhead.c190 int found = 0; in php_head_parse_cookie_options_array() local
198 found++; in php_head_parse_cookie_options_array()
201 found++; in php_head_parse_cookie_options_array()
204 found++; in php_head_parse_cookie_options_array()
207 found++; in php_head_parse_cookie_options_array()
210 found++; in php_head_parse_cookie_options_array()
213 found++; in php_head_parse_cookie_options_array()
223 if (found == 0 && zend_hash_num_elements(Z_ARRVAL_P(options)) > 0) { in php_head_parse_cookie_options_array()
/PHP-7.4/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-7.4/ext/standard/tests/array/
H A Darray_intersect_ukey_variation8.phpt29 …pects parameter 3 to be a valid callback, function 'unknown_function' not found or invalid functio…
32 …pects parameter 3 to be a valid callback, function 'unknown_function' not found or invalid functio…
37 …pects parameter 3 to be a valid callback, function 'unknown_function' not found or invalid functio…
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug62593.phpt50 $expect = 'No errors found';
56 $expect = 'Invalid boolean found';
66 No errors found
/PHP-7.4/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

Completed in 62 milliseconds

12345678910>>...17