Home
last modified time | relevance | path

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

12345678910>>...38

/PHP-7.3/ext/standard/tests/file/
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.phpt59 // now check temp file for data; it should append "Hello World"
69 echo "\n-- Updating file with data and check data through hard link --\n";
75 // now check link for data; it should echo "Hello World"
112 -- Updating file with data and check data through hard link --
/PHP-7.3/Zend/tests/grammar/
H A Dregression_001.phpt2 Test to check static method calls syntax regression
/PHP-7.3/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.3/ext/ldap/tests/
H A Dldap_set_option_crlcheck_error.phpt2 ldap_set_option() - Error test for TLS CRL check ldap option
/PHP-7.3/ext/ldap/
H A Dconfig.m479 AC_MSG_ERROR([LDAP SASL check failed. Please check config.log for more information.])
210 dnl SASL check
217 dnl Sanity check
220 AC_MSG_ERROR([LDAP build check failed. Please check config.log for more information.])
/PHP-7.3/ext/simplexml/tests/
H A D021.phpt2 SimpleXML: Element check
/PHP-7.3/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)"
H A Dcoll_018.phpt28 var_dump($coll1->getElem(-1)); // check before the beginning
33 var_dump($coll1->getElem(4)); // check past the end
/PHP-7.3/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.3/ext/tidy/tests/
H A D034.phpt13 'accessibility-check' => 1);
/PHP-7.3/ext/spl/tests/
H A Dspl_autoload_006.phpt19 // check
H A Dspl_heap_recoverfromcorruption_arguments.phpt2 SPL: SplHeap check no arguments to be accepted on recoverFromCorruption
H A Dspl_autoload_004.phpt25 // check
/PHP-7.3/ext/libxml/tests/
H A Dbug63389.phpt2 Bug #63389 (Missing context check on libxml_set_streams_context() causes memleak)
/PHP-7.3/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 …ine void add_operands_to_worklists(context *ctx, zend_op *opline, zend_ssa_op *ssa_op, int check) { in add_operands_to_worklists() argument
272 add_to_worklists(ctx, ssa_op->result_use, check); in add_operands_to_worklists()
276 add_to_worklists(ctx, ssa_op->op1_use, check); in add_operands_to_worklists()
283 add_to_worklists(ctx, ssa_op->op2_use, check); in add_operands_to_worklists()
290 … zend_always_inline void add_phi_sources_to_worklists(context *ctx, zend_ssa_phi *phi, int check) { in add_phi_sources_to_worklists() argument
294 add_to_worklists(ctx, source, check); in add_phi_sources_to_worklists()
/PHP-7.3/Zend/tests/
H A Dbug76869.phpt2 Bug #76869 (Incorrect bypassing protected method accessibilty check)
H A Dbug73987_3.phpt2 Bug #73987 (Method compatibility check looks to original definition and not parent - return types a…
H A Dbug73987_1.phpt2 Bug #73987 (Method compatibility check looks to original definition and not parent - return types i…
/PHP-7.3/Zend/tests/generators/
H A Dgenerator_with_type_check.phpt2 Generator wit type check
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_fetch_array_many_rows.phpt28 // overwrite results and check if the cache magic works
78 // overwrite results and check if the cache magic works
96 // overwrite results and check if the cache magic works
H A Dmysqli_fetch_assoc_no_alias_utf8.phpt11 die("skip Cannot connect to server to check charsets");
14 die("skip Cannot run SHOW CHARACTER SET to check charsets");
25 die("skip Cannot run SHOW CHARACTER SET to check charsets");
/PHP-7.3/ext/standard/tests/assert/
H A Dassert_basic1.phpt2 assert() - basic - check that assert can be switched off
/PHP-7.3/Zend/tests/return_types/
H A D005.phpt2 Return value fails inheritance check in method
/PHP-7.3/ext/phar/phar/
H A Dclicommand.inc33 self::error("No command given, check ${argv[0]} help\n");
35 self::error("Unknown command '${argv[1]}', check ${argv[0]} help\n");
49 …self::error("Missing argument to parameter '$arg' of command '$command', check ${argv[0]} help\n");
54 self::error("Unknown parameter '${argv[$i]}' to command $command, check ${argv[0]} help\n");
64 … self::error("Missing default trailing arguments to command $command, check ${argv[0]} help\n");
73 self::error("Unexpected default arguments to command $command, check ${argv[0]} help\n");
78 $missing .= "Missing parameter '-$arg' to command $command, check ${argv[0]} help\n";

Completed in 53 milliseconds

12345678910>>...38