Home
last modified time | relevance | path

Searched refs:from (Results 326 – 350 of 1523) sorted by last modified time

1...<<11121314151617181920>>...61

/PHP-7.4/ext/standard/tests/array/
H A Darray_unique_variation3.phpt6 * Description: Removes duplicate values from array
H A Darray_unique_variation8.phpt6 * Description: Removes duplicate values from array
H A Darray_push.phpt65 /* Checking for return value and the new array formed from push operation */
66 echo "\n*** Checking for return value and the new array formed from push operation ***\n";
261 *** Checking for return value and the new array formed from push operation ***
H A Darray_splice_basic.phpt17 echo "test removing entries from the middle \n";
59 test removing entries from the middle
H A Darray_filter_variation10.phpt6 * Description: Filters elements from the array via the callback.
H A Darray_filter_variation9.phpt6 * Description: Filters elements from the array via the callback.
H A Darray_map_object3.phpt50 echo "-- accessing parent method from child class --\n";
53 echo "-- accessing child method from parent class --\n";
66 -- accessing parent method from child class --
75 -- accessing child method from parent class --
H A Darray_merge_recursive_variation1.phpt6 * Description: Recursively merges elements from passed arrays into one array
H A Darray_merge_recursive_variation2.phpt6 * Description: Recursively merges elements from passed arrays into one array
H A Darray_merge_recursive_variation4.phpt6 * Description: Recursively merges elements from passed arrays into one array
H A Darray_merge_variation1.phpt6 * Description: Merges elements from passed arrays into one array
H A Darray_merge_variation2.phpt6 * Description: Merges elements from passed arrays into one array
H A Darray_column_error.phpt8 * Returns an array containing all the values from
H A Darray_diff_variation9.phpt28 echo "\n-- Compare subarrays from two 2-D arrays --\n";
35 echo "\n-- Compare a subarray from one 2-D array and one 2-D array --\n";
49 -- Compare subarrays from two 2-D arrays --
73 -- Compare a subarray from one 2-D array and one 2-D array --
/PHP-7.4/ext/standard/
H A Dcyr_convert.c202 static char * php_convert_cyr_string(unsigned char *str, size_t length, char from, char to) in php_convert_cyr_string() argument
211 switch (toupper((int)(unsigned char)from)) in php_convert_cyr_string()
229 php_error_docref(NULL, E_WARNING, "Unknown source charset: %c", from); in php_convert_cyr_string()
/PHP-7.4/ext/spl/tests/
H A Dheap_001.phpt42 Exception: Can't extract from an empty heap
H A Dheap_002.phpt40 Exception: Can't extract from an empty heap
H A Diterator_041a.phpt2 SPL: iterator_to_array() and exceptions from destruct
H A Diterator_041b.phpt2 SPL: iterator_to_array() and exceptions from delayed destruct
H A Dpqueue_001.phpt65 Exception: Can't extract from an empty heap
H A Drecursive_tree_iterator_007.phpt2 SPL: RecursiveTreeIterator and Exception from getEntry()
H A Dbug31185.phpt2 Bug #31185 (Crash when exceptions thrown from ArrayAccess::offsetUnset())
H A Dbug33136.phpt2 Bug #33136 (method offsetSet in class extended from ArrayObject crash PHP)
H A Dbug68479.phpt2 Bug #68479 (Escape parameter missing from SplFileObject::fputcsv)
H A Ddllist_001.phpt52 Exception: Can't pop from an empty datastructure
53 Exception: Can't shift from an empty datastructure

Completed in 61 milliseconds

1...<<11121314151617181920>>...61