Home
last modified time | relevance | path

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

1234567891011

/php-src/ext/simplexml/tests/
H A Dbug75245.phpt2 Bug #75245 Don't set content of elements with only whitespaces
H A D027.phpt2 SimpleXML: Adding an elements
63 Warning: main(): Cannot add element person number 3 when only 2 such elements exist in %s027.php on…
/php-src/ext/standard/tests/array/
H A Darray_multisort_stability.phpt6 // Something of a dummy example where 0 and '0' are used as equal elements.
H A Dbug23788.phpt2 Bug #23788 (*_replace() clobbers referenced array elements)
H A Dbug34982.phpt2 Bug #34982 (array_walk_recursive() modifies elements outside function scope)
H A Dextract_variation10.phpt2 …act() function - ensure EXTR_REFS doesn't mess with isRef flag on COW references to array elements.
H A Darray_search_variation2.phpt28 /* loop to do loose and strict type check of elements in
29 $array_type on elements in $misc_array using array_search();
H A Din_array_variation2.phpt27 /* loop to do loose and strict type check of elements in
28 $array_type on elements in $misc_array using in_array();
/php-src/ext/soap/
H A Dphp_schema.c366 if (cur_type->elements == NULL) { in schema_simpleType()
476 if (cur_type->elements == NULL) { in schema_list()
1556 if (sdl->elements == NULL) { in schema_element()
1560 addHash = sdl->elements; in schema_element()
1569 addHash = cur_type->elements; in schema_element()
2267 if (type->elements) { in schema_type_fixup()
2312 if (sdl->elements) { in schema_pass2()
2401 if (type->elements) { in delete_type()
2403 efree(type->elements); in delete_type()
2450 if (type->elements) { in delete_type_persistent()
[all …]
/php-src/Zend/tests/
H A Dbug71529.phpt2 Bug #71529: Variable references on array elements don't work when using count
H A Dgh9138.phpt11 Fatal error: Cannot use empty array elements in arrays in %s on line %d
H A Dgh13178_5.phpt2 GH-13178: Packed array with last elements removed must reset iterator positions
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 Dgh9138_2.phpt11 Fatal error: Cannot use empty array elements in arrays in %s on line %d
H A Dbug67169.phpt2 Bug #67169: array_splice all elements, then []= gives wrong index
H A Dbug35163_3.phpt2 Bug #35163.3 (Array elements can lose references)
/php-src/ext/soap/tests/
H A Dfault_warning.phpt2 … class: Invalid Fault code warning given? Can't be an empty string, an array of not 2 elements etc.
26 new SoapFault(["more"], "message"); // two elements in array required
/php-src/ext/sockets/tests/
H A Dsocket_select_error.phpt15 socket_select(): Argument #1 ($read) must only have elements of type Socket, string given
/php-src/ext/zend_test/tests/
H A Dhash_fill_packed_nr_elements.phpt2 Test hash packed fill number of elements
/php-src/ext/spl/
H A Dspl_heap.c48 void *elements; member
82 return (void *) ((char *) heap->elements + heap->elem_size * i); in spl_heap_elem()
258 heap->elements = ecalloc(PTR_HEAP_BLOCK_SIZE, elem_size); in spl_ptr_heap_init()
274 heap->elements = safe_erealloc(heap->elements, 2, alloc_size, 0); in spl_ptr_heap_insert()
275 memset((char *) heap->elements + alloc_size, 0, alloc_size); in spl_ptr_heap_insert()
299 return heap->elements; in spl_ptr_heap_top()
361 heap->elements = safe_emalloc(from->elem_size, from->max_size, 0); in spl_ptr_heap_clone()
362 memcpy(heap->elements, from->elements, from->elem_size * from->max_size); in spl_ptr_heap_clone()
384 efree(heap->elements); in spl_ptr_heap_destroy()
549 *gc_data = (zval *) intern->heap->elements; in spl_heap_object_get_gc()
[all …]
/php-src/ext/standard/tests/serialize/
H A Dsplobjectstorage_negative_count.phpt2 OSS-Fuzz: Unserializing SplObjectStorage with negative number of elements
/php-src/sapi/phpdbg/tests/
H A Dwatch_006.phpt2 Test multiple watch elements pointing to the same watchpoint
54 1 elements were added to the array
/php-src/ext/opcache/tests/opt/
H A Dsccp_013.phpt2 SCCP 013: Conditional Constant Propagation of non-escaping array elements on PHI
/php-src/ext/spl/tests/
H A DSplDoublyLinkedList_offsetUnset_greater_than_elements.phpt2 Doubly Linked List - offsetUnset > number elements

Completed in 40 milliseconds

1234567891011