Home
last modified time | relevance | path

Searched refs:check (Results 101 – 125 of 711) sorted by relevance

12345678910>>...29

/PHP-8.2/ext/ldap/
H A Dconfig.m4116 dnl SASL check
126 dnl Sanity check
128 AC_MSG_ERROR([LDAP build check failed. Please check config.log for more information.])
/PHP-8.2/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation3.phpt59 // now check temp file for data; it should append "Hello World"
75 echo "\n-- Updating file with data and check data through soft link --\n";
81 // now check link for data; it should echo "Hello World"
126 -- Updating file with data and check data through soft link --
/PHP-8.2/Zend/tests/
H A Dbug78770.phpt2 Bug #78770: Incorrect callability check inside internal methods
H A Dbug76869.phpt2 Bug #76869 (Incorrect bypassing protected method accessibility check)
H A Dcall_user_func_array_array_slice_type.phpt2 Type check in call_user_func_array() + array_slice() optimization
H A Dbug73987_3.phpt2 Bug #73987 (Method compatibility check looks to original definition and not parent - return types a…
H A Dbug73954.phpt2 Bug #73954 (NAN check fails on Alpine Linux with musl)
H A Dcall_user_func_by_ref.phpt2 call_user_func() with ref arg and type check
/PHP-8.2/ext/spl/tests/
H A Dspl_autoload_004.phpt25 // check
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt36 … printf("[003] Trace file '%s' is very small. filesize() reports only %d bytes. Please check.\n",
62 …file content any more. Seems that the trace file got overwritten and not appended. Please check.");
73 …file content any more. Seems that the trace file got overwritten and not appended. Please check.");
H A Dmysqli_fetch_array_many_rows.phpt28 // overwrite results and check if the cache magic works
78 // overwrite results and check if the cache magic works
96 // overwrite results and check if the cache magic works
H A Dmysqli_constants_categories.phpt2 Constants exported by ext/mysqli - checking category - PHP bug not mysqli bug (check from time to t…
/PHP-8.2/Zend/tests/type_declarations/intersection_types/variance/
H A Dinvalid4.phpt17 Fatal error: Could not check compatibility between Test2::method(): X&Y and Test::method(): object,…
H A Dinvalid_invariance2.phpt2 Intersection type reduction invalid invariant type check
/PHP-8.2/ext/oci8/tests/
H A Dcoll_018.phpt27 var_dump($coll1->getElem(-1)); // check before the beginning
32 var_dump($coll1->getElem(4)); // check past the end
/PHP-8.2/ext/imap/tests/
H A Dimap_clearflag_full_basic.phpt18 $check = imap_check($imap_stream);
19 echo "Initial msg count in new_mailbox : ". $check->Nmsgs . "\n";
/PHP-8.2/ext/opcache/tests/jit/
H A Dgh8847.phpt2 Bug GH-8847: PHP hanging infinitly at 100% cpu when check php syntaxe of a valid file
/PHP-8.2/ext/intl/tests/
H A Dresourcebundle.inc2 // FIXME Improve Endian check when endian const gets added
/PHP-8.2/Zend/tests/return_types/
H A D005.phpt2 Return value fails inheritance check in method
/PHP-8.2/Zend/tests/type_declarations/dnf_types/variance/
H A Dinvalid_invariance2.phpt2 Intersection type reduction invalid invariant type check
/PHP-8.2/ext/mbstring/tests/
H A Dmb_internal_encoding_basic.phpt17 var_dump(mb_internal_encoding()); //check internal encoding is now set to UTF-8
/PHP-8.2/ext/openssl/tests/
H A Dgh9339.phpt2 GH-9339: oid_file path check warning contains uninitialized path
/PHP-8.2/ext/pdo_firebird/
H A Dpdo_firebird.c67 SIGG(check) = 0; in PHP_MINIT_FUNCTION()
/PHP-8.2/ext/phar/phar/
H A Dclicommand.inc33 self::error("No command given, check {$argv[0]} help\n");
35 self::error("Unknown command '{$argv[1]}', check {$argv[0]} help\n");
49 …self::error("Missing argument to parameter '$arg' of command '$command', check {$argv[0]} help\n");
54 … self::error("Unknown parameter '{$argv[$i]}' to command $command, check {$argv[0]} help\n");
64 … self::error("Missing default trailing arguments to command $command, check {$argv[0]} help\n");
73 … self::error("Unexpected default arguments to command $command, check {$argv[0]} help\n");
78 … $missing .= "Missing parameter '-$arg' to command $command, check {$argv[0]} help\n";
/PHP-8.2/ext/json/tests/
H A Dbug63737.phpt15 // This shouldn't affect floats, but let's check that.

Completed in 25 milliseconds

12345678910>>...29