Home
last modified time | relevance | path

Searched refs:element (Results 101 – 125 of 673) sorted by relevance

12345678910>>...27

/PHP-7.4/ext/soap/tests/schema/
H A Dschema032.phpt11 <element name="int" type="int"/>
12 <element name="str" type="string"/>
H A Dschema030.phpt11 <element name="int" type="int"/>
12 <element name="str" type="string"/>
H A Dschema031.phpt11 <element name="int" type="int"/>
12 <element name="str" type="string"/>
H A Dschema053.phpt11 <element name="int" type="int"/>
12 <element name="int2" type="int" minOccurs="0" maxOccurs="unbounded"/>
H A Dschema041.phpt14 <element name="int" type="int"/>
15 <element name="str" type="string"/>
H A Dschema050.phpt11 <element name="int" type="int"/>
12 <element name="int2" type="int" maxOccurs="unbounded"/>
H A Dschema052.phpt11 <element name="int" type="int"/>
12 <element name="int2" type="int" maxOccurs="unbounded"/>
H A Dschema051.phpt11 <element name="int" type="int"/>
12 <element name="int2" type="int" maxOccurs="unbounded"/>
H A Dschema085.phpt11 <element name="int" type="int"/>
18 <element name="int2" type="int"/>
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_arrays_005.phpt23 // Change each element and dump result.
37 echo "\n\n--- Nested array references 1 element in containing array:\n";
44 echo "\n\n--- Nested array references 1 element in containing array (slightly different):\n";
59 echo "\n\n--- Containing array references 1 element in nested array:\n";
82 --- Nested array references 1 element in containing array:
151 --- Nested array references 1 element in containing array (slightly different):
289 --- Containing array references 1 element in nested array:
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_open_array.phpt59 Warning: proc_open(): Command array must have at least one element in %s on line %d
63 Warning: proc_open(): Command array element 1 contains a null byte in %s on line %d
67 Warning: proc_open(): Command array element 2 contains a null byte in %s on line %d
/PHP-7.4/ext/spl/tests/
H A DarrayObject_offsetExists_nullcheck.phpt2 SPL: ArrayObject::offsetExists() should return true for element containing NULL
/PHP-7.4/Zend/tests/array_unpack/
H A Dref1.phpt2 Array unpacking with element rc=1
/PHP-7.4/Zend/tests/
H A Dbug34137.phpt2 Bug #34137 (assigning array element by reference causes binary mess)
H A Dforeach_007.phpt2 Foreach by reference and inserting new element when we are already at the end
H A Dget_defined_functions_basic.phpt31 echo "TEST FAILED: no element in result array with key 'internal'\n";
43 echo "TEST FAILED: no element in result array with key 'user'\n";
H A Dforeach_list_003.phpt13 Fatal error: Cannot use list as key element in %sforeach_list_003.php on line %d
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug29061.wsdl13 <part name="parameter" element="" type="xs:string"/>
16 <part name="String" element="" type="xs:string"/>
/PHP-7.4/Zend/tests/list/
H A Dlist_reference_006.phpt27 Notice: Indirect modification of overloaded element of %s has no effect in %s on line %d
49 Notice: Indirect modification of overloaded element of %s has no effect in %s on line %d
/PHP-7.4/ext/standard/tests/array/
H A Darray_unshift_variation6.phpt37 // returns element count in the resulting array after arguments are pushed to
46 // returns element count in the resulting array after arguments are pushed to
57 // returns element count in the resulting array after arguments are pushed to
66 // returns element count in the resulting array after arguments are pushed to
H A Darray_unshift_basic1.phpt21 // returns element count in the resulting array after arguments are pushed to
30 // returns element count in the resulting array after arguments are pushed to
H A Darray_walk_variation6.phpt31 echo "\n"; // new line to separate the output between each element
45 echo "\n"; // new line to separate the output between each element
51 * Description : Function displays each element of an array with keys
59 echo "\n"; // new line to separate the output between each element
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.c248 PHPDBG_API void phpdbg_set_color(int element, const phpdbg_color_t *color) /* {{{ */ in phpdbg_set_color() argument
250 PHPDBG_G(colors)[element] = color; in phpdbg_set_color()
253 PHPDBG_API void phpdbg_set_color_ex(int element, const char *name, size_t name_length) /* {{{ */ in phpdbg_set_color_ex() argument
258 phpdbg_set_color(element, color); in phpdbg_set_color_ex()
259 } else PHPDBG_G(colors)[element] = colors; in phpdbg_set_color_ex()
268 const phpdbg_element_t *element = elements; in phpdbg_get_element() local
270 while (element && element->name) { in phpdbg_get_element()
271 if (len == element->name_length) { in phpdbg_get_element()
272 if (strncasecmp(name, element->name, len) == SUCCESS) { in phpdbg_get_element()
273 return element->id; in phpdbg_get_element()
[all …]
/PHP-7.4/ext/soap/
H A Dphp_sdl.h99 sdlTypePtr element; member
169 sdlTypePtr element; /* pointer to element */ member
216 sdlTypePtr element; member
/PHP-7.4/tests/lang/
H A DforeachLoop.006.phpt11 Fatal error: Key element cannot be a reference in %s on line 3

Completed in 77 milliseconds

12345678910>>...27