Home
last modified time | relevance | path

Searched refs:check (Results 76 – 100 of 737) sorted by relevance

12345678910>>...30

/PHP-8.3/Zend/tests/grammar/
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
H A Dregression_001.phpt2 Test to check static method calls syntax regression
/PHP-8.3/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.3/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.3/tests/func/
H A Dini_alter.phpt2 ini_alter() check
/PHP-8.3/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
H A Dbug51791.phpt2 Bug #51791 (constant() failed to check undefined constant and php interpreter stopped)
/PHP-8.3/Zend/tests/type_declarations/intersection_types/variance/
H A Dvalid4.phpt2 Intersection type reduction valid invariant type check
/PHP-8.3/Zend/Optimizer/
H A Ddce.c268 static zend_always_inline void add_to_worklists(context *ctx, int var_num, int check) { in add_to_worklists() argument
271 if (!check || zend_bitset_in(ctx->instr_dead, var->definition)) { in add_to_worklists()
275 if (!check || zend_bitset_in(ctx->phi_dead, var_num)) { in add_to_worklists()
288 …erands_to_worklists(context *ctx, zend_op *opline, zend_ssa_op *ssa_op, zend_ssa *ssa, int check) { in add_operands_to_worklists() argument
290 add_to_worklists(ctx, ssa_op->result_use, check); in add_operands_to_worklists()
296 add_to_worklists(ctx, ssa_op->op1_use, check); in add_operands_to_worklists()
305 add_to_worklists(ctx, ssa_op->op2_use, check); in add_operands_to_worklists()
312 … zend_always_inline void add_phi_sources_to_worklists(context *ctx, zend_ssa_phi *phi, int check) { in add_phi_sources_to_worklists() argument
316 add_to_worklists(ctx, source, check); in add_phi_sources_to_worklists()
/PHP-8.3/ext/opcache/tests/
H A Dbug78230.phpt2 Bug #78230: Incorrect type check optimization
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_021.phpt2 Test typed properties delay type check on constant
/PHP-8.3/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 Dspl_autoload_006.phpt19 // check
/PHP-8.3/Zend/tests/attributes/override/
H A Dgh12189_6.phpt2 #[Override]: Inheritance check of inherited trait method against interface
H A Dgh12189_5.phpt2 #[Override] attribute in trait does not check for parent class implementations (Variant with abstra…
/PHP-8.3/tests/classes/
H A Dinheritance_006.phpt2 Private property inheritance check
/PHP-8.3/ext/ldap/tests/
H A Dldap_set_option_crlcheck_error.phpt2 ldap_set_option() - Error test for TLS CRL check ldap option
/PHP-8.3/Zend/tests/type_declarations/dnf_types/variance/
H A Dvalid4.phpt2 Intersection type reduction valid invariant type check
/PHP-8.3/ext/standard/tests/array/
H A Darray_walk_basic1.phpt12 // dump the arguments to check that they are passed
20 // dump the arguments to check that they are passed
H A Darray_walk_recursive_basic1.phpt12 // dump the arguments to check that they are passed
20 // dump the arguments to check that they are passed
/PHP-8.3/ext/simplexml/tests/
H A D021.phpt2 SimpleXML: Element check
/PHP-8.3/ext/tidy/tests/
H A D034.phpt11 'accessibility-check' => 1);
/PHP-8.3/Zend/tests/type_declarations/variance/
H A Dtrait_success.phpt2 Trait delayed variance check succeeds

Completed in 40 milliseconds

12345678910>>...30