Home
last modified time | relevance | path

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

12345678910>>...46

/PHP-7.0/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.c1329 if (model->u.element->name) { in model_to_zval_object()
1339 …if (model->u.element->fixed && strcmp(model->u.element->fixed, (char*)r_node->children->content) !… in model_to_zval_object()
1348 } else if (model->u.element->def && !model->u.element->nillable) { in model_to_zval_object()
1363 …if (model->u.element->fixed && strcmp(model->u.element->fixed, (char*)node->children->content) != … in model_to_zval_object()
1372 } else if (model->u.element->def && !model->u.element->nillable) { in model_to_zval_object()
1644 !model->u.element->nillable && in model_to_xml_object()
1650 enc = model->u.element->encode; in model_to_xml_object()
1672 model->u.element->namens && in model_to_xml_object()
1694 model->u.element->namens && in model_to_xml_object()
1706 model->u.element->namens && in model_to_xml_object()
[all …]
/PHP-7.0/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
H A Darray_search_variation3.phpt21 //checking for element in a sub-array
39 //element found as "one" exists in array $array_var
/PHP-7.0/Zend/tests/
H A Dforeach_list_003.phpt13 Fatal error: Cannot use list as key element in %sforeach_list_003.php on line %d
/PHP-7.0/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.0/ext/simplexml/
H A DREADME5 1) properties denote element iterators
11 all nodes with that element name. Thus method children() must be
/PHP-7.0/ext/spl/examples/
H A Ddbareader.inc44 * Rewind to first element.
52 * Move to next element.
/PHP-7.0/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.0/tests/lang/
H A DforeachLoop.006.phpt11 Fatal error: Key element cannot be a reference in %s on line 3
/PHP-7.0/ext/spl/tests/
H A DSplDoublylinkedlist_offsetunset_first002.phpt2 SPL: SplDoublyLinkedList : offsetUnset - first element
H A Dbug64106.phpt15 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.0/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.0/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.0/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.0/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 …]
/PHP-7.0/ext/spl/internal/
H A Dlimititerator.inc34 * @param offset Offset to first element
95 /** @return current element
101 /** Forward to nect element

Completed in 39 milliseconds

12345678910>>...46