Home
last modified time | relevance | path

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

12345678910>>...30

/PHP-7.4/Zend/tests/grammar/
H A Dregression_001.phpt2 Test to check static method calls syntax regression
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dtrait_success.phpt2 Trait delayed variance check succeeds
H A Dinternal_parent.phpt12 Warning: Could not check compatibility between Test::createFromFormat($format, $time, ?Wrong $timez…
/PHP-7.4/ext/standard/tests/file/
H A Dfgetss_variation2.phpt26 this is a line with more than eighty character,want to check line splitting correctly after 80 char…
62 var_dump( ftell($file_handle) ); // check the file pointer position
63 var_dump( feof($file_handle) ); // check if eof reached
109 string(79) "this is a line with more than eighty character,want to check line splitting cor"
170 string(79) "this is a line with more than eighty character,want to check line splitting cor"
231 string(79) "this is a line with more than eighty character,want to check line splitting cor"
292 string(79) "this is a line with more than eighty character,want to check line splitting cor"
353 string(79) "this is a line with more than eighty character,want to check line splitting cor"
414 string(79) "this is a line with more than eighty character,want to check line splitting cor"
H A Dfgetss_variation3-win32.phpt72 var_dump( ftell($file_handle) ); // check the file pointer position
73 var_dump( feof($file_handle) ); // check if eof reached
119 string(79) "this is a line with more than eighty character,want to check line splitting cor"
173 string(79) "this is a line with more than eighty character,want to check line splitting cor"
227 string(79) "this is a line with more than eighty character,want to check line splitting cor"
281 string(79) "this is a line with more than eighty character,want to check line splitting cor"
335 string(79) "this is a line with more than eighty character,want to check line splitting cor"
389 string(79) "this is a line with more than eighty character,want to check line splitting cor"
443 string(79) "this is a line with more than eighty character,want to check line splitting cor"
497 string(79) "this is a line with more than eighty character,want to check line splitting cor"
[all …]
H A Dfgetss_variation3.phpt68 var_dump( ftell($file_handle) ); // check the file pointer position
69 var_dump( feof($file_handle) ); // check if eof reached
115 string(79) "this is a line with more than eighty character,want to check line splitting cor"
169 string(79) "this is a line with more than eighty character,want to check line splitting cor"
223 string(79) "this is a line with more than eighty character,want to check line splitting cor"
277 string(79) "this is a line with more than eighty character,want to check line splitting cor"
331 string(79) "this is a line with more than eighty character,want to check line splitting cor"
385 string(79) "this is a line with more than eighty character,want to check line splitting cor"
439 string(79) "this is a line with more than eighty character,want to check line splitting cor"
493 string(79) "this is a line with more than eighty character,want to check line splitting cor"
[all …]
H A Dftruncate_error.phpt25 // check the first size
31 // check the first size
56 // check the first size
63 // check the first size
H A Dsymlink_link_linkinfo_is_link_variation4.phpt53 // now check temp file for data; it should append "Hello World"
63 echo "\n-- Updating file with data and check data through hard link --\n";
69 // now check link for data; it should echo "Hello World"
106 -- Updating file with data and check data through hard link --
/PHP-7.4/ext/opcache/Optimizer/
H A Ddce.c250 static zend_always_inline void add_to_worklists(context *ctx, int var_num, int check) { in add_to_worklists() argument
253 if (!check || zend_bitset_in(ctx->instr_dead, var->definition)) { in add_to_worklists()
257 if (!check || zend_bitset_in(ctx->phi_dead, var_num)) { in add_to_worklists()
270 …erands_to_worklists(context *ctx, zend_op *opline, zend_ssa_op *ssa_op, zend_ssa *ssa, int check) { in add_operands_to_worklists() argument
272 add_to_worklists(ctx, ssa_op->result_use, check); in add_operands_to_worklists()
278 add_to_worklists(ctx, ssa_op->op1_use, check); in add_operands_to_worklists()
287 add_to_worklists(ctx, ssa_op->op2_use, check); in add_operands_to_worklists()
294 … zend_always_inline void add_phi_sources_to_worklists(context *ctx, zend_ssa_phi *phi, int check) { in add_phi_sources_to_worklists() argument
298 add_to_worklists(ctx, source, check); in add_phi_sources_to_worklists()
/PHP-7.4/ext/gmp/tests/
H A Dgmp_gcdext.phpt27 $check = gmp_add(gmp_mul($val[0],$r['s']), gmp_mul($val[1],$r['t']));
29 var_dump(gmp_strval($check));
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_022.phpt2 Test typed properties delay type check on ast
/PHP-7.4/ext/ldap/tests/
H A Dldap_set_option_crlcheck_error.phpt2 ldap_set_option() - Error test for TLS CRL check ldap option
/PHP-7.4/ext/simplexml/tests/
H A D021.phpt2 SimpleXML: Element check
/PHP-7.4/ext/standard/tests/
H A Dskipif_root.inc6 die('WARN Unable to create the "root check" file');
/PHP-7.4/ext/spl/tests/
H A Dspl_autoload_006.phpt19 // check
H A Dspl_autoload_004.phpt25 // check
/PHP-7.4/ext/tidy/tests/
H A D034.phpt13 'accessibility-check' => 1);
/PHP-7.4/ext/libxml/tests/
H A Dbug63389.phpt2 Bug #63389 (Missing context check on libxml_set_streams_context() causes memleak)
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_callable_variation2.phpt11 Description: use iscallable() on given string to check for valid function name
30 /* check on unset variables */
51 /* use check_iscallable() to check whether given variable is valid function name
/PHP-7.4/ext/oci8/tests/
H A Dcommit_002.phpt18 ( x int constraint commit_002_tab_check_x check ( x > 0 ) deferrable initially immediate,
19 y int constraint commit_002_tab_check_y check ( y > 0 ) deferrable initially deferred)"
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug54929.phpt50 …tax error or access violation: 1064 You have an error in your SQL syntax; check the manual that co…
57 …string(%d) "You have an error in your SQL syntax; check the manual that corresponds to your %s ser…
/PHP-7.4/Zend/tests/
H A Dbug76869.phpt2 Bug #76869 (Incorrect bypassing protected method accessibilty check)
/PHP-7.4/tests/basic/
H A Dtimeout_variation_9.phpt9 Missing timeout check in call_user_function
/PHP-7.4/Zend/tests/generators/
H A Dgenerator_with_type_check.phpt2 Generator wit type check
/PHP-7.4/ext/ldap/
H A Dconfig.m4116 dnl SASL check
126 dnl Sanity check
128 AC_MSG_ERROR([LDAP build check failed. Please check config.log for more information.])

Completed in 40 milliseconds

12345678910>>...30