Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-8.1/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 Dbug70895.phpt23 array_map(): Argument #1 ($callback) must be a valid callback or null, function "%n" not found or i…
24 array_map(): Argument #1 ($callback) must be a valid callback or null, function "%n %i" not found o…
25 …k) must be a valid callback or null, function "%n %i aoeu %f aoeu %p" not found or invalid functio…
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-8.1/ext/opcache/tests/
H A Dssa_bug_010.phpt13 $found = true;
21 if ($found) {
/PHP-8.1/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-8.1/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-8.1/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-8.1/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-8.1/ext/intl/grapheme/
H A Dgrapheme_string.c104 const char *found; in PHP_FUNCTION() local
132 if (found) { in PHP_FUNCTION()
133 RETURN_LONG(found - haystack); in PHP_FUNCTION()
154 const char *found; in PHP_FUNCTION() local
189 if (found) { in PHP_FUNCTION()
190 RETURN_LONG(found - haystack_dup); in PHP_FUNCTION()
544 const char *found; in strstr_common_handler() local
556 found = php_memnstr(haystack, needle, needle_len, haystack + haystack_len); in strstr_common_handler()
559 if ( !found ) { in strstr_common_handler()
565 size_t found_offset = found - haystack; in strstr_common_handler()
[all …]
/PHP-8.1/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-8.1/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_alt1-win32.phpt47 $found = false;
49 while (!$found && $repeat_count > 0) {
65 $found = true;
73 if (!$found) {
H A Dmail_basic_alt2-win32.phpt44 $found = false;
46 while (!$found && $repeat_count > 0) {
62 $found = true;
70 if (!$found) {
H A Dmail_basic_alt3-win32.phpt44 $found = false;
46 while (!$found && $repeat_count > 0) {
62 $found = true;
70 if (!$found) {
H A Dmail_basic_alt4-win32.phpt45 $found = false;
47 while (!$found && $repeat_count > 0) {
63 $found = true;
71 if (!$found) {
H A Dmail_variation_alt3-win32.phpt45 $found = false;
47 while (!$found && $repeat_count > 0) {
63 $found = true;
71 if (!$found) {
H A Dmail_variation_alt1-win32.phpt46 $found = false;
48 while (!$found && $repeat_count > 0) {
64 $found = true;
72 if (!$found) {
/PHP-8.1/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-8.1/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-8.1/ext/dba/
H A Ddba_inifile.c123 bool found = 0; in DBA_DELETE_FUNC() local
128 res = inifile_delete_ex(dba, &ini_key, &found); in DBA_DELETE_FUNC()
131 return (res == -1 || !found ? FAILURE : SUCCESS); in DBA_DELETE_FUNC()
/PHP-8.1/ext/session/tests/
H A Dsession_set_save_handler_variation1.phpt28 Warning: session_module_name(): Session handler module "" cannot be found in %s on line %d
32 Warning: session_module_name(): Session handler module "blah" cannot be found in %s on line %d

Completed in 43 milliseconds

12345678910>>...18