Home
last modified time | relevance | path

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

12345678910>>...19

/php-src/ext/posix/tests/
H A Dposix_mknod.phpt7 if (!function_exists('posix_mknod')) die('skip posix_mknod() 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-src/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-src/Zend/tests/traits/
H A Derror_002.phpt12 Fatal error: Trait "abc" not found in %s on line %d
/php-src/sapi/phpdbg/tests/
H A Dbug81135.phpt12 prompt> [No help topic found for unknown]
/php-src/ext/pcre/tests/
H A Doss-fuzz-65021.phpt9 Warning: preg_match(): No ending delimiter '>' found in %s on line %d
/php-src/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-src/tests/output/
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
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
/php-src/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-src/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-src/ext/pdo_mysql/tests/
H A Dbug63185.phpt61 SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.no_such_table' doesn't exist
71 SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.no_such_table' doesn't exist
/php-src/ext/standard/tests/general_functions/
H A Dgh9905.phpt12 Class "NonExistantClass" not found
/php-src/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
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_non_select.phpt35 $found = false;
38 $found = true;
42 if (!$found)
/php-src/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…
/php-src/Zend/tests/traits/bugs/
H A Dmissing-trait.phpt15 Fatal error: Trait "THello" not found in %s on line %d
/php-src/ext/phar/
H A Ddirstream.c173 char *entry, *found, *save; in phar_make_dirstream() local
215 if (NULL != (found = (char *) memchr(ZSTR_VAL(str_key), '/', keylen))) { in phar_make_dirstream()
217 entry = (char *) safe_emalloc(found - ZSTR_VAL(str_key), 1, 1); in phar_make_dirstream()
218 memcpy(entry, ZSTR_VAL(str_key), found - ZSTR_VAL(str_key)); in phar_make_dirstream()
219 keylen = found - ZSTR_VAL(str_key); in phar_make_dirstream()
248 if (NULL != (found = (char *) memchr(save, '/', keylen - dirlen - 1))) { in phar_make_dirstream()
251 entry = (char *) safe_emalloc(found - save + dirlen, 1, 1); in phar_make_dirstream()
252 memcpy(entry, save + dirlen + 1, found - save - dirlen - 1); in phar_make_dirstream()
253 keylen = found - save - dirlen - 1; in phar_make_dirstream()
/php-src/ext/standard/tests/serialize/
H A Dserialization_objects_008.phpt13 Invalid callback Nonexistent, function "Nonexistent" not found or invalid function name
/php-src/Zend/tests/type_declarations/variance/
H A Dunlinked_parent_1.phpt19 Class "B" not found
H A Dunlinked_parent_2.phpt19 Interface "B" not found

Completed in 37 milliseconds

12345678910>>...19