Home
last modified time | relevance | path

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

12345678910>>...44

/PHP-7.1/
H A DINSTALL552 environment of the running web server without any valid CGI variables!
H A DNEWS2071 . Fixed bug #72278 (getimagesize returning FALSE on valid jpg). (cmb)
2455 . Fixed bug #72278 (getimagesize returning FALSE on valid jpg). (cmb)
3406 . Fixed bug #70904 (yield from incorrectly marks valid generator as
4067 outside object and internal position is no longer valid" hack. (Dmitry)
H A DREADME.PARAMETER_PARSING_API65 p - valid path (string without null bytes in the middle) and its length (char*, size_t)
66 P - valid path (string without null bytes in the middle) as zend_string (zend_string*)
H A DREADME.STREAMS68 but if you used STREAM_MUST_SEEK, may not be valid. You are
136 #define PHP_STREAM_RELEASED 1 /* newstream should be used; origstream is no longer valid */
140 make_seekable will always set newstream to be the stream that is valid
/PHP-7.1/Zend/
H A DZEND_CHANGES844 function valid() {
881 for($it->rewind(); $it->valid(); $it->next()) {
1143 (in PHP 3.0 they accepted any valid expression). The impact
/PHP-7.1/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

Completed in 72 milliseconds

12345678910>>...44