Home
last modified time | relevance | path

Searched refs:element (Results 1 – 25 of 673) sorted by path

12345678910>>...27

/PHP-7.4/
H A DNEWS347 . Fixed bug #66783 (UAF when appending DOMDocument to element). (cmb)
H A DUPGRADING487 empty string for the third array element, accordingly.
/PHP-7.4/TSRM/
H A DTSRM.h168 #define TSRMG(id, type, element) (TSRMG_BULK(id, type)->element) argument
170 #define TSRMG_FAST(offset, type, element) (TSRMG_FAST_BULK(offset, type)->element) argument
173 #define TSRMG_STATIC(id, type, element) (TSRMG_BULK_STATIC(id, type)->element) argument
175 #define TSRMG_FAST_STATIC(offset, type, element) (TSRMG_FAST_BULK_STATIC(offset, type)->element) argument
202 #define TSRMG_STATIC(id, type, element) argument
/PHP-7.4/Zend/tests/
H A D019.phpt101 // try to unset the element which is non-existent
103 // check using isset() & empty() on a non_existent element in the array
115 // unset each element in the array and see the working of unset, isset & empty
121 // unset the element
123 // dump the array after element was unset
125 // check using isset for the element that was unset
134 // because of using isset, empty and unset on its element
H A Darray_literal_next_element_error.phpt2 Next free element may overflow in array literals
15 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d
21 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d
H A Dassign_dim_obj_null_return.phpt28 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d
40 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d
H A Dbug31720.phpt5 $array = array('at least one element');
H A Dbug32674.phpt21 $element = current($this->_elements);
22 return $element;
26 $element = next($this->_elements);
27 return $element;
32 $element = key($this->_elements);
33 return $element;
H A Dbug34137.phpt2 Bug #34137 (assigning array element by reference causes binary mess)
H A Dbug47836.phpt12 Warning: Cannot add element to the array as the next element is already occupied in %s on line 4
H A Dbug63762.phpt50 Warning: args element is no array in %s on line %d
H A Dbug69017.phpt26 Warning: Cannot add element to the array as the next element is already occupied in %sbug69017.php …
H A Dcall_user_func_array_prefer_ref.phpt2 call_user_func_array() passes value to prefer-ref arg if element wasn't a reference
H A Derrmsg_042.phpt2 errmsg: key element cannot be a reference
13 Fatal error: Key element cannot be a reference in %s on line %d
H A Dforeach_007.phpt2 Foreach by reference and inserting new element when we are already at the end
H A Dforeach_list_003.phpt13 Fatal error: Cannot use list as key element in %sforeach_list_003.php on line %d
H A Dget_defined_functions_basic.phpt31 echo "TEST FAILED: no element in result array with key 'internal'\n";
43 echo "TEST FAILED: no element in result array with key 'user'\n";
H A Dtemporary_cleaning_013.phpt291 Notice: Indirect modification of overloaded element of class@anonymous has no effect in %s on line …
294 Notice: Indirect modification of overloaded element of class@anonymous has no effect in %s on line …
/PHP-7.4/Zend/tests/arg_unpack/
H A Dbasic.phpt19 foreach ($array as $element) {
20 yield $element;
H A Dtraversable_with_by_ref_parameters.phpt11 foreach ($array as $element) {
12 yield $element;
/PHP-7.4/Zend/tests/array_unpack/
H A Dalready_occupied.phpt19 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d
27 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d
35 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d
H A Dref1.phpt2 Array unpacking with element rc=1
/PHP-7.4/Zend/tests/generators/
H A Dbug66041.phpt11 $fixedArray[0] = 'the element';
17 string(11) "the element"
/PHP-7.4/Zend/tests/list/
H A Dlist_reference_006.phpt27 Notice: Indirect modification of overloaded element of %s has no effect in %s on line %d
49 Notice: Indirect modification of overloaded element of %s has no effect in %s on line %d
/PHP-7.4/Zend/
H A Dzend_compile.h576 #define EX(element) ((execute_data)->element) argument

Completed in 43 milliseconds

12345678910>>...27