Home
last modified time | relevance | path

Searched refs:output (Results 51 – 75 of 550) sorted by relevance

12345678910>>...22

/php-src/ext/standard/tests/http/
H A Dbug53198.phpt18 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
24 fseek($output, 0, SEEK_SET);
25 var_dump(stream_get_contents($output));
26 fseek($output, 0, SEEK_SET);
H A Dbug79265.phpt15 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
27 fseek($output, 0, SEEK_SET);
28 echo stream_get_contents($output);
H A Dbug79265_2.phpt15 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
26 fseek($output, 0, SEEK_SET);
27 echo stream_get_contents($output);
/php-src/tests/output/
H A Dbug70970.phpt2 Bug #70970 (Segfault when combining error handler with output buffering)
28 Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %sbug7…
H A Dob_get_status.phpt27 string(22) "default output handler"
43 string(22) "default output handler"
61 string(22) "default output handler"
/php-src/ext/standard/tests/strings/
H A Dmd5_basic2.phpt2 Test md5() function : basic functionality - with raw output
5 echo "*** Testing md5() : basic functionality - with raw output***\n";
21 *** Testing md5() : basic functionality - with raw output***
/php-src/ext/standard/tests/file/windows_links/
H A Dbug48746_1.phpt12 $ret = @exec($cmd, $output, $return_val);
13 if (count($output) == 0) {
23 exec("mkdir " . $dirname, $output, $ret_val);
27 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
28 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
30 exec("mklink /j mklink_junction directory", $output, $ret_val);
/php-src/ext/spl/tests/
H A Dspl_iterator_getcallchildren.phpt17 $output = $test->callGetChildren();
19 $output = null;
22 var_dump($output);
/php-src/ext/pdo/tests/
H A Dbug_69356.phpt22 …Dumps the information contained by a prepared statement directly on the output. It will provide th…
23 This is a debug function, which dump directly the data on the normal output.
25 …utputs its result directly to the browser, the output-control functions can be used to capture the…
42 …Dumps the information contained by a prepared statement directly on the output. It will provide th…
43 This is a debug function, which dump directly the data on the normal output.
45 …utputs its result directly to the browser, the output-control functions can be used to capture the…
/php-src/ext/openssl/tests/
H A Dopenssl_pkey_export_basic.phpt17 var_dump(openssl_pkey_export($key, $output, NULL, $config_arg));
18 echo $output;
21 $details = openssl_pkey_get_details(openssl_pkey_get_private($output));
25 openssl_pkey_export($key, $output, 'passphrase', $config_arg);
27 $details = openssl_pkey_get_details(openssl_pkey_get_private($output, 'passphrase'));
H A Dopenssl_csr_export_basic.phpt33 var_dump(openssl_csr_export($csr, $output));
35 var_dump(openssl_csr_export($wrong, $output));
40 var_dump(openssl_csr_export($privkey, $output));
44 var_dump(openssl_csr_export($csr, $output, false));
H A Dopenssl_x509_export_basic.phpt15 var_dump(openssl_x509_export($a, $output)); // read cert as a binary string
30 var_dump(strcmp($output, $a));
31 var_dump(strcmp($output, $output2));
32 var_dump(strcmp($output, $output4));
/php-src/ext/standard/tests/general_functions/
H A Dhead.phpt30 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
33 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…
42 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
/php-src/Zend/tests/
H A Dget_defined_vars.phpt42 echo "\n*** Checking for output when get_defined_vars called in local function ***\n";
46 echo "\n*** Checking for output when get_defined_vars called in function of a class ***\n";
49 echo "\n*** Checking for output when get_defined_vars called in nested functions ***\n";
102 *** Checking for output when get_defined_vars called in local function ***
108 *** Checking for output when get_defined_vars called in function of a class ***
114 *** Checking for output when get_defined_vars called in nested functions ***
/php-src/ext/standard/
H A Dpack.c100 *output++ = v[map[i]]; in php_pack()
244 zend_string *output; in PHP_FUNCTION() local
462 output = zend_string_alloc(outputsize, 0); in PHP_FUNCTION()
480 memcpy(&ZSTR_VAL(output)[outputpos], ZSTR_VAL(str), in PHP_FUNCTION()
517 ZSTR_VAL(output)[++outputpos] = 0; in PHP_FUNCTION() local
522 ZSTR_VAL(output)[outputpos] |= (n << nibbleshift); in PHP_FUNCTION() local
609 memcpy(&ZSTR_VAL(output)[outputpos], &v, sizeof(v)); in PHP_FUNCTION()
665 memset(&ZSTR_VAL(output)[outputpos], '\0', arg); in PHP_FUNCTION()
688 ZSTR_VAL(output)[outputpos] = '\0'; in PHP_FUNCTION() local
689 ZSTR_LEN(output) = outputpos; in PHP_FUNCTION()
[all …]
/php-src/ext/xsl/tests/
H A Dbug54446.phpt2 Bug #54446 (Arbitrary file creation via libxslt 'output' extension)
21 <sax:output href="$outputfile" method="text">
23 </sax:output>
72 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li…
76 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li…
82 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li…
86 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li…
H A Dbug54446_with_ini.phpt2 Bug #54446 (Arbitrary file creation via libxslt 'output' extension with php.ini setting)
21 <sax:output href="$outputfile" method="text">
23 </sax:output>
73 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li…
77 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li…
83 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li…
87 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li…
H A Dxslt002.phpt9 // changing output method to html
11 $res = $xp->query("/xsl:stylesheet/xsl:output/@method");
13 print "No or more than one xsl:output/@method found";
/php-src/ext/mbstring/tests/
H A Dmb_http_output.phpt11 // Set HTTP output encoding to ASCII
17 // Set HTTP output encoding to SJIS
23 // Set HTTP output encoding to JIS
29 // Set HTTP output encoding to UTF8
35 // Set HTTP output encoding to EUC-JP
/php-src/ext/standard/tests/streams/
H A Dbug77069.phpt19 // Send this record output.
46 $output = '';
48 $output .= fread($stream, 16);
52 echo $output;
/php-src/sapi/cli/tests/
H A Dphp_cli_server_014.phpt12 $output = '';
28 $output .= fgets($fp);
47 $output .= fgets($fp);
51 echo preg_replace("/<style>(.*?)<\/style>/s", "<style>AAA</style>", $output), "\n";
/php-src/ext/xml/tests/
H A Dlibxml_expat_skipif.inc5 $output = ob_get_clean();
6 if ($want_expat !== str_contains($output, 'EXPAT')) {
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_GB18030.phpt11 $output = $dom->saveHTML();
12 echo $output, "\n";
14 var_dump(file_get_contents(__DIR__ . "/gb18030_output.tmp") === $output);
H A DHTMLDocument_Shift_JIS.phpt11 $output = $dom->saveHTML();
12 echo $output, "\n";
14 var_dump(file_get_contents(__DIR__ . "/shift_jis.tmp") === $output);
/php-src/ext/standard/tests/filters/
H A Dread.phpt9 $output = 0;
14 $output = 1;
19 $output = 1;
21 return $output ? PSFS_PASS_ON : PSFS_FEED_ME;

Completed in 37 milliseconds

12345678910>>...22