Home
last modified time | relevance | path

Searched refs:check (Results 26 – 50 of 737) sorted by relevance

12345678910>>...30

/PHP-8.3/ext/standard/tests/serialize/
H A Dserialization_arrays_002.phpt5 function check(&$a) {
25 check($a);
32 check($a);
39 check($a);
46 check($a);
53 check($a);
60 check($a);
67 check($a);
74 check($a);
81 check($a);
[all …]
H A Dserialization_arrays_003.phpt5 function check(&$a) {
26 check($a);
34 check($a);
42 check($a);
50 check($a);
58 check($a);
H A Dbug26762.phpt10 ini_set('unserialize_callback_func','check');
12 function check($name) {
H A Dserialization_arrays_004.phpt5 function check(&$a) {
25 check($a);
32 check($a);
39 check($a);
/PHP-8.3/ext/phar/tests/zip/
H A Dgetalias.phpt13 // sanity check with a virgin phar.zip
24 // check that default alias can be overwritten
33 // check that alias can't be set manually
41 // check that user-defined alias can be overwritten
/PHP-8.3/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation1.phpt37 // check if the link exists
40 // check if link is soft link
51 // check if the link exists
54 // check if link is soft link; expected: false as the link is a hardlink
69 // check if the link exist
72 // check if link is soft link
83 // check if the link exist
86 // check if link is soft link; expected: false as this is a hardlink
/PHP-8.3/ext/standard/tests/url/
H A Dparse_url_basic_010.phpt2 Test parse_url() function : check values of URL related constants
6 * check values of URL related constants
/PHP-8.3/ext/snmp/
H A Dconfig.m430 AC_MSG_ERROR([Could not find the required paths. Please check your net-snmp installation.])
36 AC_MSG_ERROR([Could not find net-snmp-config binary. Please check your net-snmp installation.])
44 AC_MSG_ERROR([SNMP sanity check failed. Please check config.log for more information.])
/PHP-8.3/ext/imap/tests/
H A Dimap_close_variation4.phpt24 // loop through each element of $inputs to check the behavior of imap_close()
34 var_dump( $check = imap_close($stream_id, $input) );
37 $check = false;
40 // check that imap_close was successful, if not call imap_close and explicitly set CL_EXPUNGE
41 if(false === $check) {
H A Dimap_mail_copy_basic.phpt20 $check = imap_check($imap_stream);
21 echo "Msg Count in new mailbox: ". $check->Nmsgs . "\n";
H A Dimap_mail_move_basic.phpt20 $check = imap_check($imap_stream);
21 echo "Msg Count in new mailbox: ". $check->Nmsgs . "\n";
/PHP-8.3/Zend/tests/
H A Dbug48228.phpt12 function check()
18 $this->check(do_throw());
/PHP-8.3/Zend/tests/type_declarations/variance/
H A Dtrait_error.phpt2 Trait delayed variance check fails
20 Fatal error: Could not check compatibility between T::method($r): B and X::method($a): A, because c…
H A Dabstract_constructor.phpt2 Variance check for abstract constructor
18 Fatal error: Could not check compatibility between C::__construct(Y $x) and A::__construct(X $x), b…
/PHP-8.3/ext/dom/tests/
H A Dgh12870_b.phpt33 Equality check: bool(true)
42 Equality check: bool(true)
51 Equality check: bool(true)
60 Equality check: bool(false)
69 Equality check: bool(true)
/PHP-8.3/Zend/tests/type_declarations/variance/internal_parent/
H A Dunresolvable_inheritance_check_return.phpt2 Test unresolvable inheritance check due to unavailable return type when the parent has a tentative …
12 Fatal error: Could not check compatibility between Test::createFromFormat($format, $datetime, $time…
H A Dunresolvable_inheritance_check_param.phpt2 Test unresolvable inheritance check due to unavailable parameter type when the parent has a tentati…
12 Fatal error: Could not check compatibility between Test::createFromFormat($format, $datetime, ?Wron…
/PHP-8.3/tests/output/
H A Dob_get_contents_basic_001.phpt54 check that we don't have a reference
59 check that contents disappear after a flush
63 check that no contents found after an end
/PHP-8.3/ext/standard/tests/array/
H A Dreset_variation2.phpt16 echo "\n-- Unset First element in array and check reset() --\n";
26 -- Unset First element in array and check reset() --
/PHP-8.3/ext/standard/tests/image/
H A Diptcembed_002.phpt21 5) various check on file2 to verify that's a valid jpeg file with our tags
43 #check file md5
46 #check jpeg properties
63 #check iptc string md5
76 #check jpeg properties for new image with iptc tags
90 #check if tag exists
95 #check value
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dbug62479.phpt57 $check = $result[0];
58 var_dump($check);
69 $check = $result[0];
70 var_dump($check);
/PHP-8.3/ext/imap/tests/setup/
H A Dclean.inc9 $check = imap_check($imap_stream);
10 for ($i = 1; $i <= $check->Nmsgs; $i++) {
/PHP-8.3/ext/ldap/tests/
H A Dldap_set_option_crlcheck_basic.phpt2 ldap_set_option() - Basic test for TLS CRL check ldap option
13 die("skip OpenSSL required for CRL check options, got: $package");
/PHP-8.3/ext/spl/tests/
H A DSplObjectStorage_coalesce.phpt22 echo "check isset/empty/contains for null. offsetExists returns true as long as the entry is there.…
26 echo "check isset/empty/contains for false.\n";
59 check isset/empty/contains for null. offsetExists returns true as long as the entry is there.
63 check isset/empty/contains for false.
/PHP-8.3/ext/dba/tests/
H A Ddba_db4_handlers.phpt19 function check($h)
34 check(dba_handlers());

Completed in 31 milliseconds

12345678910>>...30