Home
last modified time | relevance | path

Searched refs:elements (Results 76 – 100 of 265) sorted by relevance

1234567891011

/php-src/ext/simplexml/tests/
H A Dbug26976.phpt2 Bug #26976 (Cannot access array elements using array indices)
H A Dbug63575.phpt2 Bug #63575 (Root elements are not properly cloned)
H A D028.phpt2 SimpleXML: Adding an elements without text
/php-src/ext/standard/tests/array/
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/ldap/tests/
H A Dldap_search_error.phpt63 ldap_search(): Argument #2 ($base) must have the same number of elements as the links array
64 ldap_search(): Argument #3 ($filter) must have the same number of elements as the links array
/php-src/ext/dom/tests/modern/spec/
H A Dserialize_xml_namespace_on_elements.phpt2 Serialize XML namespace on elements
H A DNode_replaceChild_edge_cases.phpt71 echo "--- Replace element with fragment containing multiple elements ---\n";
83 echo "--- Replace comment in document causing more than two elements ---\n";
135 --- Replace element with fragment containing multiple elements ---
137 --- Replace comment in document causing more than two elements ---
H A DNode_appendChild_fragment_multiple_elements.phpt2 Dom\Node::appendChild() with fragment of multiple elements
H A Dserialize_default_and_prefixed_xmlns.phpt2 Serialize default and prefixed xmlns on elements
/php-src/ext/opcache/tests/opt/
H A Dsccp_040.phpt18 Fatal error: Uncaught Error: Array callback must have exactly two elements in %ssccp_040.php:4
H A Dsccp_009.phpt2 SCCP 009: Conditional Constant Propagation of non-escaping array elements
H A Dsccp_005.phpt2 SCCP 005: Conditional Constant Propagation of non-escaping array elements
H A Dsccp_007.phpt2 SCCP 007: Conditional Constant Propagation of non-escaping array elements
H A Dsccp_003.phpt2 SCCP 003: Conditional Constant Propagation of non-escaping array elements
/php-src/ext/spl/tests/
H A DSplFixedArray_get_properties_for.phpt20 // (Array elements in the SplFixedArray are deliberately excluded)
21 // Before php 8.3, this would have array elements get removed in some cases but not others.
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt2 …eck that SplDoublyLinkedList->offsetUnset() returns an error message when the offset is > elements.
/php-src/ext/dom/tests/modern/html/interactions/
H A DDocument_head.phpt36 echo "--- multiple head elements in right namespace ---\n";
68 --- multiple head elements in right namespace ---
/php-src/ext/dom/tests/modern/css_selectors/
H A Dpseudo_elements.phpt2 CSS Selectors - Pseudo elements
16 // Pseudo-elements can't work in a static DOM
/php-src/Zend/tests/
H A Ddynamic_call_freeing.phpt27 Array callback must have exactly two elements
H A Dgh11222.phpt12 // actually make the array larger than 8 elements to trigger rehash
/php-src/ext/soap/
H A Dphp_sdl.c72 if (sdl->elements) { in get_element()
1348 elements[0] = NULL; in sdl_deserialize_type()
1356 elements[i] = t; in sdl_deserialize_type()
1381 efree(elements); in sdl_deserialize_type()
1948 if (type->elements) { in sdl_serialize_type()
2154 if (sdl->elements) { in add_sdl_to_cache()
2217 if (sdl->elements) { in add_sdl_to_cache()
2978 if (sdl->elements) { in make_persistent_sdl()
3119 if (tmp->elements) { in delete_psdl_int()
3121 free(tmp->elements); in delete_psdl_int()
[all …]
/php-src/ext/opcache/tests/jit/
H A Dgh15903.phpt10 for ($i = 0; $i < 2; ++$i) { //This must run >=2 (increasing the number of elements in the array *2…
/php-src/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-src/sapi/phpdbg/tests/
H A Dwatch_002.phpt25 1 elements were added to the array
/php-src/Zend/
H A Dzend_stack.h27 void *elements; member

Completed in 35 milliseconds

1234567891011