Home
last modified time | relevance | path

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

12345678910>>...47

/PHP-5.5/ext/soap/tests/schema/
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-5.5/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
H A Darray_unshift_basic2.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_recursive_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-5.5/ext/soap/tests/bugs/
H A Dbug29061.wsdl13 <part name="parameter" element="" type="xs:string"/>
16 <part name="String" element="" type="xs:string"/>
H A Dbug29795.wsdl6 <xs:element name="Amount" type="xs:integer" minOccurs="0"/>
7 <xs:element name="CurrencyCode" type="xs:string" minOccurs="0"/>
/PHP-5.5/ext/opcache/
H A Dzend_shared_alloc.h116 #define ZSMMG(element) (smm_shared_globals->element) argument
/PHP-5.5/Zend/tests/
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 Dbug34137.phpt2 Bug #34137 (assigning array element by reference causes binary mess)
H A Dforeach_list_003.phpt13 Fatal error: Cannot use list as key element in %sforeach_list_003.php on line %d
/PHP-5.5/ext/soap/
H A Dphp_sdl.h100 sdlTypePtr element; member
170 sdlTypePtr element; /* pointer to element */ member
217 sdlTypePtr element; member
H A Dphp_encoding.c1381 if (model->u.element->name) { in model_to_zval_object()
1390 …if (model->u.element->fixed && strcmp(model->u.element->fixed, (char*)r_node->children->content) !… in model_to_zval_object()
1399 } else if (model->u.element->def && !model->u.element->nillable) { in model_to_zval_object()
1415 …if (model->u.element->fixed && strcmp(model->u.element->fixed, (char*)node->children->content) != … in model_to_zval_object()
1424 } else if (model->u.element->def && !model->u.element->nillable) { in model_to_zval_object()
1709 !model->u.element->nillable && in model_to_xml_object()
1715 enc = model->u.element->encode; in model_to_xml_object()
1737 model->u.element->namens && in model_to_xml_object()
1760 model->u.element->namens && in model_to_xml_object()
1772 model->u.element->namens && in model_to_xml_object()
[all …]
/PHP-5.5/ext/spl/tests/
H A DarrayObject_offsetExists_nullcheck.phpt2 SPL: ArrayObject::offsetExists() should return true for element containing NULL
/PHP-5.5/ext/simplexml/
H A DREADME5 1) properties denote element iterators
11 all nodes with that element name. Thus method children() must be
/PHP-5.5/ext/spl/examples/
H A Ddbareader.inc44 * Rewind to first element.
52 * Move to next element.
/PHP-5.5/tests/lang/
H A DforeachLoop.006.phpt11 Fatal error: Key element cannot be a reference in %s on line 3

Completed in 43 milliseconds

12345678910>>...47