Home
last modified time | relevance | path

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

12345678910>>...36

/PHP-5.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_015.phpt8 function check(&$obj) {
29 check($obj);
37 check($obj);
45 check($obj);
53 check($obj);
61 check($obj);
69 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_013.phpt18 function check(&$obj) {
38 check($obj);
45 check($obj);
52 check($obj);
59 check($obj);
66 check($obj);
73 check($obj);
80 check($obj);
87 check($obj);
94 check($obj);
H A Dserialization_objects_014.phpt18 function check(&$obj) {
39 check($obj);
47 check($obj);
55 check($obj);
63 check($obj);
71 check($obj);
/PHP-5.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-5.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-5.4/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A DMakefile.am29 check-local: uni_to_cp932.exp uni_to_cp50220.exp uni_to_cp50222.exp
31 .PHONY: check-local
/PHP-5.4/ext/pdo_pgsql/tests/
H A Dbug62479.phpt54 $check = $result[0];
55 var_dump($check);
66 $check = $result[0];
67 var_dump($check);
/PHP-5.4/ext/openssl/
H A Dconfig0.m426 AC_MSG_ERROR([OpenSSL check failed. Please check config.log for more information.])
/PHP-5.4/ext/oci8/tests/
H A Dini_1.phpt18 echo "Test 1 - check initialization\n";
29 echo "Test 2 - check what can be changed at runtime\n";
53 Test 1 - check initialization
63 Test 2 - check what can be changed at runtime
/PHP-5.4/tests/output/
H A Dob_get_contents_basic_001.phpt61 check that we dont have a reference
66 check that contents disappear after a flush
70 check that no contents found after an end
/PHP-5.4/sapi/cgi/
H A DCHANGES8 --disable-path-info-check CGI: If this is disabled, paths such as
15 CGI: Enable the security check for internal server
28 --disable-path-info-check or "cgi.fix_pathinfo=0".
/PHP-5.4/ext/dba/tests/
H A Ddba_db4_handlers.phpt15 function check($h)
30 check(dba_handlers());
/PHP-5.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";
45 Change $val2 and check result of array_values():
/PHP-5.4/ext/ldap/
H A Dconfig.m459 AC_MSG_ERROR([LDAP SASL check failed. Please check config.log for more information.])
179 dnl SASL check
186 dnl Sanity check
189 AC_MSG_ERROR([LDAP build check failed. Please check config.log for more information.])
/PHP-5.4/scripts/dev/generate-phpt/src/setup/
H A DgtPreCondition.php9 abstract public function check($clo); function in gtPreCondition
/PHP-5.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-5.4/scripts/dev/generate-phpt/src/setup/preconditions/
H A DgtIsSpecifiedFunctionOrMethod.php9 public function check( $clo) { function in gtIsSpecifiedFunctionOrMethod
H A DgtIfClassHasMethod.php9 public function check( $clo) { function in gtIfClassHasMethod

Completed in 84 milliseconds

12345678910>>...36