Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-7.0/ext/xsl/tests/
H A Dbug54446_with_ini.phpt2 Bug #54446 (Arbitrary file creation via libxslt 'output' extension with php.ini setting)
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…
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-7.0/ext/zlib/tests/
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-7.0/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-7.0/ext/standard/tests/general_functions/
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…
H A Dob_get_flush_error.phpt8 …cription: Get current buffer contents, flush (send) the output buffer, and delete current output b…
9 * Source code: main/output.c
H A Dob_get_flush_basic.phpt8 …cription: Get current buffer contents, flush (send) the output buffer, and delete current output b…
9 * Source code: main/output.c
/PHP-7.0/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***
/PHP-7.0/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;
/PHP-7.0/ext/standard/tests/http/
H A Dbug48929.phpt19 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output);
25 fseek($output, 0, SEEK_SET);
26 var_dump(stream_get_contents($output));
27 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-7.0/ext/soap/tests/
H A Dclassmap.wsdl27 <output message="tns:dotestResponse"/>
31 <output message="tns:dotest2Response"/>
41 <output>
43 </output>
50 <output>
52 </output>
/PHP-7.0/tests/output/
H A Dbug65593.phpt12 Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %sbug6…
H A Dob_013.phpt2 output buffering - handlers/status
32 [0] => default output handler
52 [name] => default output handler
/PHP-7.0/ext/mbstring/tests/
H A Dmb_http_output.phpt12 // Set HTTP output encoding to ASCII
18 // Set HTTP output encoding to SJIS
24 // Set HTTP output encoding to JIS
30 // Set HTTP output encoding to UTF8
36 // Set HTTP output encoding to EUC-JP
H A Dmb_output_handler_euc_jp.phpt14 $output = ob_get_clean();
16 var_dump( $output );
/PHP-7.0/ext/spl/
H A Ddoxygen.cfg103 # configuration options related to the HTML output
123 # configuration options related to the LaTeX output
138 # configuration options related to the RTF output
147 # configuration options related to the man page output
154 # configuration options related to the XML output
162 # configuration options for the AutoGen Definitions output
166 # configuration options related to the Perl module output
/PHP-7.0/ext/oci8/tests/
H A Dbind_boolean_1.phpt9 die("skip expected output only valid when using Oracle Database 12c or greater");
52 :output := true;
54 :output := false;
58 oci_bind_by_name($s, ':output', $output, -1, OCI_B_BOL);
62 var_dump($output);
/PHP-7.0/ext/standard/tests/file/windows_links/
H A Dbug48746_2.phpt25 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-7.0/ext/hash/
H A Dhash_haval.c262 context->passes = p; context->output = b; \
331 ((context->output & 0x03) << 6); in PHP_HAVAL128Final()
332 bits[1] = (context->output >> 2); in PHP_HAVAL128Final()
385 ((context->output & 0x03) << 6); in PHP_HAVAL160Final()
386 bits[1] = (context->output >> 2); in PHP_HAVAL160Final()
439 ((context->output & 0x03) << 6); in PHP_HAVAL192Final()
440 bits[1] = (context->output >> 2); in PHP_HAVAL192Final()
479 ((context->output & 0x03) << 6); in PHP_HAVAL224Final()
480 bits[1] = (context->output >> 2); in PHP_HAVAL224Final()
520 ((context->output & 0x03) << 6); in PHP_HAVAL256Final()
[all …]
/PHP-7.0/ext/tokenizer/
H A Dtokenizer.php30 $output .= $chunk;
33 print $output;
/PHP-7.0/ext/fileinfo/tests/
H A Dfinfo_phpinfo_basic.phpt12 $output = ob_get_clean();
14 var_dump(preg_match("/fileinfo support => enabled/", $output));

Completed in 62 milliseconds

12345678910>>...24