Home
last modified time | relevance | path

Searched refs:arg (Results 76 – 100 of 572) sorted by last modified time

12345678910>>...23

/PHP-5.5/ext/standard/tests/strings/
H A Dwordwrap_basic.phpt21 // with $width arg
23 // with $break arg
H A Dwordwrap_variation3.phpt27 // array with different values for break arg
H A Dwordwrap_error.phpt26 // $width arg as negative value
H A Dvprintf_error.phpt15 $extra_arg = "extra arg";
H A Dsubstr_count_variation_001.phpt7 echo "-- 3rd or 4th arg as string --\n";
14 echo "\n-- 3rd or 4th arg as NULL --\n";
57 -- 3rd or 4th arg as string --
69 -- 3rd or 4th arg as NULL --
H A Dstrtr_variation2.phpt16 echo "*** Testing strtr() : string containing special chars for 'str' arg ***\n";
64 *** Testing strtr() : string containing special chars for 'str' arg ***
H A Dstrtr_variation3.phpt16 echo "*** Testing strtr() : string containing escape sequences for 'str' arg ***\n";
69 *** Testing strtr() : string containing escape sequences for 'str' arg ***
H A Dstrtr_variation4.phpt16 echo "*** Testing strtr() : empty string & null for 'str' arg ***\n";
57 *** Testing strtr() : empty string & null for 'str' arg ***
H A Dstr_repeat.phpt60 var_dump( str_repeat($input[0], -1) ); // Invalid arg for multiplier
H A Dsprintf_variation1.phpt17 $arg1 = "second arg";
18 $arg2 = "third arg";
H A Dquoted_printable_decode_variation1.phpt17 $arg1 = "second arg";
18 $arg2 = "third arg";
H A Dparse_str_basic1.phpt13 echo "Basic test WITHOUT result arg\n";
18 echo "\nBasic test WITH undefined var for result arg\n";
23 echo "\nBasic test WITH existing non-array var for result arg\n";
38 Basic test WITHOUT result arg
44 Basic test WITH undefined var for result arg
55 Basic test WITH existing non-array var for result arg
H A Dprint_basic.phpt6 /* Prototype : int print ( string $arg )
H A Dprint_variation1.phpt6 /* Prototype : int print ( string $arg )
12 echo "*** Testing print() function: with unexpected inputs for 'arg' argument ***\n";
86 *** Testing print() function: with unexpected inputs for 'arg' argument ***
H A Dprintf_variation1.phpt17 $arg1 = "second arg";
18 $arg2 = "third arg";
/PHP-5.5/ext/standard/tests/math/
H A Dlog1p_variation1.phpt2 Test log1p() function : usage variations - different data types as $arg argument
7 /* Prototype : float log1p ( float $arg )
H A Doctdec_variation1.phpt2 Test octdec() function : usage variations - different data types as $octal_string arg
H A Dexpm1_error.phpt5 /* Prototype : float expm1 ( float $arg )
H A Dexpm1_variation1.phpt2 Test expm1() function : usage variations - different data types as $arg argument
8 /* Prototype : float expm1 ( float $arg )
34 // unexpected values to be passed to $arg argument
H A Dfloor_variation1.phpt2 Test floor() function : usage variations - different data types as $value arg
H A Dhexdec_variation1.phpt2 Test hexdec() function : usage variations - different data types as $number arg
H A Dhexdec_variation1_64bit.phpt2 Test hexdec() function : usage variations - different data types as $number arg
H A Dhypot_variation1.phpt30 // unexpected values to be passed to $arg argument
H A Dhypot_variation2.phpt30 // unexpected values to be passed to $arg argument
H A Dlog1p_basic.phpt7 /* Prototype : float log1p ( float $arg )

Completed in 35 milliseconds

12345678910>>...23