Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-5.3/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-5.3/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);
/PHP-5.3/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-5.3/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-5.3/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-5.3/ext/standard/tests/general_functions/
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-5.3/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-5.3/tests/output/
H A Dob_013.phpt2 output buffering - handlers/status
32 [0] => default output handler
55 [name] => default output handler
H A Dob_end_flush_basic_001.phpt6 * Description: Flush (send) the output buffer, and delete current 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_clean_error_001.phpt6 * Description: Clean (delete) the current output buffer
7 * Source code: main/output.c
/PHP-5.3/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-5.3/ext/fileinfo/tests/
H A Dfinfo_phpinfo_basic.phpt12 $output = ob_get_clean();
14 var_dump(preg_match("/fileinfo support => enabled/", $output));
/PHP-5.3/ext/tokenizer/
H A Dtokenizer.php30 $output .= $chunk;
33 print $output;
/PHP-5.3/ext/session/tests/
H A D020.phpt2 rewriter uses arg_seperator.output for modifying URLs
10 arg_separator.output="&amp;"
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug29061.wsdl21 <output message="y:getQuoteResponse"/>
31 <output>
33 </output>
H A Dbug40609.wsdl26output xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:getPriceResponseMessa…
/PHP-5.3/ext/standard/tests/strings/
H A Dprint_basic.phpt23 output as well";
55 This uses the "here document" syntax to output
72 output as well
76 output as well.
88 This uses the "here document" syntax to output
/PHP-5.3/ext/pcre/tests/
H A Dpreg_replace_callback.phpt19 $output = parseTagsRecursive($input);
21 echo $output, "\n";
/PHP-5.3/ext/tidy/
H A Dtidy.c620 TidyBuffer output; in php_tidy_quick_repair() local
624 RETVAL_STRINGL((char*)output.bp, output.size ? output.size-1 : 0, 1); in php_tidy_quick_repair()
763 TidyBuffer output; in tidy_doc_cast_handler() local
783 ZVAL_STRINGL(out, (char*)output.bp, output.size ? output.size-1 : 0, TRUE); in tidy_doc_cast_handler()
832 TidyBuffer output; in tidy_doc_update_properties() local
838 if (output.size) { in tidy_doc_update_properties()
840 ZVAL_STRINGL(temp, (char*)output.bp, output.size-1, TRUE); in tidy_doc_update_properties()
1142 TidyBuffer output; in PHP_FUNCTION() local
1146 RETVAL_STRINGL((char*)output.bp, output.size ? output.size-1 : 0, 1); in PHP_FUNCTION()
1206 TidyBuffer output; in PHP_FUNCTION() local
[all …]
/PHP-5.3/ext/zlib/tests/
H A Dgzencode_variation1.phpt23 $output = gzencode($data);
24 var_dump(bin2hex(gzencode($output)));
/PHP-5.3/ext/recode/
H A Drecode.c78 ZEND_ARG_INFO(0, output)
191 zval *input, *output; in PHP_FUNCTION() local
195 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "srr", &req, &req_len, &input, &output) == FA… in PHP_FUNCTION()
200 php_stream_from_zval(outstream, &output); in PHP_FUNCTION()
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_phpinfo.phpt2 MySQL PDO phpinfo() output
25 printf("[001] Cannot find MySQL PDO driver line in phpinfo() output\n");
/PHP-5.3/ext/skeleton/tests/
H A D001.phpt11 the output of your test code has to be equal to the
13 to pass, differences between the output and the

Completed in 47 milliseconds

12345678910>>...19