Home
last modified time | relevance | path

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

12345678910>>...28

/PHP-8.1/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.1/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.1/Zend/tests/
H A Dbug48228.phpt12 function check()
18 $this->check(do_throw());
/PHP-8.1/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.1/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.1/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.1/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.1/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() --
H A Darray_values_variation6.phpt21 echo "Change \$val2 and check result of array_values():\n";
39 Change $val2 and check result of array_values():
/PHP-8.1/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.1/ext/standard/tests/serialize/
H A Dserialization_arrays_004.phpt5 function check(&$a) {
25 check($a);
32 check($a);
39 check($a);
H A Dserialization_arrays_005.phpt5 function check(&$a) {
31 check($c);
38 check($c);
45 check($c);
53 check($c);
60 check($c);
67 check($c);
H A Dserialization_objects_014.phpt5 function check(&$obj) {
26 check($obj);
34 check($obj);
42 check($obj);
50 check($obj);
58 check($obj);
/PHP-8.1/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.1/ext/imap/tests/setup/
H A Dclean.inc9 $check = imap_check($imap_stream);
10 for ($i = 1; $i <= $check->Nmsgs; $i++) {
/PHP-8.1/ext/dba/tests/
H A Ddba_db4_handlers.phpt17 function check($h)
32 check(dba_handlers());
/PHP-8.1/ext/openssl/tests/
H A Dopenssl_csr_new_basic.phpt24 // options type check
30 Warning: openssl_csr_new(): add1_attr_by_txt challengePassword_min -> 4 (failed; check error queue …
/PHP-8.1/ext/oci8/tests/
H A Dini_1.phpt25 echo "Test 1 - check initialization\n";
36 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-8.1/scripts/
H A Dphpize.in80 Cannot find build files at '$phpdir'. Please check your PHP installation.
128 Cannot find autoconf. Please check your autoconf installation and the
136 Cannot find autoheader. Please check your autoconf installation and the
/PHP-8.1/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
/PHP-8.1/ext/gmp/tests/
H A Dgmp_gcdext.phpt26 $check = gmp_add(gmp_mul($val[0],$r['s']), gmp_mul($val[1],$r['t']));
28 var_dump(gmp_strval($check));

Completed in 40 milliseconds

12345678910>>...28