Home
last modified time | relevance | path

Searched refs:valid (Results 1 – 25 of 909) sorted by path

12345678910>>...37

/PHP-7.4/
H A DNEWS510 . Fixed bug #75102 (`PharData` says invalid checksum for valid tar). (cmb)
900 . Fixed bug #78434 (Generator yields no items after valid() call). (Nikita)
2534 valid values). (Michael Moravec)
H A DUPGRADING28 RFC: https://wiki.php.net/rfc/notice-for-non-valid-array-container
/PHP-7.4/Zend/tests/
H A Dbug31720.phpt13 Warning: array_walk() expects parameter 2 to be a valid callback, first array member is not a valid
H A Dbug32674.phpt36 public function valid() {
H A Dbug32993.phpt13 public function valid() { return (current($this->arr) !== false); }
H A Dbug45186.phpt54 Warning: call_user_func() expects parameter 1 to be a valid callback, cannot access self:: when no …
H A Dbug45186_2.phpt48 Warning: call_user_func() expects parameter 1 to be a valid callback, class 'bar' does not have a m…
50 Warning: call_user_func() expects parameter 1 to be a valid callback, cannot access self:: when no …
H A Dbug48770_2.phpt52 Warning: call_user_func_array() expects parameter 1 to be a valid callback, cannot access private m…
54 Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'A' does not have…
H A Dbug48770_3.phpt51 Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'B' does not have…
H A Dbug49269.phpt8 function valid()
H A Dbug66252.phpt2 Bug #66252 (Problems in AST evaluation invalidating valid parent:: reference)
H A Dbug70895.phpt11 Warning: array_map\(\) expects parameter 1 to be a valid callback, function '%n' not found or inval…
13 Warning: array_map\(\) expects parameter 1 to be a valid callback, function '%n %i' not found or in…
15 Warning: array_map\(\) expects parameter 1 to be a valid callback, function '%n %i aoeu %f aoeu %p'…
H A Dbug70898.phpt12 Warning: array_map() expects parameter 1 to be a valid callback, function '000000000000000000000000…
14 Warning: array_map() expects parameter 1 to be a valid callback, function '' not found or invalid f…
16 Warning: array_map() expects parameter 1 to be a valid callback, function '' not found or invalid f…
18 Warning: array_map() expects parameter 1 to be a valid callback, function '' not found or invalid f…
20 Warning: array_map() expects parameter 1 to be a valid callback, function '' not found or invalid f…
H A Dbug73338.phpt18 Warning: call_user_func() expects parameter 1 to be a valid callback, no array or string given in %…
H A Dcall_user_func_001.phpt33 Warning: call_user_func() expects parameter 1 to be a valid callback, cannot access private method …
35 Warning: call_user_func() expects parameter 1 to be a valid callback, cannot access protected metho…
H A Dcall_user_func_002.phpt19 Warning: call_user_func() expects parameter 1 to be a valid callback, class 'foo' not found in %s o…
21 Warning: call_user_func() expects parameter 1 to be a valid callback, class '' not found in %s on l…
25 …rning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a va…
29 …rning: call_user_func() expects parameter 1 to be a valid callback, first array member is not a va…
H A Dclass_exists_002.phpt2 Testing several valid and invalid parameters
H A Dclosure_call_leak_with_exception.phpt9 })()->valid(); // start
H A Ddynamic_call_004.phpt12 Fatal error: Uncaught Error: Class name must be a valid object or a string in %s:%d
H A Dexception_handler_004.phpt14 Warning: set_exception_handler() expects the argument (fo) to be a valid callback in %s on line %d
16 Warning: set_exception_handler() expects the argument (::) to be a valid callback in %s on line %d
H A Dforeach_003.phpt22 function valid() {$this->trap(__FUNCTION__); return $this->n < $this->count;}
28 foreach(['rewind', 'valid', 'key', 'current', 'next'] as $trap) {
57 valid
58 valid
59 valid
H A Dforeach_004.phpt20 function valid() {$this->trap(__FUNCTION__); return parent::valid();}
25 foreach(['rewind', 'valid', 'key', 'next'] as $trap) {
54 valid
55 valid
56 valid
/PHP-7.4/Zend/tests/generators/
H A Dbasic_yield_from_exception_handling.phpt24 for ($gen = gen(); $gen->valid(); $gen->throw(new Exception((string) $i++))) {
29 var_dump($gen->valid());
H A Dbasic_yield_from_proxying.phpt22 for ($gen = gen(); $gen->valid(); $gen->next()) {
H A Dbug70904.phpt2 Bug #70904 (yield from incorrectly marks valid generator as finished)
19 var_dump($g2->valid());
22 var_dump($g1->valid());
23 var_dump($g2->valid());
26 var_dump($g2->valid());
29 var_dump($g2->valid());

Completed in 31 milliseconds

12345678910>>...37