Home
last modified time | relevance | path

Searched refs:input (Results 276 – 300 of 844) sorted by relevance

1...<<11121314151617181920>>...34

/PHP-5.5/ext/standard/tests/time/
H A Dstrptime_basic.phpt23 $input = "10:00:00 AM July 2 1963";
24 $tstamp = strtotime($input);
H A Dstrptime_parts.phpt23 $input = "10:01:20 AM July 2 1963";
24 $tstamp = strtotime($input);
H A Dbug60222.phpt2 Bug #60222 (time_nanosleep() does validate input params)
/PHP-5.5/ext/standard/tests/array/
H A Darray_merge_variation4.phpt29 // arrays with keys as different data types to be passed as $input
101 foreach($inputs as $key => $input) {
103 var_dump( array_merge($input, $arr) );
104 var_dump( array_merge($arr, $input) );
H A Darray_diff_variation8.phpt60 foreach($inputs as $input) {
62 var_dump( array_diff($array, $input) );
63 var_dump( array_diff($input, $array) );
H A Darray_fill_keys_variation2.phpt41 echo "\n-- Testing array_fill_keys() function with reference array input --\n";
74 -- Testing array_fill_keys() function with reference array input --
/PHP-5.5/ext/iconv/tests/
H A Diconv_set_encoding_variation.phpt91 foreach($inputs as $input) {
93 var_dump( iconv_set_encoding("internal_encoding", $input) );
94 var_dump( iconv_set_encoding("input_encoding", $input) );
95 var_dump( iconv_set_encoding("output_encoding", $input) );
H A Dbug52211.phpt16 Notice: iconv(): Detected an illegal character in input string in %s on line %d
/PHP-5.5/ext/filter/tests/
H A Dbug7715.phpt2 bug 7715, floats value with integer or incomplete input
/PHP-5.5/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp268 CodePointBreakIterator &CodePointBreakIterator::refreshInputText(UText *input, UErrorCode &status) in refreshInputText() argument
274 if (input == NULL) { in refreshInputText()
280 this->fText = utext_clone(this->fText, input, FALSE, TRUE, &status); in refreshInputText()
/PHP-5.5/ext/mbstring/tests/
H A Dbug43994.phpt27 foreach($inputs as $input) {
33 var_dump( mb_ereg($input, 'hello, world') );
35 var_dump(mb_ereg($input, 'hello, world', $mb_regs));
/PHP-5.5/ext/curl/tests/
H A Dcurl_version_variation1.phpt29 // array with different values for $input
80 foreach($inputs as $input) {
82 var_dump( is_array(curl_version($input)) );
/PHP-5.5/ext/libxml/tests/
H A Dbug63389.phpt7 $fp = fopen("php://input", "r");
/PHP-5.5/ext/date/tests/
H A Dmicrotime_basic.phpt2 Test return type and value for expected input microtime()
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.h38 xmlParserInputBufferPtr input; member
/PHP-5.5/tests/basic/
H A Denable_post_data_reading_01.phpt13 var_dump(file_get_contents("php://input"));
H A Denable_post_data_reading_04.phpt14 var_dump(file_get_contents("php://input"));
H A Denable_post_data_reading_03.phpt14 var_dump(file_get_contents("php://input"));
H A Drfc1867_malicious_input.phpt2 rfc1867 malicious input
/PHP-5.5/ext/standard/tests/strings/
H A Dbug40915.phpt2 Bug #40915 (addcslashes unexpected behavior with binary input)
/PHP-5.5/sapi/cgi/tests/
H A D007.phpt18 string(25) "No input file specified.
/PHP-5.5/ext/standard/tests/math/
H A Dabs_variation.phpt74 foreach($inputs as $input) {
76 var_dump(abs($input) );
H A Dbindec_variation1.phpt74 foreach($inputs as $input) {
76 var_dump(bindec($input));
H A Doctdec_variation1.phpt74 foreach($inputs as $input) {
76 var_dump(octdec($input));
H A Dpow_variation2.phpt82 foreach($inputs as $input) {
84 var_dump(pow(20.3, $input));

Completed in 52 milliseconds

1...<<11121314151617181920>>...34