Home
last modified time | relevance | path

Searched refs:found (Results 101 – 125 of 484) sorted by relevance

12345678910>>...20

/PHP-8.3/ext/standard/tests/serialize/
H A Dserialization_objects_008.phpt13 Invalid callback Nonexistent, function "Nonexistent" not found or invalid function name
/PHP-8.3/Zend/tests/
H A Dbug78658.phpt14 Warning: Class "AAAABBBB" not found in %s on line %d
H A Dbug67922.phpt2 Bug #67922: Member function not found when dereferencing in write-context
H A Dindirect_call_array_001.phpt11 Fatal error: Uncaught Error: Class "a" not found in %s:%d
H A Dgh10486.phpt8 Fatal error: Uncaught Error: Class "y" not found in %s:%d
H A Dbug43344_2.phpt9 Fatal error: Uncaught Error: Class "Foo\Foo" not found in %s:%d
/PHP-8.3/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
/PHP-8.3/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-8.3/ext/pdo_mysql/tests/
H A Dskipifinfilenotallowed.inc5 die("skip Server variable 'local_infile' seems not set to 'ON', found '". $row['value'] ."'");
H A Dbug63185.phpt62 SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.no_such_table' doesn't exist
72 SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.no_such_table' doesn't exist
/PHP-8.3/ext/pcre/tests/
H A Derrors03.phpt11 Warning: preg_match(): No ending delimiter '/' found in %s on line %d
/PHP-8.3/Zend/tests/prop_const_expr/
H A Dlhs_class_not_found.phpt10 Fatal error: Uncaught Error: Class "A" not found in %s:%d
H A Dlhs_class_not_found_nullsafe.phpt10 Fatal error: Uncaught Error: Class "A" not found in %s:%d
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_021.phpt16 Class "BAR" not found
/PHP-8.3/ext/spl/tests/
H A Dbug48023.phpt12 Fatal error: Uncaught Error: Class "Foo" not found in %s:%d
/PHP-8.3/Zend/tests/attributes/
H A D023_ast_node_in_validation.phpt20 Class "Foo" not found
/PHP-8.3/ext/ldap/tests/
H A Dldap_modify_error.phpt16 // DN not found
17 var_dump(ldap_modify($link, "cn=not-found,$base", array()));
/PHP-8.3/ext/phar/tests/
H A Dstat2_5.3.phpt24 echo "not found\n";
51 not found
/PHP-8.3/ext/date/tests/
H A Ddate_interval_create_from_date_string_broken.phpt9 …known or bad format (foobar) at position 0 (f): The timezone could not be found in the database in…
H A Dbug64157.phpt14 A two digit second could not be found
/PHP-8.3/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_error2.phpt14 …on) must be a valid callback or null, function "nonexistent_function" not found or invalid functio…
/PHP-8.3/ext/phar/tests/zip/
H A Dcorrupt_003.phpt14 phar error: end of central directory not found in zip-based phar "%sfilecomment.zip"
/PHP-8.3/ext/standard/tests/general_functions/
H A Dregister_tick_function_error.phpt14 register_tick_function(): Argument #1 ($callback) must be a valid callback, function "a" not found
H A Dunregister_tick_function_error.phpt14 …ion(): Argument #1 ($callback) must be a valid callback, function "a" not found or invalid functio…

Completed in 29 milliseconds

12345678910>>...20