Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-5.5/win32/
H A Dphp5dll.dsp155 SOURCE=..\main\output.c
267 SOURCE=..\main\output.h
1249 SOURCE=..\ext\bcmath\libbcmath\src\output.c
H A Dphp5dllts.dsp192 SOURCE=..\main\output.c
292 SOURCE=..\main\output.h
1365 SOURCE=..\ext\bcmath\libbcmath\src\output.c
H A Dinstall.txt87 pages, as you do not output any HTML, but manage Windows and objects
417 that PHP did not output any data.
1638 If you get a screen full of HTML codes (the output of the phpinfo()
1660 This error message means that PHP failed to output anything at all. To
1665 to be done next. If you get a screen full of HTML codes (the output of
/PHP-5.5/win32/build/
H A Dphpize.js.in132 var output = "";
142 output += emit_dep_modules(item.deps);
144 output += emit_module(item);
148 return output;
156 var output = "";
165 output += emit_module(item);
171 output += emit_dep_modules(module_names);
173 return output;
H A DMakefile51 $(BISON) --output=Zend/zend_ini_parser.c -v -d -p ini_ Zend/zend_ini_parser.y
54 $(BISON) --output=Zend/zend_language_parser.c -v -d -p zend Zend/zend_language_parser.y
H A Dbuildconf.js113 var output = "";
137 var output = "";
147 output += emit_dep_modules(item.deps);
149 output += emit_module(item);
153 return output;
161 var output = "";
169 output += emit_module(item);
175 output += emit_dep_modules(module_names);
177 return output;
H A Dconfig.w3293 ERROR('you chosen output directory ' + PHP_OBJECT_OUT_DIR + ' does not exist');
374 php_open_temporary_file.c output.c internal_functions.c php_sprintf.c");
H A Dconfig.w32.phpize.in92 ERROR('you chosen output directory ' + PHP_OBJECT_OUT_DIR + ' does not exist');
/PHP-5.5/tests/output/
H A Dob_get_clean_basic_001.phpt7 * Function is implemented in main/output.c
H A Dob_get_clean_basic_002.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_error_001.phpt8 * Description: Return the contents of the output buffer
9 * Source code: main/output.c
H A Dob_get_length_basic_001.phpt7 * Function is implemented in main/output.c
10 echo "No output buffers\n";
25 echo "No output buffers\n";
29 No output buffers
36 No output buffers
H A Dob_get_length_error_001.phpt7 * Function is implemented in main/output.c
H A Dob_get_level_basic_001.phpt6 * Description: Return the nesting level of the output buffer
7 * 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.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_start_basic_001.phpt7 * Function is implemented in 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
H A Dob_start_basic_004.phpt9 * Function is implemented in main/output.c
38 ----( chunk_size: -1, output append size: 1 )----
41 ----( chunk_size: 0, output append size: 1 )----
44 ----( chunk_size: 1, output append size: 1 )----
55 ----( chunk_size: 2, output append size: 1 )----
62 ----( chunk_size: 3, output append size: 1 )----
67 ----( chunk_size: 4, output append size: 1 )----
72 ----( chunk_size: 5, output append size: 1 )----
76 ----( chunk_size: 6, output append size: 1 )----
80 ----( chunk_size: 7, output append size: 1 )----
[all …]
H A Dob_start_basic_005.phpt7 * Function is implemented in main/output.c

Completed in 35 milliseconds

12345678910>>...21