Home
last modified time | relevance | path

Searched refs:output (Results 26 – 50 of 568) sorted by relevance

12345678910>>...23

/PHP-5.6/tests/output/
H A Dob_011.phpt2 output buffering - fatalism
13 Fatal error: ob_get_flush(): Cannot use output buffering in output buffering display handlers in %s…
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_error_005.phpt8 * Function is implemented in main/output.c
23 Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %s on …
H A Dob_end_flush_error_001.phpt6 * Description: Flush (send) the output buffer, and delete current output buffer
7 * Source code: main/output.c
/PHP-5.6/sapi/cli/tests/
H A Dphp_cli_server_013.phpt14 $output = '';
32 $output .= fgets($fp);
36 echo preg_replace("/<style>(.*?)<\/style>/s", "<style>AAA</style>", $output), "\n";
40 $output = '';
54 $output .= fgets($fp);
58 echo preg_replace("/<style>(.*?)<\/style>/s", "<style>AAA</style>", $output), "\n";
61 $output = '';
75 $output .= fgets($fp);
79 echo preg_replace("/<style>(.*?)<\/style>/s", "<style>AAA</style>", $output), "\n";
/PHP-5.6/ext/openssl/tests/
H A Dopenssl_csr_export_bacis.phpt29 var_dump(openssl_csr_export($csr, $output));
30 var_dump(openssl_csr_export($wrong, $output));
31 var_dump(openssl_csr_export($privkey, $output));
32 var_dump(openssl_csr_export(array(), $output));
33 var_dump(openssl_csr_export($csr, $output, false));
H A Dopenssl_pkey_export_basic.phpt15 var_dump(openssl_pkey_export($key, $output, NULL, $config_arg));
16 echo $output;
19 $details = openssl_pkey_get_details(openssl_pkey_get_private($output));
23 openssl_pkey_export($key, $output, 'passphrase', $config_arg);
25 $details = openssl_pkey_get_details(openssl_pkey_get_private($output, 'passphrase'));
/PHP-5.6/ext/standard/tests/general_functions/
H A Dbug49847.phpt12 exec('type ' . $f, $output);
14 exec("printf %4098d 1", $output);
16 var_dump($output);
H A Dhead.phpt36 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
39 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
45 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
48 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
/PHP-5.6/tests/lang/
H A Dbug25547.phpt17 $output = array();
18 ++$output[foo("bar")];
20 print_r($output);
/PHP-5.6/win32/build/
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;
/PHP-5.6/ext/standard/tests/file/windows_links/
H A Dbug48746.phpt14 $ret = @exec($cmd, $output, $return_val);
15 if (count($output) == 0) {
29 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
30 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
32 exec("mklink /j mklink_junction directory", $output, $ret_val);
H A Dbug48746_1.phpt14 $ret = @exec($cmd, $output, $return_val);
15 if (count($output) == 0) {
25 exec("mkdir " . $dirname, $output, $ret_val);
29 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
30 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
32 exec("mklink /j mklink_junction directory", $output, $ret_val);
/PHP-5.6/ext/standard/tests/http/
H A Dbug53198.phpt18 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output);
24 fseek($output, 0, SEEK_SET);
25 var_dump(stream_get_contents($output));
26 fseek($output, 0, SEEK_SET);
/PHP-5.6/ext/spl/tests/
H A Dspl_iterator_getcallchildren.phpt17 $output = $test->callGetChildren();
19 $output = null;
22 var_dump($output);
/PHP-5.6/ext/mysql/tests/
H A Dmysql_deprecated_api.phpt28 $output = ob_get_contents();
31 if (!stristr($output, 'deprecated')) {
45 $output = ob_get_contents();
48 if (!stristr($output, 'deprecated')) {
61 $output = ob_get_contents();
64 if (!stristr($output, 'deprecated')) {
/PHP-5.6/ext/oci8/tests/
H A Dbug46994.phpt19 dbms_lob.writeappend(p1, 26, 'This should be the output.');
24 dbms_lob.writeappend(p1, 37, 'The output should be even longer now.');
76 string(26) "This should be the output."
78 string(37) "The output should be even longer now."
80 string(26) "This should be the output."
82 string(26) "This should be the output."
/PHP-5.6/ext/xsl/tests/
H A Dbug54446.phpt2 Bug #54446 (Arbitrary file creation via libxslt 'output' extension)
23 <sax:output href="$outputfile" method="text">
25 </sax:output>
75 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li…
79 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li…
85 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li…
89 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li…
/PHP-5.6/ext/zlib/tests/
H A Dgzdeflate_variation1.phpt24 $output = gzdeflate($data);
25 var_dump( md5($output));
26 var_dump(md5(gzdeflate($output)));
H A Dgzcompress_variation1.phpt22 $output = gzcompress($data);
23 var_dump( md5($output));
24 var_dump(md5(gzcompress($output)));
H A Dgzcompress_basic1.phpt35 $output = gzcompress($data, $i);
36 var_dump(md5($output));
37 var_dump(strcmp(gzuncompress($output), $data));
43 $output = gzcompress($smallstring, $i);
44 var_dump(bin2hex($output));
45 var_dump(strcmp(gzuncompress($output), $smallstring));
H A Dgzdeflate_basic1.phpt35 $output = gzdeflate($data, $i);
36 var_dump(md5($output));
37 var_dump(strcmp(gzinflate($output), $data));
43 $output = gzdeflate($smallstring, $i);
44 var_dump(bin2hex($output));
45 var_dump(strcmp(gzinflate($output), $smallstring));
H A Dgzencode_basic1.phpt35 $output = gzencode($data, $i);
38 $output[9] = "\x00";
40 var_dump(md5($output));
46 $output = gzencode($smallstring, $i);
49 $output[9] = "\x00";
51 var_dump(md5($output));
/PHP-5.6/Zend/tests/
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 ***
/PHP-5.6/ext/standard/tests/strings/
H A Dmd5_basic2.phpt2 Test md5() function : basic functionality - with raw output
10 echo "*** Testing md5() : basic functionality - with raw output***\n";
27 *** Testing md5() : basic functionality - with raw output***

Completed in 55 milliseconds

12345678910>>...23