Home
last modified time | relevance | path

Searched refs:element (Results 126 – 150 of 1163) sorted by relevance

12345678910>>...47

/PHP-5.5/ext/spl/tests/
H A DSplDoublylinkedlist_offsetunset_first002.phpt2 SPL: SplDoublyLinkedList : offsetUnset - first element
H A Dbug64106.phpt15 Notice: Indirect modification of overloaded element of MyFixedArray has no effect in %s on line %d
H A Dbug67360.phpt2 Bug #67360 (Missing element after ArrayObject::getIterator)
H A Ddllist_memleak.phpt2 SPL: DoublyLinkedList: memory leak when iterator pointer isn't at the last element
H A Drecursiveiteratoriterator_getsubiterator_variation_002.phpt2 SPL: RecursiveIteratorIterator::getSubIterator() returns NULL if there's no current element
H A Diterator_035.phpt15 Notice: Indirect modification of overloaded element of ArrayIterator has no effect in %s on line %d
H A Dspl_cachingiterator___toString_basic.phpt2 SPL: SplCachingIterator, Test method to convert current element to string
H A DSplDoublylinkedlist_offsetunset_first.phpt2 SPL: SplDoublyLinkedList : offsetUnset - first element
H A DSplDoublylinkedlist_offsetunset_last.phpt2 SPL: SplDoublyLinkedList : offsetUnset - last element
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtr_variation4.phpt40 /* loop through to test strtr() with each element of $str_arr */
44 $str = $str_arr[$index]; //getting the array element in 'str' variable
/PHP-5.5/ext/standard/tests/array/
H A Darray_chunk_variation6.phpt15 * 3. array with one element
26 // array with one element
H A Din_array_variation3.phpt24 //checking for element in a sub-array
42 //element found as "one" exists in array $array_var
H A Darray_search_variation3.phpt21 //checking for element in a sub-array
39 //element found as "one" exists in array $array_var
/PHP-5.5/tests/classes/
H A Darray_access_005.phpt72 Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_005.…
75 Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_005.…
/PHP-5.5/ext/standard/
H A Diptc.c318 zval *values, **element; in PHP_FUNCTION() local
367 …if (zend_hash_find(Z_ARRVAL_P(return_value), key, strlen(key) + 1, (void **) &element) == FAILURE)… in PHP_FUNCTION()
371 …ARRVAL_P(return_value), key, strlen(key) + 1, (void *) &values, sizeof(zval*), (void **) &element); in PHP_FUNCTION()
374 add_next_index_stringl(*element, buffer+inx, len, 1); in PHP_FUNCTION()
H A Dproc_open.c77 zval **element; in _php_array_to_envp() local
112 zend_hash_get_current_data_ex(target_hash, (void **) &element, &pos) == SUCCESS; in _php_array_to_envp()
115 if (Z_TYPE_PP(element) != IS_STRING) { in _php_array_to_envp()
118 MAKE_COPY_ZVAL(element, &tmp); in _php_array_to_envp()
124 el_len = Z_STRLEN_PP(element); in _php_array_to_envp()
148 zend_hash_get_current_data_ex(target_hash, (void **) &element, &pos) == SUCCESS; in _php_array_to_envp()
152 if (Z_TYPE_PP(element) != IS_STRING) { in _php_array_to_envp()
153 MAKE_COPY_ZVAL(element, &tmp); in _php_array_to_envp()
156 tmp = **element; in _php_array_to_envp()
196 if (Z_TYPE_PP(element) != IS_STRING) { in _php_array_to_envp()
/PHP-5.5/ext/simplexml/tests/
H A Dprofile04.phpt2 SimpleXML [profile]: Accessing a namespaced element
H A Dprofile05.phpt2 SimpleXML [profile]: Accessing an aliased namespaced element
H A Dprofile09.phpt2 SimpleXML [profile]: Accessing a namespaced element without a namespace
H A Dbug41582.phpt2 Bug #41582 (SimpleXML crashes when accessing newly created element)
/PHP-5.5/ext/spl/internal/
H A Dlimititerator.inc34 * @param offset Offset to first element
95 /** @return current element
101 /** Forward to nect element
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_variation_003.phpt6 * Description: Get the size of an image as 4-element array
27 //loop through each element of the array for filename
/PHP-5.5/ext/date/
H A Dphp_date.c2895 zval *element; in zval_from_error_container() local
2898 MAKE_STD_ZVAL(element); in zval_from_error_container()
2899 array_init(element); in zval_from_error_container()
2906 MAKE_STD_ZVAL(element); in zval_from_error_container()
2907 array_init(element); in zval_from_error_container()
2930 zval *element; in php_date_do_return_parsed_time() local
2981 MAKE_STD_ZVAL(element); in php_date_do_return_parsed_time()
2982 array_init(element); in php_date_do_return_parsed_time()
3887 array_init(element); \ in PHP_FUNCTION()
3897 array_init(element); \ in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/tidy/tests/
H A D006.phpt16 line 1 column 7 - Warning: inserting missing 'title' element
H A D008.phpt15 line 1 column 7 - Warning: inserting missing 'title' element

Completed in 41 milliseconds

12345678910>>...47