Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 737) sorted by relevance

12345678910>>...30

/PHP-8.3/ext/oci8/tests/
H A Dbug43497.phpt180 Loop count check = 100
184 Loop count check = 100
188 Loop count check = 100
192 Loop count check = 100
196 Loop count check = 100
200 Loop count check = 100
204 Loop count check = 100
208 Loop count check = 100
212 Loop count check = 100
216 Loop count check = 100
[all …]
/PHP-8.3/ext/date/tests/
H A DDateTime_uninitialised_exceptions.phpt14 function check(callable $c)
30 check(fn() => serialize($mdt));
35 check(fn() => $mdt->add($di));
36 check(fn() => $mdt->sub($di));
38 check(fn() => $mdt->getTimeZone());
41 check(fn() => date_offset_get($mdt));
42 check(fn() => $mdt->getOffset());
52 check(fn() => $mdt->getTimestamp());
56 check(fn() => $dt->diff($mdt));
57 check(fn() => $mdt->diff($dt));
[all …]
H A DDateTimeImmutable_uninitialised_exceptions.phpt14 function check(callable $c)
30 check(fn() => serialize($mdti));
34 check(fn() => $mdti->add($di));
35 check(fn() => $mdti->sub($di));
37 check(fn() => $mdti->getTimeZone());
40 check(fn() => $mdti->getOffset());
46 check(fn() => $mdti->getTimestamp());
47 check(fn() => date_diff($dt, $mdti));
50 check(fn() => $dt->diff($mdti));
51 check(fn() => $mdti->diff($dt));
[all …]
H A DDateTimeZone_uninitialised_exceptions.phpt21 function check(callable $c)
35 check(fn() => serialize($mdtz));
36 check(fn() => timezone_name_get($mdtz));
37 check(fn() => $mdtz->getName());
38 check(fn() => timezone_offset_get($mdtz, $dt));
39 check(fn() => $mdtz->getOffset($dt));
40 check(fn() => timezone_offset_get($dtz, $mdt));
41 check(fn() => $dtz->getOffset($mdt));
43 check(fn() => $mdtz->getTransitions(time()));
44 check(fn() => timezone_location_get($mdtz,));
[all …]
H A DDatePeriod_uninitialised_exceptions.phpt14 function check(callable $c)
25 check(fn() => serialize($mdp));
26 check(fn() => $mdp->getStartDate());
27 check(fn() => $mdp->getDateInterval());
29 check(function() use ($mdp) {
36 check(fn() => $mdp->getEndDate());
37 check(fn() => $mdp->getRecurrences());
H A DDateInterval_construct_exceptions.phpt7 function check(callable $c)
16 check(fn() => new DateInterval(""));
17 check(fn() => new DateInterval("2007-05-11T15:30:00Z/"));
H A DDateInterval_uninitialised_exceptions.phpt14 function check(callable $c)
25 check(fn() => serialize($mdi));
26 check(fn() => $mdi->format("Y-m-d"));
/PHP-8.3/ext/standard/tests/strings/
H A Dchunk_split_variation12.phpt47 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
137check " 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 Dstr_split_variation5.phpt46 This is to check str_split
53 "To check " in heredoc"
108 string(10) " check str"
123 string(10) "This check"
134 string(10) "This check"
147 string(10) ""To check "
/PHP-8.3/ext/pdo_dblib/tests/
H A Dbatch_stmt_rowcount.phpt24 // check results from the create table
28 // check results from the set rowcount
32 // check results from the first insert
36 // check results from the second insert
40 // check results from the update
49 // check that there are no more results
60 // check results from set rowcount
64 // check results from the select
69 // check results from the delete
73 // check results from the drop
[all …]
H A Dbatch_stmt_transaction.phpt27 // check results from the create table
31 // check results from the first insert
35 // check results from the select
39 // check results from begin transaction
43 // check results from the update
47 // check results from rollback
51 // check results from the select
56 // check results from the delete
60 // check results from the drop
64 // check that there are no more results
H A Dbatch_stmt_try.phpt30 // check results from the create table
34 // check results from the first insert
38 // check results from the select
42 // check results from try
46 // check results from the update
50 // check that the update statement throws an error
60 // check results from the select
65 // check results from the delete
69 // check results from the drop
73 // check that there are no more results
H A Dbatch_stmt_ins_sel_up_del.phpt25 // check results from the create table
29 // check results from the first insert
33 // check results from the select
37 // check results from the update
41 // check results from the delete
45 // check results from the select
49 // check results from the drop
53 // check that there are no more results
H A Dbatch_stmt_ins_up.phpt23 // check results from the create table
27 // check results from the first insert
31 // check results from the update
35 // check results from the second insert
39 // check results from the drop
43 // check that there are no more results
H A Dbatch_stmt_ins_exec.phpt32 // check results from the insert
36 // check results from the exec
40 // check results from the drop table
44 // check results from the drop procedure
48 // check that there are no more results
/PHP-8.3/ext/intl/tests/
H A Dintl_is_failure.phpt12 function check( $err_code )
18 check( U_ZERO_ERROR );
19 check( U_USING_FALLBACK_WARNING );
20 check( U_ILLEGAL_ARGUMENT_ERROR );
H A Dintl_error_name.phpt13 function check( $err_code )
18 check( U_ZERO_ERROR );
19 check( U_ILLEGAL_ARGUMENT_ERROR );
20 check( U_USING_FALLBACK_WARNING );
/PHP-8.3/ext/standard/tests/serialize/
H A Dserialization_objects_007.phpt9 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 Dbug65806.phpt54 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
/PHP-8.3/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_error2.phpt15 $check = function () {
29 $check();
30 echo "After first check\n";
32 $check();
36 After first check
/PHP-8.3/tests/output/
H A Dob_implicit_flush_basic_001.phpt2 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.3/ext/dba/tests/
H A Ddba_handlers.phpt19 function check($h)
34 check(dba_handlers());
38 check(dba_handlers(false));
42 check(dba_handlers(0));
/PHP-8.3/ext/standard/tests/array/
H A Din_array_variation4.phpt23 /* 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
H A Darray_search_variation4.phpt21 /* 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
/PHP-8.3/Zend/Optimizer/
H A Dssa_integrity.c27 if (use == check) { in is_in_use_chain()
37 if (phi == check) { in is_in_phi_use_chain()
46 return (ssa_op->op1_use == check) in is_used_by_op()
47 || (ssa_op->op2_use == check) in is_used_by_op()
48 || (ssa_op->result_use == check); in is_used_by_op()
53 return (ssa_op->op1_def == check) in is_defined_by_op()
54 || (ssa_op->op2_def == check) in is_defined_by_op()
55 || (ssa_op->result_def == check); in is_defined_by_op()
61 if (source == check) { in is_in_phi_sources()
71 if (predecessors[i] == check) { in is_in_predecessors()
[all …]

Completed in 33 milliseconds

12345678910>>...30