Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-5.5/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(): 'from' and 'len' should have the same number of elements in %s on line %d
/PHP-5.5/Zend/tests/
H A Dbug35163_3.phpt2 Bug #35163.3 (Array elements can lose references)
/PHP-5.5/ext/standard/tests/array/
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 Darray_chunk_variation6.phpt13 * 1. array without elements
23 // array without elements
H A Dbug34982.phpt2 Bug #34982 (array_walk_recursive() modifies elements outside function scope)
H A Dextract_variation10.phpt2 …t() 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_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();
H A Din_array_variation2.phpt34 /* loop to do loose and strict type check of elements in
35 $array_type on elements in $misc_array using in_array();
H A Darray_map_variation14.phpt6 * Description: Applies the callback to the elements of the given arrays
12 * array will be extended with empty elements
H A Darray_merge_recursive_error.phpt6 * Description: Recursively merges elements from passed arrays into one array
H A Darray_unshift_object.phpt6 * Description: Pushes elements onto the beginning of the array
68 // array containing different types of objects as elements
77 // loop through the various elements of $arrays to check the functionality of array_unshift
/PHP-5.5/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)
H A D028.phpt2 SimpleXML: Adding an elements without text
/PHP-5.5/ext/spl/tests/
H A Dspl_maxheap_compare_basic.phpt2 SPL: SplMaxHeap, Test method to comare elements
H A DSplDoublyLinkedList_offsetUnset_greater_than_elements.phpt2 Doubly Linked List - offsetUnset > number elements
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt2 …eck that SplDoublyLinkedList->offsetUnset() returns an error message when the offset is > elements.
/PHP-5.5/ext/wddx/
H A Dwddx.c99 void **elements; member
192 stack->elements = (void **) erealloc(stack->elements, in wddx_stack_push()
195 stack->elements[stack->top] = (void *) emalloc(size); in wddx_stack_push()
196 memcpy(stack->elements[stack->top], element, size); in wddx_stack_push()
206 *element = stack->elements[stack->top - 1]; in wddx_stack_top()
233 if (stack->elements) { in wddx_stack_destroy()
235 if (((st_entry *)stack->elements[i])->data) { in wddx_stack_destroy()
238 if (((st_entry *)stack->elements[i])->varname) { in wddx_stack_destroy()
239 efree(((st_entry *)stack->elements[i])->varname); in wddx_stack_destroy()
241 efree(stack->elements[i]); in wddx_stack_destroy()
[all …]
/PHP-5.5/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-5.5/ext/spl/internal/
H A Dparentiterator.inc19 * RecursiveIteratorIterator that only shows those elements which have
/PHP-5.5/Zend/
H A Dzend_stack.h27 void **elements; member
/PHP-5.5/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-5.5/sapi/apache_hooks/
H A Dmod_php5.c59 void **elements; member
120 if (!stack->elements) { in sapi_stack_init_ex()
130 stack->elements = (void **) perealloc(stack->elements, in sapi_stack_push()
132 if (!stack->elements) { in sapi_stack_push()
136 stack->elements[stack->top] = (void *) element; in sapi_stack_push()
144 return stack->elements[--stack->top]; in sapi_stack_pop()
160 retval = apply_function(stack->elements[i], arg); in sapi_stack_apply_with_argument_all()
165 retval = apply_function(stack->elements[i], arg); in sapi_stack_apply_with_argument_all()
180 if ((ret = apply_function(stack->elements[i], arg)) == stopval) { in sapi_stack_apply_with_argument_stop_if_equals()
203 if ((ret = apply_function(stack->elements[i], arg)) > 0) { in sapi_stack_apply_with_argument_stop_if_http_error()
[all …]
/PHP-5.5/ext/dba/tests/
H A Ddba013.phpt27 Catchable fatal error: dba_insert(): Key does not have exactly two elements: (key, name) in %sdba01…

Completed in 28 milliseconds

12345678910>>...15