Home
last modified time | relevance | path

Searched refs:elements (Results 101 – 125 of 265) sorted by relevance

1234567891011

/php-src/ext/standard/tests/array/
H A Darray_push_error2.phpt7 * then try and push new elements onto the array
H A Darray_unique_variation6.phpt17 // input array containing elements as reference variables
H A Dend_64bit.phpt45 /* checking working of end() when array elements are deleted */
46 echo "\n*** Testing end() when array elements are deleted ***\n";
169 *** Testing end() when array elements are deleted ***
H A Darray_keys_variation_005.phpt10 /* creating an array with resource types as elements */
H A Darsort_variation8.phpt9 …* Note: arrays are sorted based on total count of elements inside it, when all the elements are ar…
H A Dasort_variation8.phpt9 …* Note: arrays are sorted based on total count of elements inside it, when all the elements are ar…
H A Dend.phpt45 /* checking working of end() when array elements are deleted */
46 echo "\n*** Testing end() when array elements are deleted ***\n";
174 *** Testing end() when array elements are deleted ***
/php-src/ext/dom/tests/
H A Dgh9142.phpt2 GH-9142 (DOMChildNode replaceWith() double-free error when replacing elements not separated by any …
H A DDOMDocument_getElementsByTagName_liveness_tree_walk.phpt17 // Try to access one beyond to check if we don't get excess elements
31 // Try to access one beyond to check if we don't get excess elements
/php-src/ext/standard/tests/serialize/
H A Dserialization_arrays_005.phpt40 echo "\n\n--- Nested array references 2 elements in containing array:\n";
55 echo "\n\n--- Containing array references 2 elements in nested array:\n";
209 --- Nested array references 2 elements in containing array:
347 --- Containing array references 2 elements in nested array:
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_execute_bind.phpt135 [001] mysqli_stmt::execute(): Argument #1 ($params) must consist of exactly 3 elements, 2 present
136 [002] mysqli_stmt::execute(): Argument #1 ($params) must consist of exactly 3 elements, 4 present
137 [003] mysqli_stmt::execute(): Argument #1 ($params) must consist of exactly 3 elements, 0 present
141 [007] mysqli_stmt::execute(): Argument #1 ($params) must consist of exactly 3 elements, 0 present
/php-src/ext/dba/tests/
H A Ddba_array_keys_var_non_string.phpt2 DBA check behaviour of key as an array with non string elements
/php-src/ext/zend_test/tests/
H A Dvariadic_arguments.phpt34 Parameter #0 [ <optional> Iterator|string ...$elements ]
/php-src/ext/opcache/tests/opt/
H A Dsccp_002.phpt2 SCCP 002: Conditional Constant Propagation of non-escaping array elements
H A Dsccp_004.phpt2 SCCP 004: Conditional Constant Propagation of non-escaping array elements
H A Dsccp_008.phpt2 SCCP 008: Conditional Constant Propagation of non-escaping array elements
/php-src/ext/spl/tests/
H A Dheap_top_variation_002.phpt17 // insert 2 elements to hit our overridden compare
/php-src/ext/curl/tests/
H A Dcurl_basic_002.phpt4 Sebastian Deutsch <sebastian.deutsch@9elements.com>
H A Dcurl_basic_005.phpt4 Sebastian Deutsch <sebastian.deutsch@9elements.com>
H A Dcurl_basic_001.phpt4 Sebastian Deutsch <sebastian.deutsch@9elements.com>
H A Dcurl_basic_004.phpt4 Sebastian Deutsch <sebastian.deutsch@9elements.com>
/php-src/ext/simplexml/tests/
H A Dprofile11.phpt2 SimpleXML [profile]: Accessing two elements with the same name, but different namespaces
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c354 zend_hash_init(&watch->elements, 8, NULL, NULL, 0);
942 ZEND_HASH_MAP_FOREACH_PTR(&parent->elements, element) {
962 ZEND_HASH_MAP_FOREACH_PTR(&watch->elements, element) {
965 zend_hash_destroy(&watch->elements);
974 HashTable *elements = &element->watch->elements; local
975 zend_hash_del(elements, element->str);
976 if (zend_hash_num_elements(elements) == 0) {
996 ZEND_HASH_MAP_FOREACH_PTR(&watch->elements, element) {
1020 ZEND_HASH_MAP_FOREACH_PTR(&watch->elements, element) {
1075 ZEND_HASH_MAP_FOREACH_PTR(&watch->elements, element) {
[all …]
/php-src/ext/intl/tests/
H A Ddateformat_formatObject_error.phpt44 …atObject(): datefmt_format_object: bad format; if array, it must have two elements in %s on line %d
47 …atObject(): datefmt_format_object: bad format; if array, it must have two elements in %s on line %d
/php-src/ext/soap/
H A Dphp_sdl.h54 HashTable *elements; /* array of sdlTypesPtr */ member
201 HashTable *elements; /* array of sdlTypePtr */ member

Completed in 33 milliseconds

1234567891011