Home
last modified time | relevance | path

Searched refs:inputs (Results 51 – 75 of 610) sorted by relevance

12345678910>>...25

/PHP-7.0/ext/standard/tests/math/
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 Dround_variation1.phpt33 $inputs = array(
81 // loop through each element of $inputs to check the behaviour of round()
83 foreach($inputs as $input) {
H A Ddechex_variation1.phpt35 $inputs = array(
84 // loop through each element of $inputs to check the behaviour of dechex()
86 foreach($inputs as $input) {
H A Ddechex_variation1_64bit.phpt35 $inputs = array(
84 // loop through each element of $inputs to check the behaviour of dechex()
86 foreach($inputs as $input) {
H A Ddecoct_variation1.phpt36 $inputs = array(
85 // loop through each element of $inputs to check the behaviour of decoct()
87 foreach($inputs as $input) {
H A Ddecoct_variation1_64bit.phpt36 $inputs = array(
85 // loop through each element of $inputs to check the behaviour of decoct()
87 foreach($inputs as $input) {
/PHP-7.0/ext/date/tests/
H A Dgmstrftime_variation8.phpt19 $inputs = array(
25 foreach($inputs as $key =>$value) {
H A Dgmstrftime_variation4.phpt17 $inputs = array(
25 foreach($inputs as $key =>$value) {
/PHP-7.0/ext/standard/tests/strings/
H A Dstrncasecmp_variation7.phpt12 echo "*** Test strncasecmp() function: with null terminated strings and binary inputs ***\n";
24 *** Test strncasecmp() function: with null terminated strings and binary inputs ***
H A Dstrtr_variation8.phpt2 Test strtr() function : usage variations - unexpected inputs for 'replace_pairs' argument
11 /* Test strtr() function: with unexpected inputs for 'replace_pairs'
15 echo "*** Testing strtr() function: with unexpected inputs for 'replace_pairs' ***\n";
34 // array of inputs for 'replace_pairs' argument
89 *** Testing strtr() function: with unexpected inputs for 'replace_pairs' ***
H A Dstrrchr_variation11.phpt2 Test strrchr() function : usage variations - unexpected inputs for haystack and needle
10 /* Test strrchr() function with unexpected inputs for haystack and needle */
12 echo "*** Testing strrchr() function: with unexpected inputs for haystack and needle ***\n";
92 *** Testing strrchr() function: with unexpected inputs for haystack and needle ***
H A Dstrrchr_variation9.phpt2 Test strrchr() function : usage variations - unexpected inputs for haystack
10 /* Test strrchr() function with unexpected inputs for haystack
14 echo "*** Testing strrchr() function: with unexpected inputs for haystack ***\n";
133 *** Testing strrchr() function: with unexpected inputs for haystack ***
/PHP-7.0/ext/ctype/tests/
H A Dctype_digit_variation1.phpt41 $inputs = array(
89 // loop through each element of $inputs to check the behavior of ctype_digit()
91 foreach($inputs as $input) {
H A Dctype_upper_variation1.phpt41 $inputs = array(
89 // loop through each element of $inputs to check the behavior of ctype_upper()
91 foreach($inputs as $input) {
H A Dctype_alnum_variation1.phpt41 $inputs = array(
89 // loop through each element of $inputs to check the behavior of ctype_alnum()
91 foreach($inputs as $input) {
H A Dctype_alpha_variation1.phpt41 $inputs = array(
89 // loop through each element of $inputs to check the behavior of ctype_alpha()
91 foreach($inputs as $input) {
H A Dctype_cntrl_variation1.phpt41 $inputs = array(
90 // loop through each element of $inputs to check the behavior of ctype_cntrl()
92 foreach($inputs as $input) {
H A Dctype_graph_variation1.phpt41 $inputs = array(
89 // loop through each element of $inputs to check the behavior of ctype_graph()
91 foreach($inputs as $input) {
H A Dctype_lower_variation1.phpt41 $inputs = array(
89 // loop through each element of $inputs to check the behavior of ctype_lower()
91 foreach($inputs as $input) {
H A Dctype_print_variation1.phpt41 $inputs = array(
89 // loop through each element of $inputs to check the behavior of ctype_print()
91 foreach($inputs as $input) {
H A Dctype_punct_variation1.phpt42 $inputs = array(
90 // loop through each element of $inputs to check the behavior of ctype_punct
92 foreach($inputs as $input) {
H A Dctype_space_variation1.phpt41 $inputs = array(
89 // loop through each element of $inputs to check the behavior of ctype_space()
91 foreach($inputs as $input) {
/PHP-7.0/ext/standard/tests/array/
H A Darray_push_variation2.phpt40 $inputs = array(
88 // loop through each element of $inputs to check the behavior of array_push()
90 foreach($inputs as $input) {
H A Darray_slice_variation3.phpt32 $inputs = array(
74 // loop through each element of $inputs to check the behavior of array_slice
76 foreach($inputs as $input) {
/PHP-7.0/ext/json/tests/
H A Djson_encode_basic.phpt28 $inputs = array (
80 // loop through with each element of the $inputs array to test json_encode() function
82 foreach($inputs as $input) {

Completed in 34 milliseconds

12345678910>>...25