Home
last modified time | relevance | path

Searched refs:inputs (Results 226 – 250 of 621) sorted by relevance

12345678910>>...25

/PHP-5.5/ext/session/tests/
H A Dsession_encode_basic.phpt38 $inputs = array(
87 foreach($inputs as $input) {
H A Dsession_decode_basic.phpt36 $inputs = array(
85 foreach($inputs as $input) {
H A Dsession_decode_basic_serialize.phpt36 $inputs = array(
86 foreach($inputs as $input) {
/PHP-5.5/ext/standard/tests/strings/
H A Dhebrev_variation1.phpt11 echo "*** Testing hebrev() function: with unexpected inputs for 'hebrew_text' argument ***\n";
85 *** Testing hebrev() function: with unexpected inputs for 'hebrew_text' argument ***
H A Dhebrevc_variation1.phpt11 echo "*** Testing hebrevc() function: with unexpected inputs for 'hebrew_text' argument ***\n";
85 *** Testing hebrevc() function: with unexpected inputs for 'hebrew_text' argument ***
H A Dstrtr_variation9.phpt2 Test strtr() function : usage variations - unexpected inputs for all arguments
11 /* Test strtr() function: with unexpected inputs for 'str', 'from', 'to' & 'replace_pairs' argument…
13 echo "*** Testing strtr() function: with unexpected inputs for all arguments ***\n";
86 *** Testing strtr() function: with unexpected inputs for all arguments ***
H A Dexplode_variation2.phpt11 echo "*** Testing explode() function: with unexpected inputs for 'string' argument ***\n";
86 *** Testing explode() function: with unexpected inputs for 'string' argument ***
H A Dstrip_tags_variation11.phpt20 // loop through the $string_array to test strip_tags on various inputs
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_replace_variation3.phpt44 $inputs = array(
94 foreach($inputs as $input) {
H A Dmb_internal_encoding_variation1.phpt44 $inputs = array(
91 // loop through each element of $inputs to check the behavior of mb_internal_encoding()
93 foreach($inputs as $input) {
H A Dmb_strlen_variation2.phpt46 $inputs = array(
93 // loop through each element of $inputs to check the behavior of mb_strlen()
95 foreach($inputs as $input) {
H A Dmb_regex_encoding_variation1.phpt42 $inputs = array(
89 // loop through each element of $inputs to check the behavior of mb_regex_encoding()
91 foreach($inputs as $input) {
H A Dmb_strripos_variation3_Bug45923.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_substr_count_variation3.phpt47 $inputs = array(
94 // loop through each element of $inputs to check the behavior of mb_substr_count()
96 foreach($inputs as $input) {
H A Dmb_ereg_replace_variation4.phpt44 $inputs = array(
94 foreach($inputs as $input) {
H A Dmb_encode_mimeheader_basic3.phpt28 $inputs = array('SJIS' => $sjis_string,
32 foreach ($inputs as $lang => $input) {
/PHP-5.5/main/streams/
H A Dphp_stream_transport.h152 } inputs; member
193 } inputs; member
/PHP-5.5/ext/imap/tests/
H A Dimap_fetchbody_variation3.phpt45 $inputs = array(
90 // loop through each element of $inputs to check the behavior of imap_fetchbody()
92 foreach($inputs as $input) {
/PHP-5.5/ext/standard/tests/math/
H A Dbase_convert_variation2.phpt22 $inputs = array(
64 // loop through each element of $inputs to check the behaviour of base_convert()
66 foreach($inputs as $input) {
H A Dbase_convert_variation3.phpt22 $inputs = array(
64 // loop through each element of $inputs to check the behaviour of base_convert()
66 foreach($inputs as $input) {
/PHP-5.5/ext/iconv/tests/
H A Diconv_strlen_variation2.phpt46 $inputs = array(
93 // loop through each element of $inputs to check the behavior of iconv_strlen()
95 foreach($inputs as $input) {
/PHP-5.5/ext/standard/tests/file/
H A Dmkdir_variation1-win32.phpt55 $inputs = array(
82 foreach($inputs as $key =>$value) {
H A Dmkdir_variation1.phpt55 $inputs = array(
81 foreach($inputs as $key =>$value) {
H A Drmdir_variation1.phpt56 $inputs = array(
82 foreach($inputs as $key =>$value) {
/PHP-5.5/ext/standard/tests/array/
H A Darray_search_variation4.phpt28 echo "\n*** Testing miscelleneos inputs with array_search() ***\n";
63 *** Testing miscelleneos inputs with array_search() ***

Completed in 44 milliseconds

12345678910>>...25