/PHP-5.4/ext/ctype/tests/ |
H A D | ctype_xdigit_variation2.phpt | 14 * valid hexadecimal 'digits' 32 character code 48 is a hexadecimal 'digit' 33 character code 49 is a hexadecimal 'digit' 34 character code 50 is a hexadecimal 'digit' 35 character code 51 is a hexadecimal 'digit' 36 character code 52 is a hexadecimal 'digit' 37 character code 53 is a hexadecimal 'digit' 38 character code 54 is a hexadecimal 'digit' 39 character code 55 is a hexadecimal 'digit' 40 character code 56 is a hexadecimal 'digit' [all …]
|
H A D | ctype_xdigit_variation4.phpt | 8 * Description: Checks for character(s) representing a hexadecimal digit 13 * Pass different hexadecimal and octal values that: 14 * 1. contain hexadecimal digits 15 * 2. correspond to character codes recognised as hexadecimal digits (see variation2) 23 // contain hexadecimal digits but do not correspond to 'correct' ints 29 // contain hexadecimal digits but do not correspond to 'correct' ints
|
H A D | ctype_xdigit_variation3.phpt | 8 * Description: Checks for character(s) representing a hexadecimal digit 14 * which are considered valid hexadecimal 'digit' only strings 33 "03F", // hexadecimal 'digits'
|
H A D | ctype_alnum_variation4.phpt | 2 Test ctype_alnum() function : usage variations - octal and hexadecimal values 13 * Pass octal and hexadecimal values to ctype_alnum() to test behaviour
|
H A D | ctype_alpha_variation4.phpt | 2 Test ctype_alpha() function : usage variations - Octal and hexadecimal values 13 * Pass octal and hexadecimal values to ctype_alpha() to test behaviour
|
H A D | ctype_cntrl_variation4.phpt | 2 Test ctype_cntrl() function : usage variations - Octal and hexadecimal values 13 * Pass hexadecimal and octal values to ctype_cntrl() to test behaviour
|
H A D | ctype_digit_variation4.phpt | 2 Test ctype_digit() function : usage variations - octal and hexadecimal values 13 * Pass octal and hexadecimal values as $c argument to ctype_digit() to test behaviour
|
H A D | ctype_graph_variation4.phpt | 2 Test ctype_graph() function : usage variations - octal and hexadecimal values 13 * Pass octal and hexadecimal values to ctype_graph() to test behaviour
|
H A D | ctype_lower_variation4.phpt | 2 Test ctype_lower() function : usage variations - octal and hexadecimal values 13 * Pass octal and hexadecimal values to ctype_lower() to test behaviour
|
H A D | ctype_print_variation4.phpt | 2 Test ctype_print() function : usage variations - octal and hexadecimal values 13 * Pass octal and hexadecimal values to ctype_print() to test behaviour
|
H A D | ctype_upper_variation4.phpt | 2 Test ctype_upper() function : usage variations - octal and hexadecimal values 13 * Pass octal and hexadecimal values to ctype_upper() to test behaviour
|
/PHP-5.4/ext/standard/tests/array/ |
H A D | krsort_variation6.phpt | 2 Test krsort() function : usage variations - sort hexadecimal values 20 // an array containing unsorted hexadecimal values with keys 26 echo "\n-- Testing krsort() by supplying hexadecimal value array, 'flag' value is defualt --\n"; 31 echo "\n-- Testing krsort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --\… 36 echo "\n-- Testing krsort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --\… 46 -- Testing krsort() by supplying hexadecimal value array, 'flag' value is defualt -- 69 -- Testing krsort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR -- 92 -- Testing krsort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --
|
H A D | sort_variation6.phpt | 2 Test sort() function : usage variations - sort hexadecimal values 20 // an array contains unsorted hexadecimal values 23 echo "\n-- Testing sort() by supplying hexadecimal value array, 'flag' value is defualt --\n"; 28 echo "\n-- Testing sort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --\n"; 33 echo "\n-- Testing sort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --\n"; 43 -- Testing sort() by supplying hexadecimal value array, 'flag' value is defualt -- 70 -- Testing sort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR -- 97 -- Testing sort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --
|
H A D | arsort_variation6.phpt | 2 Test arsort() function : usage variations - sort hexadecimal values 20 // an array contains unsorted hexadecimal values 26 echo "\n-- Testing arsort() by supplying hexadecimal value array, 'flag' value is defualt --\n"; 31 echo "\n-- Testing arsort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --\… 36 echo "\n-- Testing arsort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --\… 46 -- Testing arsort() by supplying hexadecimal value array, 'flag' value is defualt -- 69 -- Testing arsort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR -- 92 -- Testing arsort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --
|
H A D | asort_variation6.phpt | 2 Test asort() function : usage variations - sort hexadecimal values 20 // an array contains unsorted hexadecimal values 26 echo "\n-- Testing asort() by supplying hexadecimal value array, 'flag' value is defualt --\n"; 31 echo "\n-- Testing asort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --\n… 36 echo "\n-- Testing asort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --\n… 46 -- Testing asort() by supplying hexadecimal value array, 'flag' value is defualt -- 69 -- Testing asort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR -- 92 -- Testing asort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --
|
H A D | ksort_variation6.phpt | 2 Test ksort() function : usage variations - sort hexadecimal values 19 // an array containng unsorted hexadecimal values with keys 26 echo "\n-- Testing ksort() by supplying hexadecimal value array, 'flag' value is defualt --\n"; 31 echo "\n-- Testing ksort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR --\n… 36 echo "\n-- Testing ksort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --\n… 46 -- Testing ksort() by supplying hexadecimal value array, 'flag' value is defualt -- 69 -- Testing ksort() by supplying hexadecimal value array, 'flag' value is SORT_REGULAR -- 92 -- Testing ksort() by supplying hexadecimal value array, 'flag' value is SORT_NUMERIC --
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | vsprintf_basic9.phpt | 2 Test vsprintf() function : basic functionality - hexadecimal format 10 echo "*** Testing vsprintf() : basic functionality - using hexadecimal format ***\n"; 38 *** Testing vsprintf() : basic functionality - using hexadecimal format ***
|
H A D | vprintf_basic9.phpt | 2 Test vprintf() function : basic functionality - hexadecimal format 10 echo "*** Testing vprintf() : basic functionality - using hexadecimal format ***\n"; 49 *** Testing vprintf() : basic functionality - using hexadecimal format ***
|
H A D | sprintf_basic9.phpt | 2 Test sprintf() function : basic functionality - hexadecimal format 10 echo "*** Testing sprintf() : basic functionality - using hexadecimal format ***\n"; 46 *** Testing sprintf() : basic functionality - using hexadecimal format ***
|
H A D | vfprintf_basic9.phpt | 2 Test vfprintf) function : basic functionality - hexadecimal format 10 echo "*** Testing vfprintf) : basic functionality - using hexadecimal format ***\n"; 53 *** Testing vfprintf) : basic functionality - using hexadecimal format ***
|
H A D | printf_basic9.phpt | 2 Test printf() function : basic functionality - hexadecimal format 10 echo "*** Testing printf() : basic functionality - using hexadecimal format ***\n"; 60 *** Testing printf() : basic functionality - using hexadecimal format ***
|
H A D | sscanf_basic8.phpt | 2 Test sscanf() function : basic functionality - hexadecimal format 11 echo "*** Testing sscanf() : basic functionality - - using hexadecimal format ***\n"; 34 *** Testing sscanf() : basic functionality - - using hexadecimal format ***
|
H A D | sprintf_variation10.phpt | 21 0x123B, // integer as hexadecimal 25 -0x80000000, // max negative integer as hexadecimal 26 0x7fffffff, // max postive integer as hexadecimal 27 0x7FFFFFFF, // max postive integer as hexadecimal
|
H A D | sprintf_variation3.phpt | 21 0x123B, // integer as hexadecimal 25 -0x80000000, // max negative integer as hexadecimal 26 0x7fffffff, // max postive integer as hexadecimal 27 0x7FFFFFFF, // max postive integer as hexadecimal
|
/PHP-5.4/ext/standard/tests/general_functions/ |
H A D | var_export_basic1.phpt | 21 '0x123B' => 0x123B, // integer as hexadecimal 25 "-0x80000000" => -0x80000000, // max negative integer as hexadecimal 26 "'0x7fffffff'" => '0x7fffffff', // max postive integer as hexadecimal 27 "0x7FFFFFFF" => 0x7FFFFFFF, // max postive integer as hexadecimal
|