Home
last modified time | relevance | path

Searched refs:elements (Results 51 – 75 of 380) sorted by relevance

12345678910>>...16

/PHP-7.1/Zend/tests/
H A Dbug71529.phpt2 Bug #71529: Variable references on array elements don't work when using count
H A Dlist_empty_error_keyed.phpt2 Cannot use empty elements in keyed array destructuring
H A Dlist_mixed_keyed_unkeyed.phpt2 list() with both keyed and unkeyed elements
H A Dbug35163_3.phpt2 Bug #35163.3 (Array elements can lose references)
H A Dbug67169.phpt2 Bug #67169: array_splice all elements, then []= gives wrong index
/PHP-7.1/ext/standard/tests/strings/
H A Dsubstr_replace_error.phpt29 … Testing substr_replace() function with start and length with a different number of elements --\n";
61 -- Testing substr_replace() function with start and length with a different number of elements --
63 Warning: substr_replace(): 'start' and 'length' should have the same number of elements in %s on li…
/PHP-7.1/ext/standard/tests/array/
H A Dbug34982.phpt2 Bug #34982 (array_walk_recursive() modifies elements outside function scope)
H A Darray_chunk_variation6.phpt13 * 1. array without elements
23 // array without elements
H A Darray_combine_error1.phpt6 * Description: Creates an array by using the elements of the first parameter as keys
7 * and the elements of the second as the corresponding values
H A Dextract_variation10.phpt2 …act() function - ensure EXTR_REFS doesn't mess with isRef flag on COW references to array elements.
H A Duasort_object2.phpt86 // Testing uasort with StaticClass objects as elements of 'array_arg'
97 // Testing uasort with EmptyClass objects as elements of 'array_arg'
108 // Testing uasort with ChildClass objects as elements of 'array_arg'
H A Darray_fill_error.phpt6 …* Description: Create an array containing num elements starting with index start_key each initiali…
52 Warning: array_fill(): Number of elements can't be negative in %s on line %d
H A Darray_search_variation2.phpt34 /* loop to do loose and strict type check of elements in
35 $array_type on elements in $misc_array using array_search();
/PHP-7.1/ext/spl/tests/
H A DSplDoublyLinkedList_offsetUnset_greater_than_elements.phpt2 Doubly Linked List - offsetUnset > number elements
H A Dspl_maxheap_compare_basic.phpt2 SPL: SplMaxHeap, Test method to comare elements
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt2 …eck that SplDoublyLinkedList->offsetUnset() returns an error message when the offset is > elements.
/PHP-7.1/ext/simplexml/tests/
H A D027.phpt2 SimpleXML: Adding an elements
64 Warning: main(): Cannot add element person number 3 when only 2 such elements exist in %s027.php on…
H A Dbug26976.phpt2 Bug #26976 (Can not access array elements using array indices)
/PHP-7.1/ext/wddx/
H A Dwddx.c99 void **elements; member
190 stack->elements = (void **) erealloc(stack->elements, in wddx_stack_push()
193 stack->elements[stack->top] = (void *) emalloc(size); in wddx_stack_push()
194 memcpy(stack->elements[stack->top], element, size); in wddx_stack_push()
204 *element = stack->elements[stack->top - 1]; in wddx_stack_top()
231 if (stack->elements) { in wddx_stack_destroy()
235 zval_ptr_dtor(&((st_entry *)stack->elements[i])->data); in wddx_stack_destroy()
237 if (((st_entry *)stack->elements[i])->varname) { in wddx_stack_destroy()
238 efree(((st_entry *)stack->elements[i])->varname); in wddx_stack_destroy()
240 efree(stack->elements[i]); in wddx_stack_destroy()
[all …]
/PHP-7.1/ext/xmlrpc/tests/
H A Dbug72647.phpt2 Bug #72647 (xmlrpc_encode() unexpected output after referencing array elements)
/PHP-7.1/ext/reflection/tests/
H A DReflectionClass_getInterfaces_003.phpt25 echo "Var_dumping this array shows that the elements are referenced. By what?\n";
52 Var_dumping this array shows that the elements are referenced. By what?
/PHP-7.1/ext/ldap/tests/
H A Dldap_search_error.phpt56 Warning: ldap_search(): Base must either be a string, or an array with the same number of elements
59 …(): Filter must either be a string, or an array with the same number of elements as the links arra…
/PHP-7.1/ext/spl/internal/
H A Dparentiterator.inc19 * RecursiveIteratorIterator that only shows those elements which have
/PHP-7.1/ext/soap/
H A Dphp_sdl.c75 if (sdl->elements) { in get_element()
1365 elements[0] = NULL; in sdl_deserialize_type()
1373 elements[i] = t; in sdl_deserialize_type()
1398 efree(elements); in sdl_deserialize_type()
1961 if (type->elements) { in sdl_serialize_type()
2167 if (sdl->elements) { in add_sdl_to_cache()
2230 if (sdl->elements) { in add_sdl_to_cache()
2980 if (sdl->elements) { in make_persistent_sdl()
3121 if (tmp->elements) { in delete_psdl_int()
3123 free(tmp->elements); in delete_psdl_int()
[all …]
/PHP-7.1/sapi/phpdbg/tests/
H A Dwatch_002.phpt19 1 elements were added to the array

Completed in 48 milliseconds

12345678910>>...16