Home
last modified time | relevance | path

Searched refs:check (Results 51 – 75 of 732) sorted by relevance

12345678910>>...30

/PHP-7.4/ext/phar/tests/
H A Dcreate_path_error.phpt40 foreach($checks as $check)
44 file_put_contents($pname . '/' . $check, "error");
50 foreach($checks as $check)
54 $phar[$check] = 'error';
H A D003.phpt7 /* check this works and actually returns the boolean value */
/PHP-7.4/Zend/tests/grammar/
H A Dregression_010.phpt2 Test to check regressions on T_IMPLEMENTS followed by a T_NS_SEPARATOR
H A Dregression_009.phpt2 Test to check regressions on use statements and lexer state
H A Dregression_008.phpt2 Test to check regressions on string interpolation with class members access
/PHP-7.4/tests/classes/
H A D__call_002.phpt2 ZE2 __call() signature check
H A D__set__get_003.phpt2 ZE2 __set() signature check
H A D__set__get_002.phpt2 ZE2 __get() signature check
H A Dinheritance_006.phpt2 Private property inheritance check
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_objects_014.phpt16 function check(&$obj) {
37 check($obj);
45 check($obj);
53 check($obj);
61 check($obj);
69 check($obj);
/PHP-7.4/ext/imap/tests/
H A Dimap_body_basic.phpt24 $check = imap_check($imap_stream);
25 echo "Msg Count in new mailbox: ". $check->Nmsgs . "\n";
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_csr_new_basic.phpt21 // options type check
37 Warning: openssl_csr_new(): add1_attr_by_txt challengePassword_min -> 4 (failed; check error queue …
/PHP-7.4/tests/lang/
H A DforeachLoop.001.phpt14 //check key and value after the loop.
25 //check key and value after the loop.
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_commit.phpt31 // pdo_transaction_transitions should check this as well...
32 // ... just to be sure the most basic stuff really works we check it again...
54 // Ok, lets check MyISAM resp. any other non-transactional engine
55 // pdo_mysql_begin_transaction has more on this, quick check only
/PHP-7.4/tests/func/
H A Dini_alter.phpt2 ini_alter() check
/PHP-7.4/Zend/tests/
H A Dbug43703.phpt2 Bug #43703 (Signature compatibility check broken)
H A Dbug51791.phpt2 Bug #51791 (constant() failed to check undefined constant and php interpreter stopped)
/PHP-7.4/ext/opcache/tests/
H A Dbug78230.phpt2 Bug #78230: Incorrect type check optimization
/PHP-7.4/ext/mbstring/tests/
H A Dmb_strtolower_variation4.phpt2 Test mb_strtolower() function : usage variations - pass different characters to check conversion is…
16 * Pass accented characters and Russian characters to check case conversion is correct
H A Dmb_strtoupper_variation4.phpt2 Test mb_strtoupper() function : usage varitations - Pass different character types to check convers…
16 * Pass characters from different languages to check that mb_strtoupper is
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_021.phpt2 Test typed properties delay type check on constant
/PHP-7.4/ext/spl/tests/
H A Dheap_it_current_empty.phpt2 SPL: SplHeap current, check looping through an empty heap gives you no values
H A Dbug73029.phpt2 Bug #73029: Missing type check when unserializing SplArray
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_non_select.phpt36 printf("[004] It is very unlikely that SHOW ENGINES returns no data, check manually\n");
46 … printf("[005] It is very unlikely that SHOW ENGINES does not show MyISAM, check manually\n");
82 printf("[011] Empty EXPLAIN result set seems wrong, check manually, [%d] %s\n",
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug46587.phpt2 Bug #46587 (mt_rand() does not check that max is greater than min).

Completed in 38 milliseconds

12345678910>>...30