Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-5.5/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.5/tests/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_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.5/ext/openssl/tests/
H A D022.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 D008.phpt16 var_dump(openssl_x509_export($a, $output)); // read cert as a binary string
41 var_dump(strcmp($output, $a));
42 var_dump(strcmp($output, $output2));
43 var_dump(strcmp($output, $output3));
44 var_dump(strcmp($output, $output4)); // different
45 var_dump(strcmp($output, $output5)); // different
/PHP-5.5/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.5/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.5/tests/lang/
H A Dbug25547.phpt17 $output = array();
18 ++$output[foo("bar")];
20 print_r($output);
/PHP-5.5/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.5/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);
H A Dbug67430.phpt25 $pid = http_server('tcp://127.0.0.1:12342', $responses, $output);
28 fseek($output, 0, SEEK_SET);
29 echo stream_get_contents($output);
/PHP-5.5/ext/spl/tests/
H A Dspl_iterator_getcallchildren.phpt17 $output = $test->callGetChildren();
19 $output = null;
22 var_dump($output);
/PHP-5.5/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.5/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.5/ext/standard/
H A Dpack.c96 *output++ = v[map[i]]; in php_pack()
117 char *output; in PHP_FUNCTION() local
313 output = emalloc(outputsize + 1); in PHP_FUNCTION()
373 output[++outputpos] = 0; in PHP_FUNCTION()
378 output[outputpos] |= (n << nibbleshift); in PHP_FUNCTION()
447 memcpy(&output[outputpos], &v, sizeof(v)); in PHP_FUNCTION()
460 memcpy(&output[outputpos], &v, sizeof(v)); in PHP_FUNCTION()
467 memset(&output[outputpos], '\0', arg); in PHP_FUNCTION()
491 output[outputpos] = '\0'; in PHP_FUNCTION()
492 RETVAL_STRINGL(output, outputpos, 1); in PHP_FUNCTION()
[all …]
/PHP-5.5/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.5/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.5/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 ***

Completed in 28 milliseconds

12345678910>>...21