Home
last modified time | relevance | path

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

12345678910>>...47

/PHP-7.1/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.c1324 if (model->u.element->name) { in model_to_zval_object()
1334 …if (model->u.element->fixed && strcmp(model->u.element->fixed, (char*)r_node->children->content) !… in model_to_zval_object()
1343 } else if (model->u.element->def && !model->u.element->nillable) { in model_to_zval_object()
1359 …if (model->u.element->fixed && strcmp(model->u.element->fixed, (char*)node->children->content) != … in model_to_zval_object()
1368 } else if (model->u.element->def && !model->u.element->nillable) { in model_to_zval_object()
1640 !model->u.element->nillable && in model_to_xml_object()
1646 enc = model->u.element->encode; in model_to_xml_object()
1668 model->u.element->namens && in model_to_xml_object()
1690 model->u.element->namens && in model_to_xml_object()
1702 model->u.element->namens && in model_to_xml_object()
[all …]
/PHP-7.1/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 Dforeach_list_003.phpt13 Fatal error: Cannot use list as key element in %sforeach_list_003.php on line %d
/PHP-7.1/ext/standard/tests/array/
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
H A Darray_chunk_variation6.phpt15 * 3. array with one element
26 // array with one element
/PHP-7.1/ext/simplexml/
H A DREADME5 1) properties denote element iterators
11 all nodes with that element name. Thus method children() must be
/PHP-7.1/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.1/ext/spl/examples/
H A Ddbareader.inc44 * Rewind to first element.
52 * Move to next element.
/PHP-7.1/ext/standard/
H A Diptc.c322 zval values, *element; in PHP_FUNCTION() local
371 if ((element = zend_hash_str_find(Z_ARRVAL_P(return_value), key, strlen(key))) == NULL) { in PHP_FUNCTION()
374 element = zend_hash_str_update(Z_ARRVAL_P(return_value), key, strlen(key), &values); in PHP_FUNCTION()
377 add_next_index_stringl(element, (char *) buffer+inx, len); in PHP_FUNCTION()
/PHP-7.1/tests/lang/
H A DforeachLoop.006.phpt11 Fatal error: Key element cannot be a reference in %s on line 3
/PHP-7.1/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 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
/PHP-7.1/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.1/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.1/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
/PHP-7.1/ext/spl/
H A Dspl_heap.c900 zval *element = &object->heap->elements[0]; in spl_heap_it_get_current_data() local
907 if (object->heap->count == 0 || Z_ISUNDEF_P(element)) { in spl_heap_it_get_current_data()
910 return element; in spl_heap_it_get_current_data()
918 zval *element = &object->heap->elements[0]; in spl_pqueue_it_get_current_data() local
925 if (object->heap->count == 0 || Z_ISUNDEF_P(element)) { in spl_pqueue_it_get_current_data()
1023 zval *element = &intern->heap->elements[0]; in SPL_METHOD() local
1029 if (!intern->heap->count || Z_ISUNDEF_P(element)) { in SPL_METHOD()
1032 ZVAL_DEREF(element); in SPL_METHOD()
1033 ZVAL_COPY(return_value, element); in SPL_METHOD()
1043 zval *element = &intern->heap->elements[0]; in SPL_METHOD() local
[all …]

Completed in 46 milliseconds

12345678910>>...47