/PHP-7.0/ext/soap/ |
H A D | php_sdl.h | 100 sdlTypePtr element; member 170 sdlTypePtr element; /* pointer to element */ member 217 sdlTypePtr element; member
|
H A D | php_encoding.c | 1329 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 D | array_walk_variation6.phpt | 31 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 D | array_unshift_basic2.phpt | 21 // 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 D | array_walk_recursive_variation6.phpt | 31 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 D | array_chunk_variation6.phpt | 15 * 3. array with one element 26 // array with one element
|
H A D | array_search_variation3.phpt | 21 //checking for element in a sub-array 39 //element found as "one" exists in array $array_var
|
/PHP-7.0/Zend/tests/ |
H A D | foreach_list_003.phpt | 13 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 D | bug29795.wsdl | 6 <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 D | README | 5 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 D | dbareader.inc | 44 * Rewind to first element. 52 * Move to next element.
|
/PHP-7.0/ext/standard/ |
H A D | iptc.c | 322 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 D | foreachLoop.006.phpt | 11 Fatal error: Key element cannot be a reference in %s on line 3
|
/PHP-7.0/ext/spl/tests/ |
H A D | SplDoublylinkedlist_offsetunset_first002.phpt | 2 SPL: SplDoublyLinkedList : offsetUnset - first element
|
H A D | bug64106.phpt | 15 Notice: Indirect modification of overloaded element of MyFixedArray has no effect in %s on line %d
|
H A D | bug67360.phpt | 2 Bug #67360 (Missing element after ArrayObject::getIterator)
|
H A D | dllist_memleak.phpt | 2 SPL: DoublyLinkedList: memory leak when iterator pointer isn't at the last element
|
H A D | recursiveiteratoriterator_getsubiterator_variation_002.phpt | 2 SPL: RecursiveIteratorIterator::getSubIterator() returns NULL if there's no current element
|
/PHP-7.0/ext/standard/tests/strings/ |
H A D | strtr_variation4.phpt | 40 /* 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 D | array_access_005.phpt | 72 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 D | profile04.phpt | 2 SimpleXML [profile]: Accessing a namespaced element
|
H A D | profile05.phpt | 2 SimpleXML [profile]: Accessing an aliased namespaced element
|
H A D | profile09.phpt | 2 SimpleXML [profile]: Accessing a namespaced element without a namespace
|
/PHP-7.0/ext/spl/ |
H A D | spl_heap.c | 900 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 D | limititerator.inc | 34 * @param offset Offset to first element 95 /** @return current element 101 /** Forward to nect element
|