Home
last modified time | relevance | path

Searched refs:output (Results 176 – 200 of 521) sorted by relevance

12345678910>>...21

/PHP-5.5/ext/standard/tests/strings/
H A Dbug24098.phpt4 <?php if (DIRECTORY_SEPARATOR == '\\') die("skip directory separator won't match expected output");…
H A Dsetlocale_basic1.phpt29 // start the buffering of next command to internal output buffer
35 // get the contents from the internal output buffer
38 // fflush and end the output buffering to internal output buffer
H A Dmd5.phpt2 md5() with ASCII output
H A Dsetlocale_basic2.phpt29 // start the buffering of next command to internal output buffer
35 // get the contents from the internal output buffer
38 // fflush and end the output buffering to internal output buffer
H A D006.phpt2 highlight_file() and output buffer
H A D007-win32.phpt2 php_strip_whitespace() and output buffer
H A D007.phpt2 php_strip_whitespace() and output buffer
/PHP-5.5/tests/output/
H A Dob_get_clean_basic_001.phpt7 * Function is implemented in main/output.c
H A Dob_get_contents_basic_001.phpt8 * Description: Return the contents of the output buffer
9 * Source code: main/output.c
H A Dob_get_status.phpt19 string(22) "default output handler"
H A Dob_end_clean_error_001.phpt7 * Function is implemented in main/output.c
H A Dob_get_clean_error_001.phpt7 * Function is implemented in main/output.c
H A Dob_get_length_error_001.phpt7 * Function is implemented in main/output.c
H A Dob_017.phpt2 output buffering - stati
/PHP-5.5/ext/hash/tests/
H A Dbug64745.phpt2 Bug #64745 hash_pbkdf2() truncates data when using default length and hex output
/PHP-5.5/ext/standard/
H A Dcrypt_freesec.c678 memcpy(data->output, setting, 9); in _crypt_extended_r()
679 data->output[9] = '\0'; in _crypt_extended_r()
680 p = (u_char *) data->output + 9; in _crypt_extended_r()
695 data->output[0] = setting[0]; in _crypt_extended_r()
696 data->output[1] = setting[1]; in _crypt_extended_r()
697 p = (u_char *) data->output + 2; in _crypt_extended_r()
726 return(data->output); in _crypt_extended_r()
/PHP-5.5/ext/hash/
H A Dphp_hash_haval.h32 short output; member
/PHP-5.5/Zend/tests/
H A Dbug65911.phpt12 echo A::$this->foo; // should not output 'bar'
/PHP-5.5/ext/ereg/regex/
H A DREADME20 program, and run regression tests on them. No output is good output.
/PHP-5.5/ext/gd/libgd/
H A Dgdkanji.c605 unsigned char *output;
616 output = (unsigned char *) gdMalloc (BUFSIZ);
617 any2eucjp (output, input, BUFSIZ);
618 str = output;
622 gdFree (output);
/PHP-5.5/tests/lang/
H A Dbug24403.phpt11 $output = preg_replace(
/PHP-5.5/ext/xsl/tests/53965/
H A Dcollection.xsl6 <xsl:output method="html" encoding="iso-8859-1" indent="no"/>
/PHP-5.5/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_e.phpt7 to output.
/PHP-5.5/ext/session/tests/
H A D015.phpt11 arg_separator.output=&
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_process_basic.phpt7 $cmd = "echo here is some output";

Completed in 46 milliseconds

12345678910>>...21