Home
last modified time | relevance | path

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

12345678910>>...28

/PHP-8.1/ext/openssl/
H A Dconfig0.m435 AC_MSG_ERROR([OpenSSL check failed. Please check config.log for more information.])
/PHP-8.1/ext/mbstring/tests/
H A Dmb_strtoupper_variation4.phpt2 Test mb_strtoupper() function : usage varitations - Pass different character types to check convers…
8 * Pass characters from different languages to check that mb_strtoupper is
H A Dmb_strtolower_variation4.phpt2 Test mb_strtolower() function : usage variations - pass different characters to check conversion is…
8 * Pass accented characters and Russian characters to check case conversion is correct
H A Dmb_str_split_ru.phpt31 /* check chunks number */
40 /* check content */
55 /* check array size */
/PHP-8.1/ext/standard/tests/serialize/
H A Dserialization_objects_013.phpt5 function check(&$obj) {
25 check($obj);
32 check($obj);
39 check($obj);
46 check($obj);
53 check($obj);
60 check($obj);
67 check($obj);
74 check($obj);
81 check($obj);
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-8.1/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-8.1/ext/imap/tests/
H A Dimap_body_basic.phpt18 $check = imap_check($imap_stream);
19 echo "Msg Count in new mailbox: ". $check->Nmsgs . "\n";
/PHP-8.1/Zend/tests/float_to_int/
H A Dnegative_zero_check.phpt2 Negative 0 check
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_commit.phpt37 // pdo_transaction_transitions should check this as well...
38 // ... just to be sure the most basic stuff really works we check it again...
60 // Ok, lets check MyISAM resp. any other non-transactional engine
61 // pdo_mysql_begin_transaction has more on this, quick check only
/PHP-8.1/tests/lang/
H A DforeachLoop.001.phpt14 //check key and value after the loop.
25 //check key and value after the loop.
/PHP-8.1/tests/classes/
H A D__set__get_003.phpt2 ZE2 __set() signature check
H A D__call_002.phpt2 ZE2 __call() signature check
H A D__set__get_002.phpt2 ZE2 __get() signature check
/PHP-8.1/Zend/tests/grammar/
H A Dregression_009.phpt2 Test to check regressions on use statements and lexer state
/PHP-8.1/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-8.1/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation4.phpt40 // now check temp file for data; it should append "Hello World"
50 echo "\n-- Updating file with data and check data through hard link --\n";
56 // now check link for data; it should echo "Hello World"
93 -- Updating file with data and check data through hard link --
/PHP-8.1/tests/func/
H A Dini_alter.phpt2 ini_alter() check
/PHP-8.1/Zend/tests/
H A Dbug43703.phpt2 Bug #43703 (Signature compatibility check broken)
H A Dcall_user_func_strict_arginfo_check.phpt2 Arginfo / zpp consistency check for call_user_func() in strict context
/PHP-8.1/Zend/Optimizer/
H A Ddce.c274 static zend_always_inline void add_to_worklists(context *ctx, int var_num, int check) { in add_to_worklists() argument
277 if (!check || zend_bitset_in(ctx->instr_dead, var->definition)) { in add_to_worklists()
281 if (!check || zend_bitset_in(ctx->phi_dead, var_num)) { in add_to_worklists()
294 …erands_to_worklists(context *ctx, zend_op *opline, zend_ssa_op *ssa_op, zend_ssa *ssa, int check) { in add_operands_to_worklists() argument
296 add_to_worklists(ctx, ssa_op->result_use, check); in add_operands_to_worklists()
302 add_to_worklists(ctx, ssa_op->op1_use, check); in add_operands_to_worklists()
311 add_to_worklists(ctx, ssa_op->op2_use, check); in add_operands_to_worklists()
318 … zend_always_inline void add_phi_sources_to_worklists(context *ctx, zend_ssa_phi *phi, int check) { in add_phi_sources_to_worklists() argument
322 add_to_worklists(ctx, source, check); in add_phi_sources_to_worklists()
/PHP-8.1/Zend/tests/type_declarations/intersection_types/variance/
H A Dvalid4.phpt2 Intersection type reduction valid invariant type check
/PHP-8.1/ext/opcache/tests/
H A Dbug78230.phpt2 Bug #78230: Incorrect type check optimization
/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_021.phpt2 Test typed properties delay type check on constant

Completed in 16 milliseconds

12345678910>>...28