/PHP-7.1/ext/dom/tests/ |
H A D | dom_create_element.phpt | 326 valid 332 valid 334 valid 336 valid 348 valid 350 valid 358 valid 360 valid 372 valid 380 valid [all …]
|
/PHP-7.1/ext/spl/tests/ |
H A D | iterator_007.phpt | 13 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 D | iterator_014.phpt | 8 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 D | iterator_008.phpt | 13 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 D | iterator_039.phpt | 17 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 D | iterator_021.phpt | 8 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 D | fixedarray_019.phpt | 10 public function valid() { 11 echo "valid\n"; 12 return parent::valid(); 36 valid 41 valid 46 valid 51 valid
|
H A D | iterator_004.phpt | 23 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.1/tests/classes/ |
H A D | iterators_001.phpt | 19 function valid() { 94 c_iter::valid = true 98 c_iter::valid = true 102 c_iter::valid = true 110 c_iter::valid = true 114 c_iter::valid = true 118 c_iter::valid = true 126 c_iter::valid = true 130 c_iter::valid = true 134 c_iter::valid = true [all …]
|
/PHP-7.1/ext/zip/lib/ |
H A D | zip_stat_init.c | 42 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.1/ext/simplexml/tests/ |
H A D | sxe_004.phpt | 89 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.1/ext/spl/internal/ |
H A D | appenditerator.inc | 56 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.1/ext/standard/tests/array/ |
H A D | array_walk_recursive_variation2.phpt | 95 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 D | array_walk_variation2.phpt | 95 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 D | array_intersect_ukey_variation3.phpt | 101 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 D | usort_variation2.phpt | 105 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 …]
|
H A D | array_intersect_uassoc_variation4.phpt | 100 Warning: array_intersect_uassoc() expects parameter 3 to be a valid callback, no array or string gi… 103 Warning: array_intersect_uassoc() expects parameter 4 to be a valid callback, no array or string gi… 108 Warning: array_intersect_uassoc() expects parameter 3 to be a valid callback, no array or string gi… 111 Warning: array_intersect_uassoc() expects parameter 4 to be a valid callback, no array or string gi… 116 Warning: array_intersect_uassoc() expects parameter 3 to be a valid callback, no array or string gi… 119 Warning: array_intersect_uassoc() expects parameter 4 to be a valid callback, no array or string gi… 124 Warning: array_intersect_uassoc() expects parameter 3 to be a valid callback, no array or string gi… 127 Warning: array_intersect_uassoc() expects parameter 4 to be a valid callback, no array or string gi… 132 Warning: array_intersect_uassoc() expects parameter 3 to be a valid callback, no array or string gi… 135 Warning: array_intersect_uassoc() expects parameter 4 to be a valid callback, no array or string gi… [all …]
|
H A D | array_diff_ukey_variation4.phpt | 97 Warning: array_diff_ukey() expects parameter 3 to be a valid callback, no array or string given in … 100 Warning: array_diff_ukey() expects parameter 4 to be a valid callback, no array or string given in … 105 Warning: array_diff_ukey() expects parameter 3 to be a valid callback, no array or string given in … 108 Warning: array_diff_ukey() expects parameter 4 to be a valid callback, no array or string given in … 113 Warning: array_diff_ukey() expects parameter 3 to be a valid callback, no array or string given in … 116 Warning: array_diff_ukey() expects parameter 4 to be a valid callback, no array or string given in … 121 Warning: array_diff_ukey() expects parameter 3 to be a valid callback, no array or string given in … 124 Warning: array_diff_ukey() expects parameter 4 to be a valid callback, no array or string given in … 129 Warning: array_diff_ukey() expects parameter 3 to be a valid callback, no array or string given in … 132 Warning: array_diff_ukey() expects parameter 4 to be a valid callback, no array or string given in … [all …]
|
H A D | array_map_variation17.phpt | 80 Warning: array_map() expects parameter 1 to be a valid callback, no array or string given in %s on … 84 Warning: array_map() expects parameter 1 to be a valid callback, no array or string given in %s on … 88 Warning: array_map() expects parameter 1 to be a valid callback, no array or string given in %s on … 92 Warning: array_map() expects parameter 1 to be a valid callback, no array or string given in %s on … 96 Warning: array_map() expects parameter 1 to be a valid callback, no array or string given in %s on … 100 Warning: array_map() expects parameter 1 to be a valid callback, no array or string given in %s on … 104 Warning: array_map() expects parameter 1 to be a valid callback, no array or string given in %s on … 108 Warning: array_map() expects parameter 1 to be a valid callback, no array or string given in %s on … 112 Warning: array_map() expects parameter 1 to be a valid callback, no array or string given in %s on … 144 Warning: array_map() expects parameter 1 to be a valid callback, first array member is not a valid … [all …]
|
/PHP-7.1/ext/posix/tests/ |
H A D | posix_getgrgid_variation.phpt | 93 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 D | posix_getpwuid_variation.phpt | 93 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 D | posix_getpgid_variation.phpt | 93 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.1/ext/session/tests/ |
H A D | session_set_save_handler_error.phpt | 100 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.1/tests/lang/ |
H A D | foreachLoopIteratorAggregate.001.phpt | 9 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 D | foreachLoopIteratorAggregate.003.phpt | 9 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 …]
|