Home
last modified time | relevance | path

Searched refs:valid (Results 1 – 25 of 1077) sorted by relevance

12345678910>>...44

/PHP-7.3/ext/dom/tests/
H A Ddom_create_element.phpt326 valid
332 valid
334 valid
336 valid
348 valid
350 valid
358 valid
360 valid
372 valid
380 valid
[all …]
/PHP-7.3/ext/spl/tests/
H A Diterator_007.phpt13 function valid()
16 return parent::valid();
42 function valid()
103 ArrayIteratorEx::valid
107 ArrayIteratorEx::valid
111 ArrayIteratorEx::valid
115 ArrayIteratorEx::valid
119 ArrayIteratorEx::valid
123 ArrayIteratorEx::valid
127 ArrayIteratorEx::valid
[all …]
H A Diterator_014.phpt8 function valid()
10 if (!parent::valid())
36 function valid()
39 return parent::valid();
80 RecursiveArrayIteratorIterator::valid
87 RecursiveArrayIteratorIterator::valid
94 RecursiveArrayIteratorIterator::valid
99 RecursiveArrayIteratorIterator::valid
110 RecursiveArrayIteratorIterator::valid
123 RecursiveArrayIteratorIterator::valid
[all …]
H A Diterator_008.phpt13 function valid()
16 return parent::valid();
51 ArrayIteratorEx::valid
56 ArrayIteratorEx::valid
61 ArrayIteratorEx::valid
66 ArrayIteratorEx::valid
68 ArrayIteratorEx::valid
73 ArrayIteratorEx::valid
78 ArrayIteratorEx::valid
83 ArrayIteratorEx::valid
[all …]
H A Diterator_039.phpt17 public function valid()
74 NumericArrayIterator::valid
75 NumericArrayIterator::valid
81 NumericArrayIterator::valid
87 NumericArrayIterator::valid
93 NumericArrayIterator::valid
99 NumericArrayIterator::valid
102 NumericArrayIterator::valid
104 NumericArrayIterator::valid
106 NumericArrayIterator::valid
[all …]
H A Diterator_021.phpt8 function valid()
10 if (!parent::valid())
47 function valid()
55 return parent::valid();
114 RecursiveArrayIteratorIterator::valid
123 RecursiveArrayIteratorIterator::valid
132 RecursiveArrayIteratorIterator::valid
138 RecursiveArrayIteratorIterator::valid
149 RecursiveArrayIteratorIterator::valid
155 RecursiveArrayIteratorIterator::valid
[all …]
H A Dbug77903.phpt7 var_dump($a->valid()); // false
10 var_dump($a->valid()); // true
13 var_dump($a->valid()); // false
16 var_dump($a->valid()); // true
19 var_dump($a->valid()); // false
22 var_dump($a->valid()); // false
25 var_dump($a->valid()); // true
28 var_dump($a->valid()); // false
31 var_dump($a->valid()); // false
H A Dfixedarray_019.phpt10 public function valid() {
11 echo "valid\n";
12 return parent::valid();
36 valid
41 valid
46 valid
51 valid
H A Diterator_004.phpt23 public function valid()
88 NumericArrayIterator::valid(true)
90 NumericArrayIterator::valid(true)
91 NumericArrayIterator::valid(true)
96 NumericArrayIterator::valid(true)
101 NumericArrayIterator::valid(true)
110 NumericArrayIterator::valid(true)
115 NumericArrayIterator::valid(true)
120 NumericArrayIterator::valid(true)
128 NumericArrayIterator::valid(true)
[all …]
/PHP-7.3/tests/classes/
H A Diterators_001.phpt17 function valid() {
92 c_iter::valid = true
96 c_iter::valid = true
100 c_iter::valid = true
108 c_iter::valid = true
112 c_iter::valid = true
116 c_iter::valid = true
124 c_iter::valid = true
128 c_iter::valid = true
132 c_iter::valid = true
[all …]
/PHP-7.3/ext/zip/lib/
H A Dzip_stat_init.c42 st->valid = 0; in zip_stat_init()
58 if (src->valid & ZIP_STAT_INDEX) { in _zip_stat_merge()
61 if (src->valid & ZIP_STAT_SIZE) { in _zip_stat_merge()
64 if (src->valid & ZIP_STAT_COMP_SIZE) { in _zip_stat_merge()
67 if (src->valid & ZIP_STAT_MTIME) { in _zip_stat_merge()
70 if (src->valid & ZIP_STAT_CRC) { in _zip_stat_merge()
73 if (src->valid & ZIP_STAT_COMP_METHOD) { in _zip_stat_merge()
76 if (src->valid & ZIP_STAT_ENCRYPTION_METHOD) { in _zip_stat_merge()
79 if (src->valid & ZIP_STAT_FLAGS) { in _zip_stat_merge()
82 dst->valid |= src->valid; in _zip_stat_merge()
/PHP-7.3/ext/simplexml/tests/
H A Dsxe_004.phpt89 SXETest::valid
91 SXETest::valid
97 SXETest::valid
99 SXETest::valid
105 SXETest::valid
107 SXETest::valid
113 SXETest::valid
115 SXETest::valid
120 SXETest::valid
122 SXETest::valid
[all …]
/PHP-7.3/ext/spl/internal/
H A Dappenditerator.inc56 if ($this->iterators->valid())
62 /** @return whether the current element is valid
64 function valid()
66 return $this->iterators->valid() && $this->getInnerIterator()->valid();
69 /** @return the current value if it is valid or \c NULL
80 /** @return the current key if it is valid or \c NULL
93 if (!$this->iterators->valid())
98 if ($this->getInnerIterator()->valid())
100 return; /* found valid element in current inner iterator */
103 while ($this->iterators->valid())
[all …]
/PHP-7.3/ext/standard/tests/array/
H A Darray_walk_recursive_variation2.phpt95 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give…
98 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give…
102 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give…
105 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give…
109 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give…
112 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give…
116 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give…
119 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give…
123 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give…
179 … array_walk_recursive() expects parameter 2 to be a valid callback, first array member is not a va…
[all …]
H A Darray_walk_variation2.phpt95 Warning: array_walk() expects parameter 2 to be a valid callback, no array or string given in %s on…
98 Warning: array_walk() expects parameter 2 to be a valid callback, no array or string given in %s on…
102 Warning: array_walk() expects parameter 2 to be a valid callback, no array or string given in %s on…
105 Warning: array_walk() expects parameter 2 to be a valid callback, no array or string given in %s on…
109 Warning: array_walk() expects parameter 2 to be a valid callback, no array or string given in %s on…
112 Warning: array_walk() expects parameter 2 to be a valid callback, no array or string given in %s on…
116 Warning: array_walk() expects parameter 2 to be a valid callback, no array or string given in %s on…
119 Warning: array_walk() expects parameter 2 to be a valid callback, no array or string given in %s on…
123 Warning: array_walk() expects parameter 2 to be a valid callback, no array or string given in %s on…
179 Warning: array_walk() expects parameter 2 to be a valid callback, first array member is not a valid
[all …]
H A Darray_intersect_ukey_variation3.phpt101 Warning: array_intersect_ukey() expects parameter 3 to be a valid callback, no array or string give…
104 Warning: array_intersect_ukey() expects parameter 4 to be a valid callback, no array or string give…
109 Warning: array_intersect_ukey() expects parameter 3 to be a valid callback, no array or string give…
112 Warning: array_intersect_ukey() expects parameter 4 to be a valid callback, no array or string give…
117 Warning: array_intersect_ukey() expects parameter 3 to be a valid callback, no array or string give…
120 Warning: array_intersect_ukey() expects parameter 4 to be a valid callback, no array or string give…
125 Warning: array_intersect_ukey() expects parameter 3 to be a valid callback, no array or string give…
128 Warning: array_intersect_ukey() expects parameter 4 to be a valid callback, no array or string give…
133 Warning: array_intersect_ukey() expects parameter 3 to be a valid callback, no array or string give…
189 … array_intersect_ukey() expects parameter 3 to be a valid callback, first array member is not a va…
[all …]
H A Dusort_variation2.phpt105 Warning: usort() expects parameter 2 to be a valid callback, no array or string given in %s on line…
110 Warning: usort() expects parameter 2 to be a valid callback, no array or string given in %s on line…
115 Warning: usort() expects parameter 2 to be a valid callback, no array or string given in %s on line…
120 Warning: usort() expects parameter 2 to be a valid callback, no array or string given in %s on line…
125 Warning: usort() expects parameter 2 to be a valid callback, no array or string given in %s on line…
130 Warning: usort() expects parameter 2 to be a valid callback, no array or string given in %s on line…
135 Warning: usort() expects parameter 2 to be a valid callback, no array or string given in %s on line…
140 Warning: usort() expects parameter 2 to be a valid callback, no array or string given in %s on line…
145 Warning: usort() expects parameter 2 to be a valid callback, no array or string given in %s on line…
165 Warning: usort() expects parameter 2 to be a valid callback, first array member is not a valid clas…
[all …]
/PHP-7.3/ext/posix/tests/
H A Dposix_getgrgid_variation.phpt93 valid output
96 valid output
101 valid output
104 valid output
107 valid output
114 valid output
121 valid output
128 valid output
135 valid output
142 valid output
[all …]
H A Dposix_getpwuid_variation.phpt93 valid output
96 valid output
101 valid output
104 valid output
107 valid output
114 valid output
121 valid output
128 valid output
135 valid output
142 valid output
[all …]
H A Dposix_getpgid_variation.phpt93 valid output
96 valid output
101 valid output
104 valid output
107 valid output
114 valid output
121 valid output
128 valid output
135 valid output
142 valid output
[all …]
/PHP-7.3/ext/ftp/tests/
H A D007.phpt51 Warning: ftp_login(): supplied resource is not a valid FTP Buffer resource in %s007.php on line %d
54 Warning: ftp_pwd(): supplied resource is not a valid FTP Buffer resource in %s007.php on line %d
57 Warning: ftp_cdup(): supplied resource is not a valid FTP Buffer resource in %s007.php on line %d
60 Warning: ftp_chdir(): supplied resource is not a valid FTP Buffer resource in %s007.php on line %d
63 Warning: ftp_exec(): supplied resource is not a valid FTP Buffer resource in %s007.php on line %d
66 Warning: ftp_raw(): supplied resource is not a valid FTP Buffer resource in %s007.php on line %d
69 Warning: ftp_mkdir(): supplied resource is not a valid FTP Buffer resource in %s007.php on line %d
87 Warning: ftp_mlsd(): supplied resource is not a valid FTP Buffer resource in %s007.php on line %d
93 Warning: ftp_fget(): supplied resource is not a valid FTP Buffer resource in %s007.php on line %d
102 Warning: ftp_get(): supplied resource is not a valid FTP Buffer resource in %s007.php on line %d
[all …]
/PHP-7.3/ext/session/tests/
H A Dsession_set_save_handler_error.phpt100 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
105 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
110 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
115 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
120 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
125 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
130 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
135 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
140 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
145 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
[all …]
/PHP-7.3/tests/lang/
H A DforeachLoopIteratorAggregate.001.phpt9 public function valid() {
45 public function valid() {
168 --> EnglishMealIterator::valid (0)
173 --> EnglishMealIterator::valid (1)
178 --> EnglishMealIterator::valid (2)
183 --> EnglishMealIterator::valid (3)
187 --> FrenchMealIterator::valid (0)
192 --> FrenchMealIterator::valid (1)
197 --> FrenchMealIterator::valid (2)
202 --> FrenchMealIterator::valid (3)
[all …]
H A DforeachLoopIteratorAggregate.003.phpt9 public function valid() {
79 --> EnglishMealIterator::valid (0)
84 --> EnglishMealIterator::valid (1)
89 --> EnglishMealIterator::valid (2)
94 --> EnglishMealIterator::valid (3)
98 --> EnglishMealIterator::valid (0)
103 --> EnglishMealIterator::valid (1)
108 --> EnglishMealIterator::valid (2)
113 --> EnglishMealIterator::valid (3)
117 --> EnglishMealIterator::valid (0)
[all …]
/PHP-7.3/Zend/tests/generators/
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 40 milliseconds

12345678910>>...44