Home
last modified time | relevance | path

Searched refs:found (Results 76 – 100 of 484) sorted by relevance

12345678910>>...20

/PHP-8.3/ext/pdo_mysql/tests/
H A Dbug78152.phpt32 Warning: PDO::exec(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.test_bad' doesn…
34 SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.test_bad' doesn't exist
H A Dpdo_mysql_stmt_getcolumnmeta.phpt113 $found = false;
116 $found = true;
121 if (!$found) {
238 $found = false;
241 $found = true;
243 if (!$found)
259 $found = false;
262 $found = true;
264 if (!$found)
280 $found = false;
[all …]
/PHP-8.3/sapi/cgi/tests/
H A Dskipif.inc10 die("skip CGI not found");
/PHP-8.3/ext/soap/
H A Dphp_xml.c320 char *found = strrchr((char*)inval, ':'); in parse_namespace() local
322 if (found != NULL && found != (char*)inval) { in parse_namespace()
323 (*namespace) = estrndup((char*)inval, found - (char*)inval); in parse_namespace()
324 (*value) = estrdup(++found); in parse_namespace()
/PHP-8.3/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_closures.phpt56 Warning: session_module_name(): Session handler module "" cannot be found in %s on line %d
59 Warning: session_module_name(): Session handler module "blah" cannot be found in %s on line %d
62 Warning: session_module_name(): Session handler module "foo" cannot be found in %s on line %d
H A Dsession_set_save_handler_basic.phpt69 Warning: session_module_name(): Session handler module "" cannot be found in %s on line %d
72 Warning: session_module_name(): Session handler module "blah" cannot be found in %s on line %d
75 Warning: session_module_name(): Session handler module "foo" cannot be found in %s on line %d
/PHP-8.3/ext/posix/tests/
H A Dposix_mknod.phpt7 if (!function_exists('posix_mknod')) die('skip posix_mknod() not found');
H A Dposix_initgroups.phpt7 if (!function_exists('posix_initgroups')) die('skip posix_initgroups() not found');
H A Dposix_getcwd.phpt7 if (!function_exists('posix_getcwd')) die('skip posix_getcwd() not found');
H A Dposix_getrlimit.phpt7 if (!function_exists('posix_getrlimit')) die('skip posix_getrlimit() not found');
/PHP-8.3/Zend/tests/
H A Dcall_user_func_002.phpt34 call_user_func(): Argument #1 ($callback) must be a valid callback, class "foo" not found
35 call_user_func(): Argument #1 ($callback) must be a valid callback, class "" not found
H A Dbug74546.phpt8 Fatal error: Uncaught Error: Class "0" not found in %s:%d
H A Dstatic_method_non_existing_class.phpt15 Class "Test" not found
H A Dclass_alias_014.phpt15 Warning: Class "bar" not found in %s on line %d
/PHP-8.3/Zend/tests/traits/
H A Derror_002.phpt12 Fatal error: Trait "abc" not found in %s on line %d
/PHP-8.3/sapi/phpdbg/tests/
H A Dbug81135.phpt12 prompt> [No help topic found for unknown]
/PHP-8.3/ext/standard/tests/general_functions/
H A Dgh9905.phpt12 Class "NonExistantClass" not found
/PHP-8.3/tests/output/
H A Dob_get_contents_basic_001.phpt36 echo "\ncheck that no contents found after an end\n";
63 check that no contents found after an end
H A Dob_start_error_002.phpt22 Warning: ob_start(): class "nonExistent" not found in %s on line %d
37 Warning: ob_start(): function "no" not found or invalid function name in %s on line %d
/PHP-8.3/ext/standard/tests/array/
H A Darray_filter_variation9.phpt65 array_filter(): Argument #2 ($callback) must be a valid callback or null, function "echo" not found
66 array_filter(): Argument #2 ($callback) must be a valid callback or null, function "exit" not found
/PHP-8.3/ext/pdo_dblib/
H A Dconfig.w3217 WARNING("pdo_dblib not enabled, libraries or headers not found")
38 WARNING("pdo_mssql not enabled, libraries or headers not found")
/PHP-8.3/ext/spl/tests/
H A Dbug73423.phpt71 Fatal error: Uncaught Error: Class "NotExists" not found in %s:%d
77 Next Error: Class "NotExists" not found in %s:%d
/PHP-8.3/Zend/tests/traits/bugs/
H A Dmissing-trait.phpt15 Fatal error: Trait "THello" not found in %s on line %d
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_non_select.phpt38 $found = false;
41 $found = true;
45 if (!$found)
/PHP-8.3/ext/standard/tests/file/
H A Dinclude_userstream_003.phpt103 …contents(test1://hello): Failed to open stream: no suitable wrapper could be found in %s on line %d
108 Warning: include(test1://hello): Failed to open stream: no suitable wrapper could be found in %s on…
114 Warning: fopen(test1://hello): Failed to open stream: no suitable wrapper could be found in %s on l…
121 Warning: fopen(test1://hello): Failed to open stream: no suitable wrapper could be found in %s on l…

Completed in 21 milliseconds

12345678910>>...20