Home
last modified time | relevance | path

Searched refs:element (Results 126 – 150 of 673) sorted by relevance

12345678910>>...27

/PHP-7.4/ext/spl/tests/
H A DSplDoublylinkedlist_offsetunset_first002.phpt2 SPL: SplDoublyLinkedList : offsetUnset - first element
H A Dbug64106.phpt17 Notice: Indirect modification of overloaded element of MyFixedArray has no effect in %s on line %d
H A Dbug67360.phpt2 Bug #67360 (Missing element after ArrayObject::getIterator)
H A DSplDoublylinkedlist_offsetunset_first.phpt2 SPL: SplDoublyLinkedList : offsetUnset - first element
H A DSplDoublylinkedlist_offsetunset_last.phpt2 SPL: SplDoublyLinkedList : offsetUnset - last element
H A Ddllist_memleak.phpt2 SPL: DoublyLinkedList: memory leak when iterator pointer isn't at the last element
H A Drecursiveiteratoriterator_getsubiterator_variation_002.phpt2 SPL: RecursiveIteratorIterator::getSubIterator() returns NULL if there's no current element
H A Dbug55157_variation.phpt2 Bug #55157: ArrayIterator always skips the second element in the array when calling offsetUnset()
/PHP-7.4/ext/soap/tests/
H A Dbug80672.phpt15 SOAP-ERROR: Parsing WSDL: Unexpected WSDL element <>
/PHP-7.4/ext/standard/tests/array/
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
H A Darray_chunk_variation6.phpt15 * 3. array with one element
26 // array with one element
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug29795.wsdl6 <xs:element name="Amount" type="xs:integer" minOccurs="0"/>
7 <xs:element name="CurrencyCode" type="xs:string" minOccurs="0"/>
/PHP-7.4/ext/simplexml/tests/
H A Dprofile04.phpt2 SimpleXML [profile]: Accessing a namespaced element
H A Dprofile05.phpt2 SimpleXML [profile]: Accessing an aliased namespaced element
H A Dprofile09.phpt2 SimpleXML [profile]: Accessing a namespaced element without a namespace
H A Dbug41582.phpt2 Bug #41582 (SimpleXML crashes when accessing newly created element)
/PHP-7.4/ext/json/
H A Djson_parser.y70 %type <value> members member elements element
195 | element
198 element:
204 | element ',' value
/PHP-7.4/ext/standard/
H A Diptc.c325 zval values, *element; in PHP_FUNCTION() local
374 if ((element = zend_hash_str_find(Z_ARRVAL_P(return_value), key, strlen(key))) == NULL) { in PHP_FUNCTION()
377 element = zend_hash_str_update(Z_ARRVAL_P(return_value), key, strlen(key), &values); in PHP_FUNCTION()
380 add_next_index_stringl(element, (char *) buffer+inx, len); in PHP_FUNCTION()
/PHP-7.4/ext/dom/tests/
H A Dbug66783.phpt2 Bug #66783 (UAF when appending DOMDocument to element)
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtr_variation4.phpt40 /* loop through to test strtr() with each element of $str_arr */
44 $str = $str_arr[$index]; //getting the array element in 'str' variable
/PHP-7.4/tests/classes/
H A Darray_access_005.phpt72 Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_005.…
75 Notice: Indirect modification of overloaded element of Peoples has no effect in %sarray_access_005.…
/PHP-7.4/ext/opcache/
H A Dzend_shared_alloc.h120 #define ZSMMG(element) (smm_shared_globals->element) argument
/PHP-7.4/ext/soap/
H A Dphp_encoding.c1281 if (model->u.element->name) { in model_to_zval_object()
1291 …if (model->u.element->fixed && strcmp(model->u.element->fixed, (char*)r_node->children->content) !… in model_to_zval_object()
1300 } else if (model->u.element->def && !model->u.element->nillable) { in model_to_zval_object()
1316 …if (model->u.element->fixed && strcmp(model->u.element->fixed, (char*)node->children->content) != … in model_to_zval_object()
1325 } else if (model->u.element->def && !model->u.element->nillable) { in model_to_zval_object()
1603 !model->u.element->nillable && in model_to_xml_object()
1609 enc = model->u.element->encode; in model_to_xml_object()
1631 model->u.element->namens && in model_to_xml_object()
1653 model->u.element->namens && in model_to_xml_object()
1665 model->u.element->namens && in model_to_xml_object()
[all …]
/PHP-7.4/ext/tidy/tests/
H A D006.phpt16 line 1 column 7 - Warning: inserting missing 'title' element

Completed in 50 milliseconds

12345678910>>...27