Home
last modified time | relevance | path

Searched refs:inputs (Results 126 – 150 of 610) sorted by relevance

12345678910>>...25

/PHP-7.0/ext/standard/tests/array/
H A Darray_unique_variation3.phpt38 $inputs = array (
56 // loop through each sub-array of $inputs to check the behavior of array_unique()
58 foreach($inputs as $input) {
H A Darray_values_variation2.phpt37 $inputs = array(
107 // loop through each element of $inputs to check the behavior of array_values()
109 foreach($inputs as $key => $input) {
H A Darray_values_variation3.phpt27 $inputs = array(
96 // loop through each element of $inputs to check the behavior of array_values()
98 foreach($inputs as $key => $input) {
H A Dnatcasesort_variation2.phpt38 $inputs = array(
107 // loop through each element of $inputs to check the behavior of natcasesort()
109 foreach($inputs as $input) {
H A Dnatcasesort_variation4.phpt21 $inputs = array (
29 foreach ($inputs as $array_arg) {
/PHP-7.0/ext/standard/tests/strings/
H A Dstrtok_variation5.phpt2 Test strtok() function : usage variations - miscellaneous inputs
14 echo "*** Testing strtok() : with miscellaneous inputs ***\n";
61 *** Testing strtok() : with miscellaneous inputs ***
/PHP-7.0/ext/iconv/tests/
H A Diconv_strpos_variation1.phpt47 $inputs = array(
94 // loop through each element of $inputs to check the behavior of iconv_strpos()
96 foreach($inputs as $input) {
H A Diconv_strpos_variation2.phpt47 $inputs = array(
94 // loop through each element of $inputs to check the behavior of iconv_strpos()
96 foreach($inputs as $input) {
H A Diconv_strrpos_variation1.phpt46 $inputs = array(
93 // loop through each element of $inputs to check the behavior of iconv_strrpos()
95 foreach($inputs as $input) {
H A Diconv_strrpos_variation2.phpt46 $inputs = array(
93 // loop through each element of $inputs to check the behavior of iconv_strrpos()
95 foreach($inputs as $input) {
/PHP-7.0/ext/imap/tests/
H A Dimap_close_variation4.phpt23 $inputs = array (0, 3.2768e4, -32768, PHP_INT_MAX, -PHP_INT_MAX);
27 // loop through each element of $inputs to check the behavior of imap_close()
29 foreach($inputs as $input) {
/PHP-7.0/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation1.phpt49 $inputs = array(
96 // loop through each element of $inputs to check the behavior of mb_encode_mimeheader()
98 foreach($inputs as $input) {
H A Dmb_stripos_variation1.phpt48 $inputs = array(
95 // loop through each element of $inputs to check the behavior of mb_stripos()
97 foreach($inputs as $input) {
H A Dmb_strpos_variation1.phpt47 $inputs = array(
94 // loop through each element of $inputs to check the behavior of mb_strpos()
96 foreach($inputs as $input) {
H A Dmb_strripos_variation1.phpt48 $inputs = array(
95 // loop through each element of $inputs to check the behavior of mb_strripos()
97 foreach($inputs as $input) {
H A Dmb_strripos_variation2.phpt48 $inputs = array(
95 // loop through each element of $inputs to check the behavior of mb_strripos()
97 foreach($inputs as $input) {
H A Dmb_strrpos_variation1.phpt47 $inputs = array(
94 // loop through each element of $inputs to check the behavior of mb_strrpos()
96 foreach($inputs as $input) {
H A Dmb_strrpos_variation2.phpt47 $inputs = array(
94 // loop through each element of $inputs to check the behavior of mb_strrpos()
96 foreach($inputs as $input) {
H A Dmb_strrpos_variation3.phpt44 $inputs = array(
79 // loop through each element of $inputs to check the behavior of mb_strrpos()
81 foreach($inputs as $input) {
/PHP-7.0/ext/standard/tests/math/
H A Dlog_variation1.phpt30 $inputs = array(
78 // loop through each element of $inputs to check the behaviour of log()
80 foreach($inputs as $input) {
H A Datan2_variation1.phpt32 $inputs = array(
80 // loop through each element of $inputs to check the behaviour of atan2()
82 foreach($inputs as $input) {
H A Datan2_variation2.phpt32 $inputs = array(
80 // loop through each element of $inputs to check the behaviour of atan2()
82 foreach($inputs as $input) {
/PHP-7.0/ext/session/tests/
H A Dsession_commit_error.phpt36 $inputs = array(
85 foreach($inputs as $input) {
H A Dsession_write_close_error.phpt36 $inputs = array(
85 foreach($inputs as $input) {
/PHP-7.0/ext/date/tests/
H A Ddate_sunrise_variation7.phpt14 $inputs = array (
27 foreach($inputs as $timezone => $value) {

Completed in 120 milliseconds

12345678910>>...25