Home
last modified time | relevance | path

Searched refs:output (Results 1 – 25 of 568) sorted by path

12345678910>>...23

/PHP-5.6/
H A D.gitignore64 configuration-parser.output
107 Zend/zend_ini_parser.output
110 Zend/zend_language_parser.output
H A DINSTALL86 pages, as you do not output any HTML, but manage windows and objects
1950 codes (the output of the phpinfo() function) then PHP is
1974 This error message means that PHP failed to output anything at
1980 get a screen full of HTML codes (the output of the phpinfo()
H A DMakefile.gcov67 @$(LTP) --directory lcov_data/ --capture --base-directory=lcov_data --output-file $@
71 @$(LTP_GENHTML) --legend --output-directory lcov_html/ --title "PHP Code Coverage" php_lcov.info
H A DNEWS3586 and hex output). (Anthony Ferrara)
4320 . Implemented FR #62700 (have the console output 'Listening on
4963 . Fixed bug #60221 (Tiger hash output byte order) (Mike)
6827 - Fixed error output to stderr on Windows. (Pierre)
7073 output lines >4095 bytes). (Ilia)
7766 with # have the 1st line missed from the output). (Ilia)
8462 - Fixed bug #42473 (ob_start php://output and headers). (Arnaud)
8517 - Fixed bug #44394 (Last two bytes missing from output). (Felipe)
9045 - Fixed bug #41442 (imagegd2() under output control). (Tony)
9992 - Fixed bug #38214 (gif interlace output cannot work). (Pierre)
[all …]
H A DREADME.NEW-OUTPUT-API4 API adjustment to the old output control code:
9 Checking output control layers status:
13 Starting the default output handler:
36 Flushing one output buffer:
40 Flushing all output buffers:
44 Cleaning one output buffer:
48 Cleaning all output buffers:
52 Discarding one output buffer:
56 Discarding all output buffers:
72 Retrieving output buffers length:
[all …]
H A DREADME.PARAMETER_PARSING_API9 check for the appropriate number of parameters, and try to output
24 and not output any error messages.
80 passed and the output for such type is a pointer, then the output
172 /* output error */
H A DREADME.RELEASE_PROCESS75 7. Check ./sapi/cli/php -v output for version matching.
168 6. Check ./sapi/cli/php -v output for version matching.
H A DREADME.TESTING80 Test results are printed to standard output. If there is a failed test,
87 ext/myext/tests/myext.exp - expected output (E)
88 ext/myext/tests/myext.out - output from test script (O)
H A DUPGRADING368 - The phpinfo() output format for OCI8 has changed.
H A Dacinclude.m425 dnl Adds separator title configure output (idea borrowed from mm)
1872 dnl the "checking.." output anyway.
/PHP-5.6/Zend/
H A DZEND_CHANGES1103 Use ob_start() to begin output buffering, ob_end_flush() to end
1106 ob_get_contents() to retreive the current contents of the output
1108 not buffered. By turning on output buffering, you can
1110 regardless of whether you've emitted body output or not.
H A DZend.dsp461 bison --output=zend_ini_parser.c -v -d -p ini_ zend_ini_parser.y
486 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
502 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
518 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
H A DZendTS.dsp489 bison --output=zend_ini_parser.c -v -d -p ini_ zend_ini_parser.y
505 bison --output=zend_ini_parser.c -v -d -p ini_ zend_ini_parser.y
521 bison --output=zend_ini_parser.c -v -d -p ini_ zend_ini_parser.y
537 bison --output=zend_ini_parser.c -v -d -p ini_ zend_ini_parser.y
560 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
576 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
592 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
608 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
/PHP-5.6/Zend/tests/
H A Dbug32296.phpt2 Bug #32296 (get_class_methods output has changed between 5.0.2 and 5.0.3)
H A Dbug46811.phpt4 arg_separator.output=&
7 var_dump(ini_set("arg_separator.output", ""));
8 var_dump(ini_get("arg_separator.output"));
H A Dbug60536_004.phpt2 …variables of the same name in a subclass is ok, and does not lead to any output. That is consitent…
H A Dbug60536_005.phpt2 …variables of the same name in a subclass is ok, and does not lead to any output. That is consitent…
H A Dbug60978.phpt6 exec($php . ' -n -r "exit(2);"', $output, $exit_code);
H A Dbug64677.phpt6 public function show_output($prepend, $output = '') {
14 function show_outputa($prepend, $output) {
H A Dbug64896.phpt33 /* will output:
H A Dbug65911.phpt12 echo A::$this->foo; // should not output 'bar'
H A Dget_defined_vars.phpt46 echo "\n*** Checking for output when get_defined_vars called in local function ***\n";
50 echo "\n*** Checking for output when get_defined_vars called in function of a class ***\n";
53 echo "\n*** Checking for output when get_defined_vars called in nested functions ***\n";
106 *** Checking for output when get_defined_vars called in local function ***
112 *** Checking for output when get_defined_vars called in function of a class ***
118 *** Checking for output when get_defined_vars called in nested functions ***
H A Dunset_cv05.phpt23 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at %…
25 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started …
/PHP-5.6/Zend/tests/traits/
H A Dproperty006.phpt2 …variables of the same name in a subclass is ok, and does not lead to any output. That is consitent…
H A Dproperty007.phpt2 …variables of the same name in a subclass is ok, and does not lead to any output. That is consitent…

Completed in 146 milliseconds

12345678910>>...23