Home
last modified time | relevance | path

Searched refs:element (Results 251 – 275 of 878) sorted by relevance

1...<<11121314151617181920>>...36

/php-src/ext/dom/tests/compareDocumentPosition/
H A Ddisconnected.phpt36 echo "--- Unattached element ---\n";
40 echo "--- Unattached attribute & element ---\n";
57 --- Unattached element ---
65 --- Unattached attribute & element ---
/php-src/ext/dom/lexbor/lexbor/html/tree/
H A Dactive_formatting.c160 lxb_html_element_t *element; in lxb_html_tree_active_formatting_reconstruct_elements() local
169 element = lxb_html_tree_insert_html_element(tree, &fake_token); in lxb_html_tree_active_formatting_reconstruct_elements()
170 if (element == NULL) { in lxb_html_tree_active_formatting_reconstruct_elements()
175 list[af_idx] = lxb_dom_interface_node(element); in lxb_html_tree_active_formatting_reconstruct_elements()
/php-src/ext/standard/tests/file/
H A D001.phpt53 echo "test.file lstat and stat differ at element $i\n";
60 if ($i != 6 && $i != 10 && $i != 11) echo "test.link lstat and stat differ at element $i\n";
128 test.link lstat and stat differ at element 1
129 test.link lstat and stat differ at element 2
130 test.link lstat and stat differ at element 7
131 test.link lstat and stat differ at element 8
132 test.link lstat and stat differ at element 9
/php-src/ext/standard/tests/array/
H A Dend_basic.phpt22 echo "\n-- Add a new element to array --\n";
38 -- Add a new element to array --
H A Darray_unshift_variation6.phpt32 // returns element count in the resulting array after arguments are pushed to
41 // returns element count in the resulting array after arguments are pushed to
52 // returns element count in the resulting array after arguments are pushed to
61 // returns element count in the resulting array after arguments are pushed to
H A Darray_unshift_basic1.phpt16 // returns element count in the resulting array after arguments are pushed to
25 // returns element count in the resulting array after arguments are pushed to
/php-src/Zend/tests/arg_unpack/
H A Dbasic.phpt19 foreach ($array as $element) {
20 yield $element;
H A Dtraversable_with_by_ref_parameters.phpt11 foreach ($array as $element) {
12 yield $element;
/php-src/ext/pcre/tests/
H A Dpreg_split_basic.phpt11 …PREG_SPLIT_NO_EMPTY)); //all text before (parentheses) is put into first element, ( into second, "…
12 …ind NAME regardless of case in $string (can't split it so just returns how string as first element)
13 …g, -1, PREG_SPLIT_NO_EMPTY)); //every character (including whitespace) is put into an array element
/php-src/ext/reflection/tests/
H A Dbug80190.phpt31 …() returns an array with ' . count($method->getReturnType()->getTypes()) . ' element(s)' . PHP_EOL;
56 $method->getReturnType()->getTypes() returns an array with 2 element(s)
66 $method->getReturnType()->getTypes() returns an array with 2 element(s)
/php-src/ext/standard/tests/general_functions/
H A Dproc_open_array.phpt78 proc_open(): Argument #1 ($command) must have at least one element
81 Command array element 1 contains a null byte
84 Command array element 2 contains a null byte
87 First element must contain a non-empty program name
/php-src/Zend/tests/
H A Dbug69017.phpt30 Cannot add element to the array as the next element is already occupied
H A Dget_defined_functions_basic.phpt26 echo "TEST FAILED: no element in result array with key 'internal'\n";
38 echo "TEST FAILED: no element in result array with key 'user'\n";
/php-src/ext/standard/tests/serialize/
H A Dserialization_arrays_005.phpt12 // Change each element and dump result.
26 echo "\n\n--- Nested array references 1 element in containing array:\n";
33 echo "\n\n--- Nested array references 1 element in containing array (slightly different):\n";
48 echo "\n\n--- Containing array references 1 element in nested array:\n";
71 --- Nested array references 1 element in containing array:
140 --- Nested array references 1 element in containing array (slightly different):
278 --- Containing array references 1 element in nested array:
/php-src/Zend/
H A Dzend_extensions.c340 zend_llist_element *element; in zend_get_extension() local
342 for (element = zend_extensions.head; element; element = element->next) { in zend_get_extension()
343 zend_extension *extension = (zend_extension *) element->data; in zend_get_extension()
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Ddocument.h42 lxb_dom_element_t *element; member
101 lxb_dom_element_t *element);
109 lxb_dom_document_destroy_element(lxb_dom_element_t *element);
182 return document->element; in lxb_dom_document_element()
/php-src/Zend/tests/offsets/
H A Dappending_containers_in_fetch.phpt64 Notice: Indirect modification of overloaded element of ArrayObject has no effect in %s on line %d
74 Notice: Indirect modification of overloaded element of A has no effect in %s on line %d
78 Notice: Indirect modification of overloaded element of B has no effect in %s on line %d
H A Dreference_containers_appended.phpt58 Notice: Indirect modification of overloaded element of ArrayObject has no effect in %s on line %d
69 Notice: Indirect modification of overloaded element of A has no effect in %s on line %d
75 Notice: Indirect modification of overloaded element of B has no effect in %s on line %d
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Din_column_group.c84 lxb_html_element_t *element; in lxb_html_tree_insertion_mode_in_column_group_col() local
86 element = lxb_html_tree_insert_html_element(tree, token); in lxb_html_tree_insertion_mode_in_column_group_col()
87 if (element == NULL) { in lxb_html_tree_insertion_mode_in_column_group_col()
H A Din_row.c34 lxb_html_element_t *element; in lxb_html_tree_insertion_mode_in_row_thtd() local
38 element = lxb_html_tree_insert_html_element(tree, token); in lxb_html_tree_insertion_mode_in_row_thtd()
39 if (element == NULL) { in lxb_html_tree_insertion_mode_in_row_thtd()
/php-src/ext/dom/tests/
H A DDOMDocument_liveness_caching_invalidation.phpt27 echo "-- After adding an element again --\n";
42 -- After adding an element again --
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.c245 PHPDBG_API void phpdbg_set_color(int element, const phpdbg_color_t *color) /* {{{ */ in phpdbg_set_color() argument
247 PHPDBG_G(colors)[element] = color; in phpdbg_set_color()
250 PHPDBG_API void phpdbg_set_color_ex(int element, const char *name, size_t name_length) /* {{{ */ in phpdbg_set_color_ex() argument
255 phpdbg_set_color(element, color); in phpdbg_set_color_ex()
256 } else PHPDBG_G(colors)[element] = colors; in phpdbg_set_color_ex()
265 const phpdbg_element_t *element = elements; in phpdbg_get_element() local
267 while (element && element->name) { in phpdbg_get_element()
268 if (len == element->name_length) { in phpdbg_get_element()
269 if (strncasecmp(name, element->name, len) == SUCCESS) { in phpdbg_get_element()
270 return element->id; in phpdbg_get_element()
[all …]
/php-src/ext/soap/tests/schema/
H A Dschema006.phpt17 <element name="testElement" type="tns:testType"/>
19 test_schema($schema,'element="tns:testElement"',123.5);
H A Dschema007.phpt10 <element name="testElement" type="tns:testType"/>
19 test_schema($schema,'element="tns:testElement"',123.5);
/php-src/ext/dom/tests/modern/spec/
H A DNode_lookupNamespaceURI.phpt35 echo "--- Prefixed element ---\n";
40 echo "--- Prefixed element custom xmlns attribute should not change ns ---\n";
76 --- Prefixed element ---
80 --- Prefixed element custom xmlns attribute should not change ns ---

Completed in 37 milliseconds

1...<<11121314151617181920>>...36