/PHP-8.0/ext/oci8/tests/ |
H A D | bug43497.phpt | 177 Loop count check = 100 181 Loop count check = 100 185 Loop count check = 100 189 Loop count check = 100 193 Loop count check = 100 197 Loop count check = 100 201 Loop count check = 100 205 Loop count check = 100 209 Loop count check = 100 213 Loop count check = 100 [all …]
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | chunk_split_variation12.phpt | 47 This is to check chunk_split 54 "To check " in heredoc".I'm sure it'll \work! 97 heredocr to checkThis is to check chunk_split 99 heredoc with hereThis is to check chunk_split 101 heredocdoc endingThis is to check chunk_split 103 heredoc.This contThis is to check chunk_split 106 specThis is to check chunk_split 108 heredoci@! ch@r$ This is to check chunk_split 116 heredoc2.This is to check chunk_split 137 …check " in heredoc".I'm sure it'll \work!r to check"To check " in heredoc".I'm sure it'll \work! w… [all …]
|
H A D | str_split_variation5.phpt | 46 This is to check str_split 53 "To check " in heredoc" 112 string(10) " check str" 127 string(10) "This check" 138 string(10) "This check" 151 string(10) ""To check "
|
/PHP-8.0/ext/pdo_dblib/tests/ |
H A D | batch_stmt_rowcount.phpt | 23 // check results from the create table 27 // check results from the set rowcount 31 // check results from the first insert 35 // check results from the second insert 39 // check results from the update 48 // check that there are no more results 59 // check results from set rowcount 63 // check results from the select 68 // check results from the delete 72 // check results from the drop [all …]
|
H A D | batch_stmt_transaction.phpt | 26 // check results from the create table 30 // check results from the first insert 34 // check results from the select 38 // check results from begin transaction 42 // check results from the update 46 // check results from rollback 50 // check results from the select 55 // check results from the delete 59 // check results from the drop 63 // check that there are no more results
|
H A D | batch_stmt_try.phpt | 29 // check results from the create table 33 // check results from the first insert 37 // check results from the select 41 // check results from try 45 // check results from the update 49 // check that the update statement throws an error 59 // check results from the select 64 // check results from the delete 68 // check results from the drop 72 // check that there are no more results
|
H A D | batch_stmt_ins_sel_up_del.phpt | 24 // check results from the create table 28 // check results from the first insert 32 // check results from the select 36 // check results from the update 40 // check results from the delete 44 // check results from the select 48 // check results from the drop 52 // check that there are no more results
|
H A D | batch_stmt_ins_up.phpt | 22 // check results from the create table 26 // check results from the first insert 30 // check results from the update 34 // check results from the second insert 38 // check results from the drop 42 // check that there are no more results
|
H A D | batch_stmt_ins_exec.phpt | 31 // check results from the insert 35 // check results from the exec 39 // check results from the drop table 43 // check results from the drop procedure 47 // check that there are no more results
|
/PHP-8.0/ext/intl/tests/ |
H A D | intl_is_failure.phpt | 12 function check( $err_code ) 18 check( U_ZERO_ERROR ); 19 check( U_USING_FALLBACK_WARNING ); 20 check( U_ILLEGAL_ARGUMENT_ERROR );
|
H A D | intl_error_name.phpt | 13 function check( $err_code ) 18 check( U_ZERO_ERROR ); 19 check( U_ILLEGAL_ARGUMENT_ERROR ); 20 check( U_USING_FALLBACK_WARNING );
|
/PHP-8.0/ext/standard/tests/serialize/ |
H A D | serialization_objects_007.phpt | 9 ini_set('unserialize_callback_func','check'); 11 function check($name) { 12 echo "in check($name)\n"; 23 in check(FOO) 26 Warning: unserialize(): Function check() hasn't defined the class it was called for in %s on line %d
|
H A D | bug65806.phpt | 54 echo 'check ' . check($list->get()) . PHP_EOL; 61 echo 'check ' . check($newList->get()) . PHP_EOL; 65 function check(myObjC $obj) { 78 check successful 81 check successful
|
H A D | bug26762.phpt | 10 ini_set('unserialize_callback_func','check'); 12 function check($name) {
|
H A D | serialization_arrays_002.phpt | 5 function check(&$a) { 25 check($a); 32 check($a); 39 check($a); 46 check($a); 53 check($a); 60 check($a); 67 check($a); 74 check($a); 81 check($a); [all …]
|
/PHP-8.0/ext/reflection/tests/ |
H A D | ReflectionClass_isSubclassOf_error2.phpt | 11 $check = function () { 25 $check(); 26 echo "After first check\n"; 28 $check(); 32 After first check
|
/PHP-8.0/tests/output/ |
H A D | ob_implicit_flush_basic_001.phpt | 2 Test ob_implicit_flush() function : check return value (always null). 5 echo "*** Testing ob_implicit_flush() : check return value ***\n"; 14 *** Testing ob_implicit_flush() : check return value ***
|
/PHP-8.0/ext/dba/tests/ |
H A D | dba_handlers.phpt | 15 function check($h) 30 check(dba_handlers()); 34 check(dba_handlers(null)); 38 check(dba_handlers(0));
|
/PHP-8.0/ext/opcache/Optimizer/ |
H A D | ssa_integrity.c | 28 if (use == check) { in is_in_use_chain() 38 if (phi == check) { in is_in_phi_use_chain() 47 return (ssa_op->op1_use == check) in is_used_by_op() 48 || (ssa_op->op2_use == check) in is_used_by_op() 49 || (ssa_op->result_use == check); in is_used_by_op() 54 return (ssa_op->op1_def == check) in is_defined_by_op() 55 || (ssa_op->op2_def == check) in is_defined_by_op() 56 || (ssa_op->result_def == check); in is_defined_by_op() 62 if (source == check) { in is_in_phi_sources() 72 if (predecessors[i] == check) { in is_in_predecessors() [all …]
|
/PHP-8.0/ext/standard/tests/array/ |
H A D | array_search_variation4.phpt | 21 /* Miscellenous input check */ 23 //matching "Good" in array(0,"hello"), result:true in loose type check 28 //matching integer 0 in array("this"), result:true in loose type check 33 //matching string "this" in array(0), result:true in loose type check 38 …king for type FALSE in multidimensional array with loose checking, result:false in loose type check 46 //matching string having integer in beginning, result:true in loose type check
|
H A D | in_array_variation4.phpt | 23 /* Miscellenous input check */ 25 //matching "Good" in array(0,"hello"), result:true in loose type check 30 //matching integer 0 in array("this"), result:true in loose type check 35 //matching string "this" in array(0), result:true in loose type check 40 …king for type FALSE in multidimensional array with loose checking, result:false in loose type check 48 //matching string having integer in beginning, result:true in loose type check
|
/PHP-8.0/ext/standard/tests/url/ |
H A D | parse_url_basic_010.phpt | 2 Test parse_url() function : check values of URL related constants 6 * check values of URL related constants
|
/PHP-8.0/ext/snmp/ |
H A D | config.m4 | 30 AC_MSG_ERROR([Could not find the required paths. Please check your net-snmp installation.]) 36 AC_MSG_ERROR([Could not find net-snmp-config binary. Please check your net-snmp installation.]) 44 AC_MSG_ERROR([SNMP sanity check failed. Please check config.log for more information.])
|
/PHP-8.0/ext/phar/tests/zip/ |
H A D | getalias.phpt | 13 // sanity check with a virgin phar.zip 24 // check that default alias can be overwritten 33 // check that alias can't be set manually 41 // check that user-defined alias can be overwritten
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | symlink_link_linkinfo_is_link_variation1.phpt | 37 // check if the link exists 40 // check if link is soft link 51 // check if the link exists 54 // check if link is soft link; expected: false as the link is a hardlink 69 // check if the link exist 72 // check if link is soft link 83 // check if the link exist 86 // check if link is soft link; expected: false as this is a hardlink
|