Home
last modified time | relevance | path

Searched refs:output (Results 151 – 175 of 470) sorted by relevance

12345678910>>...19

/PHP-5.3/tests/output/
H A Dob_get_clean_basic_002.phpt7 * Function is implemented in main/output.c
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_017.phpt2 output buffering - stati
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_get_status.phpt29 string(22) "default output handler"
/PHP-5.3/ext/standard/tests/strings/
H A Dsha1raw.phpt2 sha1() with RAW output
H A D005.phpt2 highlight_string(), output buffer and error level
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
/PHP-5.3/ext/standard/
H A Dcrypt_freesec.h36 char output[21]; member
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.3/tests/lang/
H A Dbug24403.phpt11 $output = preg_replace(
/PHP-5.3/ext/hash/
H A Dphp_hash_haval.h32 short output; member
/PHP-5.3/ext/ereg/regex/
H A DREADME20 program, and run regression tests on them. No output is good output.
/PHP-5.3/
H A DMakefile.gcov53 @$(LTP) --directory lcov_data/ --capture --base-directory=lcov_data --output-file $@
57 @$(LTP_GENHTML) --legend --output-directory lcov_html/ --title "PHP Code Coverage" php_lcov.info
/PHP-5.3/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.3/ext/session/tests/
H A D015.phpt10 arg_separator.output=&
/PHP-5.3/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_e.phpt7 to output.
/PHP-5.3/ext/standard/tests/streams/
H A Dstream_get_meta_data_process_basic.phpt7 $cmd = "echo here is some output";

Completed in 25 milliseconds

12345678910>>...19