Home
last modified time | relevance | path

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

12345678910>>...30

/PHP-7.4/Zend/tests/type_declarations/variance/
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-7.4/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation1.phpt50 // check if the link exists
53 // check if link is soft link
64 // check if the link exists
67 // check if link is soft link; expected: false as the link is a hardlink
82 // check if the link exist
85 // check if link is soft link
96 // check if the link exist
99 // check if link is soft link; expected: false as this is a hardlink
/PHP-7.4/ext/standard/tests/url/
H A Dparse_url_basic_010.phpt2 Test parse_url() function : check values of URL related constants
12 * check values of URL related constants
/PHP-7.4/ext/imap/tests/
H A Dclean.inc7 $check = imap_check($imap_stream);
8 for ($i = 1; $i <= $check->Nmsgs; $i++) {
H A Dimap_close_variation4.phpt27 // loop through each element of $inputs to check the behavior of imap_close()
36 var_dump( $check = imap_close($stream_id, $input) );
38 // check that imap_close was successful, if not call imap_close and explicitly set CL_EXPUNGE
39 if(false === $check) {
H A Dimap_mail_copy_basic.phpt27 $check = imap_check($imap_stream);
28 echo "Msg Count in new mailbox: ". $check->Nmsgs . "\n";
H A Dimap_mail_move_basic.phpt27 $check = imap_check($imap_stream);
28 echo "Msg Count in new mailbox: ". $check->Nmsgs . "\n";
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_arrays_003.phpt16 function check(&$a) {
37 check($a);
45 check($a);
53 check($a);
61 check($a);
69 check($a);
H A Dserialization_arrays_004.phpt16 function check(&$a) {
36 check($a);
43 check($a);
50 check($a);
H A Dserialization_objects_013.phpt16 function check(&$obj) {
36 check($obj);
43 check($obj);
50 check($obj);
57 check($obj);
64 check($obj);
71 check($obj);
78 check($obj);
85 check($obj);
92 check($obj);
H A Dserialization_arrays_005.phpt16 function check(&$a) {
42 check($c);
49 check($c);
56 check($c);
64 check($c);
71 check($c);
78 check($c);
H A Dserialization_objects_015.phpt6 function check(&$obj) {
27 check($obj);
35 check($obj);
43 check($obj);
51 check($obj);
59 check($obj);
67 check($obj);
/PHP-7.4/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-7.4/ext/ldap/tests/
H A Dldap_set_option_crlcheck_basic.phpt2 ldap_set_option() - Basic test for TLS CRL check ldap option
12 die("skip OpenSSL required for CRL check options, got: $package");
/PHP-7.4/ext/dba/tests/
H A Ddba_db4_handlers.phpt15 function check($h)
30 check(dba_handlers());
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug62479.phpt55 $check = $result[0];
56 var_dump($check);
67 $check = $result[0];
68 var_dump($check);
/PHP-7.4/tests/output/
H A Dob_get_contents_basic_001.phpt61 check that we don't have a reference
66 check that contents disappear after a flush
70 check that no contents found after an end
/PHP-7.4/ext/standard/tests/array/
H A Dreset_variation2.phpt21 echo "\n-- Unset First element in array and check reset() --\n";
32 -- Unset First element in array and check reset() --
H A Darray_values_variation6.phpt26 echo "Change \$val2 and check result of array_values():\n";
44 Change $val2 and check result of array_values():
/PHP-7.4/ext/oci8/tests/
H A Dini_1.phpt24 echo "Test 1 - check initialization\n";
35 echo "Test 2 - check what can be changed at runtime\n";
59 Test 1 - check initialization
69 Test 2 - check what can be changed at runtime
/PHP-7.4/scripts/
H A Dphpize.in79 Cannot find build files at '$phpdir'. Please check your PHP installation.
127 Cannot find autoconf. Please check your autoconf installation and the
135 Cannot find autoheader. Please check your autoconf installation and the
/PHP-7.4/ext/mbstring/tests/
H A Dmb_str_split_jp.phpt32 /* check chunks number */
41 /* check content */
56 /* check array size */
H A Dmb_str_split_ru.phpt32 /* check chunks number */
41 /* check content */
56 /* check array size */
/PHP-7.4/ext/openssl/
H A Dconfig0.m435 AC_MSG_ERROR([OpenSSL check failed. Please check config.log for more information.])
/PHP-7.4/ext/skeleton/
H A Dconfig.m4.in29 dnl If you need to check for a particular library version using PKG_CHECK_MODULES,
36 dnl --with-%EXTNAME% -> check with-path
61 dnl --with-%EXTNAME% -> check for lib and symbol presence
65 dnl If you need to check for a particular library function (e.g. a conditional
76 dnl If you need to check for a particular library function (e.g. a conditional

Completed in 31 milliseconds

12345678910>>...30