Home
last modified time | relevance | path

Searched refs:element (Results 176 – 200 of 1163) sorted by relevance

12345678910>>...47

/PHP-5.5/ext/wddx/tests/
H A D001-64bit.phpt34 string(14) "second element"
H A D001.phpt34 string(14) "second element"
/PHP-5.5/ext/standard/tests/array/
H A Darray_walk_recursive_variation9.phpt27 echo "\n"; // new line to separate the output between each element
37 echo "\n"; // new line to separate the output between each element
H A Dkey_variation2.phpt6 * Description: Return the key of the element currently pointed to by the internal array pointer
95 // loop through each element of $inputs to check the behavior of key()
H A Dprev_error2.phpt6 * Description: Move array argument's internal pointer to the previous element and return it
H A Dnext_basic.phpt6 * Description: Move array argument's internal pointer to the next element and return it
H A Darray_shift_variation2.phpt6 * Description: Pops an element off the beginning of the array
108 // loop through each element of $inputs to check the behavior of array_shift
H A Darray_shift_variation3.phpt6 * Description: Pops an element off the beginning of the array
95 // loop through each element of $inputs to check the behavior of array_shift()
H A Darray_shift_variation7.phpt6 * Description: Pops an element off the beginning of the array
/PHP-5.5/ext/gd/libgd/
H A Dgdft.c336 static int fontTest (void *element, void *key) in fontTest() argument
338 font_t *a = (font_t *) element; in fontTest()
513 static void fontRelease (void *element) argument
515 font_t *a = (font_t *) element;
519 gdPFree((char *) element);
525 static int tweenColorTest (void *element, void *key) argument
527 tweencolor_t *a = (tweencolor_t *) element;
586 static void tweenColorRelease (void *element) argument
588 gdFree((char *) element);
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_tif_mm.phpt12 * Description: Get the size of an image as 4-element array
H A Dgetimagesize_variation_005.phpt12 * Description: Get the size of an image as 4-element array
H A Dgetimagesize_jpgapp.phpt12 * Description: Get the size of an image as 4-element array
/PHP-5.5/ext/dom/tests/
H A Dbug46185.phpt2 Bug #46185 (importNode changes the namespace of an XML element).
H A Ddom001.phpt78 echo "--------- Find element by tagname\n";
93 echo "--------- Find element by id\n";
212 --------- Find element by tagname
272 --------- Find element by id
/PHP-5.5/tests/lang/
H A DforeachLoop.004.phpt2 Foreach loop tests - using an array element as the $value
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtr_variation3.phpt52 /* loop through to test strtr() with each element of $str_arr */
56 $str = $str_arr[$index]; //getting the array element in 'str' variable
/PHP-5.5/ext/soap/tests/
H A Dclassmap.wsdl6 <xsd:element name="a" type="xsd:string"/>
7 <xsd:element name="b" type="xsd:string"/>
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_driver.c101 MYSQLND_ERROR_LIST_ELEMENT * element = (MYSQLND_ERROR_LIST_ELEMENT *) pDest; in mysqlnd_error_list_pdtor() local
106 if (element->error) { in mysqlnd_error_list_pdtor()
107 mnd_pefree(element->error, TRUE); in mysqlnd_error_list_pdtor()
/PHP-5.5/ext/filter/
H A Dfilter.c500 zval **element; in php_zval_filter_recursive() local
508 zend_hash_get_current_data_ex(Z_ARRVAL_PP(value), (void **) &element, &pos) == SUCCESS; in php_zval_filter_recursive()
511 SEPARATE_ZVAL_IF_NOT_REF(element); in php_zval_filter_recursive()
512 if (Z_TYPE_PP(element) == IS_ARRAY) { in php_zval_filter_recursive()
513 Z_ARRVAL_PP(element)->nApplyCount++; in php_zval_filter_recursive()
514 php_zval_filter_recursive(element, filter, flags, options, charset, copy TSRMLS_CC); in php_zval_filter_recursive()
515 Z_ARRVAL_PP(element)->nApplyCount--; in php_zval_filter_recursive()
517 php_zval_filter(element, filter, flags, options, charset, copy TSRMLS_CC); in php_zval_filter_recursive()
/PHP-5.5/Zend/
H A Dzend_hash.c26 (element)->pNext = (list_head); \
27 (element)->pLast = NULL; \
28 if ((element)->pNext) { \
29 (element)->pNext->pLast = (element); \
33 (element)->pListLast = (ht)->pListTail; \
34 (ht)->pListTail = (element); \
35 (element)->pListNext = NULL; \
36 if ((element)->pListLast != NULL) { \
37 (element)->pListLast->pListNext = (element); \
40 (ht)->pListHead = (element); \
[all …]
/PHP-5.5/ext/intl/tests/
H A Dresourcebundle_arrayaccess.phpt50 2: Cannot load resource element 'nonexisting': U_MISSING_RESOURCE_ERROR
/PHP-5.5/ext/tidy/tests/
H A D004.phpt26 line 1 column 14 - Warning: inserting missing 'title' element
/PHP-5.5/main/
H A Dphp_ini.c631 zend_llist_element *element; in php_init_config() local
699 for (element = scanned_ini_list.head; element; element = element->next) { in php_init_config()
703 strlcat(php_ini_scanned_files, *(char **)element->data, total_l); in php_init_config()
704 strlcat(php_ini_scanned_files, element->next ? ",\n" : "\n", total_l); in php_init_config()
/PHP-5.5/ext/spl/tests/
H A Dheap_corruption.phpt2 SPL: SplHeap - heap corruption via compare exception (with top element deletion)

Completed in 72 milliseconds

12345678910>>...47