Home
last modified time | relevance | path

Searched refs:elements (Results 151 – 175 of 260) sorted by relevance

1234567891011

/php-src/ext/standard/tests/array/
H A Dkey_variation4.phpt33 //See where internal pointer is after adding more elements
H A Darray_chunk_basic2.phpt21 // array containing elements with/without keys
H A Darray_chunk_variation5.phpt8 * 2. size value is more than the no. of elements in the input array
H A Darray_diff_assoc_variation6.phpt7 * 1. When comparing an array that has similar elements
H A Darray_map_variation14.phpt7 * array will be extended with empty elements
H A Darray_filter_object.phpt74 // 'input' array containing objects as elements
H A Darray_map_variation4.phpt60 // loop through the various elements of $arrays to test array_map()
H A Darray_map_variation5.phpt64 // loop through the various elements of $arrays to test array_map()
H A Drsort_variation9.phpt34 // to test the new keys for the elements in the sorted array
H A Darray_map_variation3.phpt44 // loop through the various elements of $arrays to test array_map()
H A Darsort_variation9.phpt28 // to test the new keys for the elements in the sorted array
/php-src/Zend/tests/attributes/
H A D001_placement.phpt2 Attributes can be placed on all supported elements.
/php-src/ext/simplexml/
H A Dsimplexml.c213 elements = 1; in sxe_prop_dim_read()
233 elements = 0; in sxe_prop_dim_read()
277 if (elements) { in sxe_prop_dim_read()
391 elements = 1; in sxe_prop_dim_write()
419 elements = 0; in sxe_prop_dim_write()
505 if (elements) { in sxe_prop_dim_write()
674 elements = 1; in sxe_prop_dim_exists()
683 elements = 0; in sxe_prop_dim_exists()
725 if (elements) { in sxe_prop_dim_exists()
796 elements = 1; in sxe_prop_dim_delete()
[all …]
/php-src/ext/standard/tests/strings/
H A Dstrip_tags_variation10.phpt23 //loop through the various elements of strings array to test strip_tags() functionality
H A Dstrip_tags_variation9.phpt22 //loop through the various elements of strings array to test strip_tags() functionality
H A Dstrip_tags_variation4.phpt30 //loop through the various elements of strings array to test strip_tags() functionality
H A Dstrip_tags_variation7.phpt28 //loop through the various elements of strings array to test strip_tags() functionality
/php-src/ext/date/tests/
H A DDatePeriod_set_state_exception.phpt6 /* Two correct elements */
/php-src/ext/simplexml/tests/
H A D031.phpt32 /* Test adding elements in various configurations */
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_void_elements.phpt2 Dom\HTMLDocument serialization of void elements
/php-src/ext/tokenizer/tests/
H A DPhpToken_methods.phpt114 PhpToken::is(): Argument #1 ($kind) must only have elements of type string|int, float given
/php-src/ext/sodium/tests/
H A Dcrypto_core_ristretto255.phpt19 /* Negative field elements */
/php-src/ext/dom/tests/
H A Dbug67949.phpt2 Bug #67949: DOMNodeList elements should be accessible through array notation
/php-src/ext/zend_test/
H A Dtest.stub.php65 static public function variadicTest(string|Iterator ...$elements) : static {} argument
/php-src/ext/soap/
H A Dphp_encoding.c2364 if (sdl_type && sdl_type->elements && in to_xml_array()
2365 zend_hash_num_elements(sdl_type->elements) == 1 && in to_xml_array()
2366 (zend_hash_internal_pointer_reset(sdl_type->elements), in to_xml_array()
2375 } else if (sdl_type && sdl_type->elements && in to_xml_array()
2376 zend_hash_num_elements(sdl_type->elements) == 1 && in to_xml_array()
2377 (zend_hash_internal_pointer_reset(sdl_type->elements), in to_xml_array()
2563 if (type->sdl_type && type->sdl_type->elements && in to_zval_array()
2564 zend_hash_num_elements(type->sdl_type->elements) == 1 && in to_zval_array()
2565 (zend_hash_internal_pointer_reset(type->sdl_type->elements), in to_zval_array()
2570 } else if (type->sdl_type && type->sdl_type->elements && in to_zval_array()
[all …]

Completed in 44 milliseconds

1234567891011