Home
last modified time | relevance | path

Searched refs:inputs (Results 26 – 50 of 621) sorted by relevance

12345678910>>...25

/PHP-5.5/ext/standard/tests/general_functions/
H A Descapeshellarg_variation1-win32.phpt32 $inputs = array(
69 // loop through each element of $inputs to check the behaviour of escapeshellarg()
71 foreach($inputs as $input) {
H A Descapeshellarg_variation1.phpt32 $inputs = array(
69 // loop through each element of $inputs to check the behaviour of escapeshellarg()
71 foreach($inputs as $input) {
/PHP-5.5/ext/standard/tests/array/
H A Darray_multisort_variation7.phpt22 $inputs = array(
35 var_dump(array_multisort($inputs));
36 var_dump($inputs);
H A Darray_multisort_variation8.phpt28 $inputs = array(
41 var_dump(array_multisort($inputs, SORT_STRING));
42 var_dump($inputs);
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtr_variation6.phpt2 Test strtr() function : usage variations - unexpected inputs for 'from' argument
11 /* Test strtr() function: with unexpected inputs for 'from'
15 echo "*** Testing strtr() function: with unexpected inputs for 'from' ***\n";
91 *** Testing strtr() function: with unexpected inputs for 'from' ***
H A Dstrrev_variation4.phpt2 Test strrev() function : usage variations - unexpected inputs
10 /* Testing strrev() function with unexpected inputs for 'str' */
12 echo "*** Testing strrev() : unexpected inputs for 'str' ***\n";
91 *** Testing strrev() : unexpected inputs for 'str' ***
H A Dstrtr_variation5.phpt2 Test strtr() function : usage variations - unexpected inputs for 'str' argument
11 /* Test strtr() function: with unexpected inputs for 'str'
15 echo "*** Testing strtr() function: with unexpected inputs for 'str' ***\n";
92 *** Testing strtr() function: with unexpected inputs for 'str' ***
H A Dstrtr_variation7.phpt2 Test strtr() function : usage variations - unexpected inputs for 'to' argument
11 /* Test strtr() function: with unexpected inputs for 'to'
15 echo "*** Testing strtr() function: with unexpected inputs for 'to' ***\n";
92 *** Testing strtr() function: with unexpected inputs for 'to' ***
H A Dcount_chars_variation2.phpt11 echo "*** Testing count_chars() function: with unexpected inputs for 'mode' argument ***\n";
22 $inputs = array (
68 // loop through with each element of the $inputs array to test count_chars() function
72 foreach($inputs as $input) {
83 *** Testing count_chars() function: with unexpected inputs for 'mode' argument ***
H A Dstr_pad_variation2.phpt2 Test str_pad() function : usage variations - unexpected inputs for '$pad_length' argument
10 /* Test str_pad() function: with unexpected inputs for '$pad_length'
14 echo "*** Testing str_pad() function: with unexpected inputs for 'pad_length' argument ***\n";
88 *** Testing str_pad() function: with unexpected inputs for 'pad_length' argument ***
/PHP-5.5/ext/standard/tests/math/
H A Dceil_variation1.phpt32 $inputs = array(
66 // loop through each element of $inputs to check the behaviour of ceil()
68 foreach($inputs as $input) {
H A Dbase_convert_variation1.phpt25 $inputs = array(
70 // loop through each element of $inputs to check the behaviour of base_convert()
72 foreach($inputs as $input) {
H A Dfloor_variation1.phpt32 $inputs = array(
66 // loop through each element of $inputs to check the behaviour of floor()
68 foreach($inputs as $input) {
H A Dabs_variation.phpt37 $inputs = array(
72 // loop through each element of $inputs to check the behavior of abs()
74 foreach($inputs as $input) {
H A Dbindec_variation1.phpt28 $inputs = array(
72 // loop through each element of $inputs to check the behaviour of bindec()
74 foreach($inputs as $input) {
H A Doctdec_variation1.phpt26 $inputs = array(
72 // loop through each element of $inputs to check the behaviour of octdec()
74 foreach($inputs as $input) {
H A Dpow_variation2.phpt32 $inputs = array(
80 // loop through each element of $inputs to check the behaviour of pow()
82 foreach($inputs as $input) {
H A Dbindec_variation1_64bit.phpt28 $inputs = array(
72 // loop through each element of $inputs to check the behaviour of bindec()
74 foreach($inputs as $input) {
H A Ddecbin_variation1_64bit.phpt35 $inputs = array(
84 // loop through each element of $inputs to check the behaviour of decbin()
86 foreach($inputs as $input) {
H A Dpow_variation1.phpt36 $inputs = array(
84 // loop through each element of $inputs to check the behaviour of pow()
86 foreach($inputs as $input) {
H A Dpow_variation1_64bit.phpt36 $inputs = array(
84 // loop through each element of $inputs to check the behaviour of pow()
86 foreach($inputs as $input) {
H A Ddecbin_variation1.phpt35 $inputs = array(
84 // loop through each element of $inputs to check the behaviour of decbin()
86 foreach($inputs as $input) {
H A Dhexdec_variation1.phpt30 $inputs = array(
76 // loop through each element of $inputs to check the behaviour of hexdec()
78 foreach($inputs as $input) {
H A Dhexdec_variation1_64bit.phpt30 $inputs = array(
76 // loop through each element of $inputs to check the behaviour of hexdec()
78 foreach($inputs as $input) {
H A Dround_variation1.phpt33 $inputs = array(
81 // loop through each element of $inputs to check the behaviour of round()
83 foreach($inputs as $input) {

Completed in 24 milliseconds

12345678910>>...25