Home
last modified time | relevance | path

Searched refs:output (Results 1 – 25 of 610) sorted by last modified time

12345678910>>...25

/PHP-7.2/
H A DNEWS745 . Fixed bug #77041 (buildconf should output error messages to stderr)
1316 . Fixed bug #74782 (remove file name from output to avoid XSS). (stas)
1555 . Fixed bug #74873 (Minor BC break: PCRE_JIT changes output of preg_match()).
1587 . Added extended_value to opcode dump output. (Sara)
2233 . Fixed bug #54379 (PDO_OCI: UTF-8 output gets truncated). (gureedo / Oracle)
2366 . Fixed bug #72555 (CLI output(japanese) on Windows). (Anatol)
2426 . Fixed bug #73373 (deflate_add does not verify that output was not truncated).
2725 . Fixed bug #72519 (imagegif/output out-of-bounds access). (Pierre)
2752 output). (Remi)
2843 . Fixed bug #72701 (mysqli_get_host_info() wrong output). (Anatol)
[all …]
H A Dconfigure.ac1307 AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[uname -a output])
1309 AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[uname output])
1478 output.c getopt.c, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
H A DUPGRADING99 sessions. Use output buffer just like web applications to resolve problems on
/PHP-7.2/win32/
H A Dinstall.txt87 pages, as you do not output any HTML, but manage Windows and objects
408 that PHP did not output any data.
1629 If you get a screen full of HTML codes (the output of the phpinfo()
1651 This error message means that PHP failed to output anything at all. To
1656 to be done next. If you get a screen full of HTML codes (the output of
/PHP-7.2/win32/build/
H A Dphpize.js.in131 var output = "";
141 output += emit_dep_modules(item.deps);
143 output += emit_module(item);
147 return output;
155 var output = "";
164 output += emit_module(item);
170 output += emit_dep_modules(module_names);
172 return output;
H A DMakefile67 $(BISON) --output=Zend/zend_ini_parser.c -v -d -p ini_ Zend/zend_ini_parser.y
70 $(BISON) --output=Zend/zend_language_parser.c -v -d -p zend Zend/zend_language_parser.y
76 $(BISON) --output=sapi/phpdbg/phpdbg_parser.c -v -d -p phpdbg_ sapi/phpdbg/phpdbg_parser.y
H A Dconfig.w32244 php_open_temporary_file.c output.c internal_functions.c php_sprintf.c");
H A Dbuildconf.js112 var output = "";
136 var output = "";
146 output += emit_dep_modules(item.deps);
148 output += emit_module(item);
152 return output;
160 var output = "";
168 output += emit_module(item);
174 output += emit_dep_modules(module_names);
176 return output;
/PHP-7.2/tests/output/
H A Dob_010.phpt2 output buffering - fatalism
H A Dob_014.phpt2 output buffering - failure
H A Dob_015.phpt2 output buffering - failure
H A Dob_clean_error_001.phpt6 * Description: Clean (delete) the current output buffer
7 * Source code: main/output.c
H A Dob_end_clean_error_001.phpt7 * Function is implemented in main/output.c
H A Dob_flush_error_001.phpt6 …* Description: Flush (send) contents of the output buffer. The last buffer content is sent to next…
7 * Source code: main/output.c
H A Dob_get_clean_basic_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_contents_basic_001.phpt8 * Description: Return the contents of the output buffer
9 * Source code: main/output.c
H A Dob_get_contents_error_001.phpt8 * Description: Return the contents of the output buffer
9 * Source code: main/output.c
H A Dob_get_level_error_001.phpt6 * Description: Return the nesting level of the output buffer
7 * Source code: main/output.c
H A Dob_implicit_flush_basic_001.phpt6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output
7 * Source code: main/output.c
H A Dob_implicit_flush_basic_002.phpt6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output
7 * Source code: main/output.c
H A Dob_implicit_flush_error_001.phpt6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output
7 * Source code: main/output.c
H A Dob_implicit_flush_variation_001.phpt8 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output
9 * Source code: main/output.c
H A Dob_start_basic_002.phpt18 return "I stole your output.";
25 // Use each of the above functions as an output buffering callback:
32 echo 'My output.';
44 My output.
50 I stole your output.
H A Dob_start_basic_003.phpt2 ob_start(): ensure even fatal error test is affected by output buffering.
7 return "I have stolen your output";
18 I have stolen your output

Completed in 46 milliseconds

12345678910>>...25