Home
last modified time | relevance | path

Searched refs:output (Results 176 – 200 of 550) sorted by relevance

12345678910>>...22

/php-src/tests/output/
H A Dob_008.phpt2 output buffering - ob_get_contents
H A Dob_004.phpt2 output buffering - ob_clean
H A Dob_006.phpt2 output buffering - ob_end_flush
H A Dob_009.phpt2 output buffering - ob_get_flush
H A Dob_003.phpt2 output buffering - ob_flush
H A Dob_010.phpt2 output buffering - fatalism
H A Dob_005.phpt2 output buffering - ob_end_clean
H A Dob_start_basic_001.phpt6 * Function is implemented in main/output.c
H A Dob_018.phpt2 output buffering - error message nirvana bug #37714
/php-src/ext/openssl/tests/
H A Dopenssl_x509_fingerprint_basic.phpt16 echo "**Testing raw output md5 **\n";
33 **Testing raw output md5 **
H A Dopenssl_public_decrypt_basic.phpt13 var_dump(openssl_public_decrypt($encrypted, $output, $pubkey));
14 var_dump($output);
/php-src/ext/xsl/tests/
H A Dxsltprocessor_transformToURI.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
50 var_dump($proc->transformToURI($xsldoc, 'php://output'));
/php-src/ext/standard/tests/http/http_build_query/
H A Dbug26819.phpt2 Bug #26819 (http_build_query() crash on empty output)
/php-src/Zend/tests/
H A Dbug60978.phpt5 exec(getenv('TEST_PHP_EXECUTABLE_ESCAPED') . ' -n -r "exit(2);"', $output, $exit_code);
/php-src/ext/zlib/tests/
H A Dgzseek_variation7.phpt24 echo "\nreading the output file\n";
40 reading the output file
/php-src/ext/standard/tests/file/windows_links/
H A Dbug48746_3.phpt22 exec("mkdir " . $dirname, $output, $ret_val);
24 exec(get_junction()." junction directory", $output, $ret_val);
/php-src/ext/pcre/tests/
H A Dbug74873.phpt2 Bug #74873 (Minor BC break: PCRE_JIT changes output of preg_match())
/php-src/ext/standard/tests/ini_info/scandir/
H A D0.ini2 ; any scanned ini output
/php-src/ext/standard/tests/strings/
H A Dsetlocale_basic3.phpt18 // start the buffering of next command to internal output buffer
24 // get the contents from the internal output buffer
27 // fflush and end the output buffering to internal output buffer
H A Dsetlocale_variation1.phpt18 // start the buffering of next command to internal output buffer
24 // get the contents from the internal output buffer
27 // fflush and end the output buffering to internal output buffer
H A Dbug78003.phpt2 Bug #78003 (strip_tags output change since PHP 7.3)
/php-src/main/
H A Dphp_output.h106 typedef void (*php_output_handler_func_t)(char *output, size_t output_len, char **handled_output, s…
138 ZEND_BEGIN_MODULE_GLOBALS(output)
145 ZEND_END_MODULE_GLOBALS(output)
147 PHPAPI ZEND_EXTERN_MODULE_GLOBALS(output)
/php-src/win32/build/
H A Dphpize.js.in128 var output = "";
138 output += emit_dep_modules(item.deps);
140 output += emit_module(item);
144 return output;
152 var output = "";
161 output += emit_module(item);
167 output += emit_dep_modules(module_names);
169 return output;
/php-src/ext/gd/libgd/
H A Dgd_gif_out.c94 static void output (code_int code, GifCtx *ctx);
503 output(code_int code, GifCtx *ctx);
548 output( (code_int)ctx->ClearCode, ctx );
580 output ( (code_int) ent, ctx );
596 output( (code_int)ent, ctx );
598 output( (code_int) ctx->EOFCode, ctx );
632 output(code_int code, GifCtx *ctx) function
702 output( (code_int)ctx->ClearCode, ctx);
/php-src/ext/standard/tests/http/
H A Dbug61548.phpt26 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
29 fseek($output, 0, SEEK_SET);
30 echo stream_get_contents($output);

Completed in 32 milliseconds

12345678910>>...22