Home
last modified time | relevance | path

Searched refs:all (Results 476 – 500 of 668) sorted by last modified time

1...<<11121314151617181920>>...27

/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation7.phpt51 // remove the execute permisson from parent dir, allowing all permission for sub dir
52 chmod($sub_dir_path, 0777); // all permisson to sub dir
/PHP-7.4/ext/standard/tests/file/
H A D006_variation1.phpt30 echo "-- Testing all permission from octal 0000 to octal 0777 on file and dir --\n";
56 -- Testing all permission from octal 0000 to octal 0777 on file and dir --
/PHP-7.4/ext/standard/tests/array/
H A Drsort_variation3.phpt50 // loop through $flag_value array and setting all possible flag values
H A Drsort_variation5.phpt36 // loop through $flags array and setting all possible flag values
H A Dsizeof_variation1.phpt2 Test sizeof() function : usage variations - for all scalar types and resource variable
14 echo "--- Testing sizeof() for all scalar types in default,COUNT_NORMAL and COUNT_RECURSIVE mode --…
18 // array containing all scalar types
81 --- Testing sizeof() for all scalar types in default,COUNT_NORMAL and COUNT_RECURSIVE mode ---
H A Dsort_variation3.phpt52 // loop through $flag_value array and setting all possible flag values
H A Dsort_variation5.phpt42 // loop through $flags array and setting all possible flag values
H A Duasort_variation3.phpt2 Test uasort() function : usage variations - sort array with all posible keys
14 echo "*** Testing uasort() : Sorting array with all possible keys ***\n";
98 *** Testing uasort() : Sorting array with all possible keys ***
H A Dbug72031.phpt2 Bug #72031: array_column() against an array of objects discards all values matching null
H A Dkrsort_variation3.phpt48 // loop through $flags array and call krsort() with all possible sort flag values
H A Dkrsort_variation5.phpt48 // loop through $flags array and call krsort() with all possible sort flag values
H A Dksort_variation3.phpt48 // loop through $flags array and call ksort() with all possible sort flag values
H A Dksort_variation5.phpt48 // loop through $flags array and call ksort() with all possible sort flag values
H A Darray_unshift_variation2.phpt2 Test array_unshift() function : usage variations - all possible values for 'var' argument
11 * Testing array_unshift() by giving all the possible values for $var argument
14 echo "*** Testing array_unshift() : all possible values for \$var argument ***\n";
125 *** Testing array_unshift() : all possible values for $var argument ***
H A Darray_unshift_variation9.phpt84 /* with all possible arguments */
H A Darray_values.phpt8 Discription: array_values() returns all the values from the input array
H A Darray_values_basic.phpt17 // Initialise all required variables
20 // Calling array_values() with all possible arguments
H A Darray_walk_basic1.phpt41 echo "-- Using array_walk() with all parameters --\n";
62 -- Using array_walk() with all parameters --
H A Darray_walk_recursive_basic1.phpt41 echo "-- Using array_walk_recursive() with all parameters --\n";
62 -- Using array_walk_recursive() with all parameters --
/PHP-7.4/ext/standard/tests/class_object/
H A Dget_declared_classes_basic_001.phpt6 * Description: Returns an array of all declared classes.
H A Dget_declared_classes_variation1.phpt6 * Description: Returns an array of all declared classes.
H A Dget_declared_interfaces_basic_001.phpt6 * Description: Returns an array of all declared interfaces.
H A Dget_declared_interfaces_variation1.phpt6 * Description: Returns an array of all declared interfaces.
H A Dget_declared_traits_basic_001.phpt6 * Description: Returns an array of all declared traits.
H A Dget_declared_traits_variation1.phpt6 * Description: Returns an array of all declared traits.

Completed in 83 milliseconds

1...<<11121314151617181920>>...27