Home
last modified time | relevance | path

Searched refs:element (Results 151 – 175 of 673) sorted by relevance

12345678910>>...27

/PHP-7.4/ext/tidy/tests/
H A D008.phpt15 line 1 column 7 - Warning: inserting missing 'title' element
/PHP-7.4/ext/spl/tests/
H A Dspl_cachingiterator___toString_basic.phpt2 SPL: SplCachingIterator, Test method to convert current element to string
H A Dbug74669.phpt17 public function append($element)
19 $this->container->append($element);
H A Diterator_035.phpt15 Notice: Indirect modification of overloaded element of ArrayIterator has no effect in %s on line %d
H A Drecursiveiteratoriterator_getsubiterator_variation.phpt2 …siveIteratorIterator::getSubIterator() returns different iterators depending on the current element
/PHP-7.4/Zend/tests/
H A Dbug31720.phpt5 $array = array('at least one element');
H A Dcall_user_func_array_prefer_ref.phpt2 call_user_func_array() passes value to prefer-ref arg if element wasn't a reference
/PHP-7.4/ext/xmlreader/tests/
H A D014.phpt2 XMLReader: libxml2 XML Reader, read-only element values can not be modified
26 // Try to set the value of the element from book1 to movie1
/PHP-7.4/ext/standard/tests/array/
H A Din_array_variation3.phpt24 //checking for element in a sub-array
42 //element found as "one" exists in array $array_var
H A Darray_search_variation3.phpt21 //checking for element in a sub-array
39 //element found as "one" exists in array $array_var
H A Dprev_error3.phpt6 * Description: Move array argument's internal pointer to the previous element and return it
H A Darray_walk_basic1.phpt26 echo "\n"; // new line to separate the output between each element
35 echo "\n"; // new line to separate the output between each element
H A Darray_walk_recursive_basic1.phpt26 echo "\n"; // new line to separate the output between each element
35 echo "\n"; // new line to separate the output between each element
/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_variation3.phpt6 * Description: Get the size of an image as 4-element array
27 //loop through each element of the array for filename
H A Dgetimagesize_xbm.phpt6 * Description: Get the size of an image as 4-element array
H A Dgetimagesize_wbmp.phpt6 * Description: Get the size of an image as 4-element array
H A Dgetimagesize_tif_mm.phpt6 * Description: Get the size of an image as 4-element array
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtr_variation1.phpt43 /* loop through to test strtr() with each element of $str_arr */
47 $str = $str_arr[$index]; //getting the $str_arr element in $str variable
H A Dstrtr_variation2.phpt47 /* loop through to test strtr() with each element of $str_arr */
51 $str = $str_arr[$index]; //getting the array element in 'str' variable
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getInterfaces_003.phpt24 echo "The result is an array in which each element is an object (an instance of ReflectionClass)\n";
51 The result is an array in which each element is an object (an instance of ReflectionClass)
/PHP-7.4/ext/mbstring/tests/
H A Dmb_str_split_jp.phpt59 /* compare initial string and last array element after splitting */
63 last array element: %s expected: %s\n", unpack("H*", end($array))[1],unpack("H*", $enc)[1]);
H A Dmb_str_split_ru.phpt59 /* compare initial string and last array element after splitting */
63 last array element: %s expected: %s\n", unpack("H*", end($array))[1],unpack("H*", $enc)[1]);
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.h67 PHPDBG_API void phpdbg_set_color(int element, const phpdbg_color_t *color);
68 PHPDBG_API void phpdbg_set_color_ex(int element, const char *name, size_t name_length);
/PHP-7.4/ext/simplexml/tests/
H A Dbug37386.phpt2 Bug #39760 (autocreating element doesn't assign value to first node)
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_relaxNGValidate_error1.phpt25 Warning: DOMDocument::relaxNGValidate(): Did not expect element pear there in %s on line %d

Completed in 19 milliseconds

12345678910>>...27