Home
last modified time | relevance | path

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

12345678910>>...27

/PHP-7.4/ext/standard/tests/array/
H A Dcurrent_basic.phpt6 * Description: Return the element currently pointed to by the internal array pointer
H A Darray_walk_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 Dcurrent_variation2.phpt6 * Description: Return the element currently pointed to by the internal array pointer
108 // loop through each element of $inputs to check the behavior of current()
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_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 Darray_shift_variation7.phpt6 * Description: Pops an element off the beginning of the array
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()
/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_variation4.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.phpt6 * Description: Get the size of an image as 4-element array
/PHP-7.4/ext/simplexml/tests/
H A D031.phpt28 /* Try to add element to attribute -> display warning and do not add */
50 Warning: SimpleXMLElement::addChild(): Cannot add element to attributes in %s031.php on line %d
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt10 /* the array is with three elements in it. Each element should be read as
11 1st element is delimiter, 2nd element is enclosure
12 and 3rd element is csv fields
/PHP-7.4/ext/standard/tests/file/
H A Dfputcsv_variation10.phpt15 /* the array is with three elements in it. Each element should be read as
16 1st element is delimiter, 2nd element is enclosure
17 and 3rd element is csv fields
/PHP-7.4/tests/lang/
H A DforeachLoop.004.phpt2 Foreach loop tests - using an array element as the $value
/PHP-7.4/ext/standard/tests/serialize/
H A Dunserialize_large.phpt2 Unserializing payload with unrealistically large element counts
/PHP-7.4/ext/dom/tests/
H A Dbug46185.phpt2 Bug #46185 (importNode changes the namespace of an XML element).
/PHP-7.4/ext/libxml/tests/
H A Dbug76777.phpt20 <xs:element name="test"/>
/PHP-7.4/main/
H A Dphp_ini.c662 zend_llist_element *element; in php_init_config() local
728 for (element = scanned_ini_list.head; element; element = element->next) { in php_init_config()
732 strlcat(php_ini_scanned_files, *(char **)element->data, total_l); in php_init_config()
733 strlcat(php_ini_scanned_files, element->next ? ",\n" : "\n", total_l); in php_init_config()
/PHP-7.4/ext/intl/tests/
H A Dresourcebundle_arrayaccess.phpt50 2: Cannot load resource element 'nonexisting': U_MISSING_RESOURCE_ERROR
/PHP-7.4/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-7.4/ext/soap/tests/
H A Dclassmap.wsdl6 <xsd:element name="a" type="xsd:string"/>
7 <xsd:element name="b" type="xsd:string"/>
/PHP-7.4/ext/gd/libgd/
H A Dgdft.c337 static int fontTest (void *element, void *key) in fontTest() argument
339 font_t *a = (font_t *) element; in fontTest()
546 static void fontRelease (void *element) argument
548 font_t *a = (font_t *) element;
552 gdPFree((char *) element);
558 static int tweenColorTest (void *element, void *key) argument
560 tweencolor_t *a = (tweencolor_t *) element;
619 static void tweenColorRelease (void *element) argument
621 gdFree((char *) element);

Completed in 29 milliseconds

12345678910>>...27