Home
last modified time | relevance | path

Searched refs:output (Results 251 – 275 of 596) sorted by relevance

1...<<11121314151617181920>>...24

/PHP-7.1/ext/bcmath/libbcmath/src/
H A DMakefile.am8 init.c int2num.c nearzero.c neg.c num2long.c num2str.c output.c \
/PHP-7.1/tests/output/
H A Dob_end_clean_basic_001.phpt7 * Function is implemented in main/output.c
/PHP-7.1/ext/standard/tests/array/
H A Darray_walk_variation9.phpt27 echo "\n"; // new line to separate the output between each element
37 echo "\n"; // new line to separate the output between each element
H A Darray_walk_recursive_variation6.phpt31 echo "\n"; // new line to separate the output between each element
45 echo "\n"; // new line to separate the output between each element
59 echo "\n"; // new line to separate the output between each element
H A Darray_walk_recursive_variation9.phpt27 echo "\n"; // new line to separate the output between each element
37 echo "\n"; // new line to separate the output between each element
/PHP-7.1/ext/standard/tests/general_functions/
H A Dfloatval_basic.phpt37 float values, expected output:float value for valid floating point number */
45 float values, expected output:float value for valid floating point number */
H A Dbug44394_2.phpt2 Bug #44394 (Last two bytes missing from output) with session.use_trans_id
/PHP-7.1/Zend/tests/closures/
H A Dclosure_from_callable.inc19 $output = $fn($input);
20 return $input === $output;
/PHP-7.1/ext/imap/tests/
H A Dbug31142_2.phpt2 Bug #31142 test #2 (imap_mail_compose() generates incorrect output)
/PHP-7.1/ext/openssl/tests/
H A Dopenssl_sign_basic.phpt11 var_dump(openssl_sign($data, $sign, $privkey)); // no output
/PHP-7.1/ext/standard/tests/http/
H A Dbug43510.phpt16 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output);
H A Dbug38802.phpt22 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output);
34 fseek($output, 0, SEEK_SET);
35 var_dump(stream_get_contents($output));
H A Dhttp_response_header_02.phpt18 $pid = http_server("tcp://127.0.0.1:22347", $responses, $output);
/PHP-7.1/ext/gd/tests/
H A Dbug41442.phpt2 Bug #41442 (imagegd2() under output control)
/PHP-7.1/ext/standard/
H A Durl_scanner_ex.re310 append_modified_url(&ctx->val, &ctx->result, &ctx->url_app, PG(arg_separator).output);
613 append_modified_url(&surl, &buf, &url_app, PG(arg_separator).output);
707 smart_str_appendl(&ctx->result, output, output_len);
715 *handled_output = estrndup(output, *handled_output_len = output_len);
724 …php_url_scanner_session_handler_impl(output, output_len, handled_output, handled_output_len, mode,…
729 …php_url_scanner_session_handler_impl(output, output_len, handled_output, handled_output_len, mode,…
757 smart_str_appends(&url_state->url_app, PG(arg_separator).output);
898 separator_len = strlen(PG(arg_separator).output);
900 if (!memcmp(end, PG(arg_separator).output, separator_len)) {
914 && start - PG(arg_separator).output >= separator_len
[all …]
/PHP-7.1/ext/iconv/tests/
H A Dbug48289.phpt11 'output-charset' => 'UTF-8',
/PHP-7.1/ext/bcmath/
H A Dconfig.w3210 num2long.c output.c recmul.c sqrt.c zero.c debug.c doaddsub.c \
/PHP-7.1/ext/oci8/tests/
H A Dconn_attr_5.phpt9 if ($test_drcp) die("skip output might vary with DRCP");
13 die("skip expected output only valid when using Oracle 10g or greater database server");
/PHP-7.1/ext/session/tests/
H A Dbug42596.phpt12 arg_separator.output="&amp;"
/PHP-7.1/ext/tidy/tests/
H A D020.phpt14 $tidy->parseString($str, array('output-xhtml'=>1), 'latin1');
/PHP-7.1/tests/lang/
H A Dbug24951.phpt2 Bug #24951 (ob_flush() destroys output handler)
/PHP-7.1/ext/snmp/tests/
H A Dsnmp_set_oid_output_format.phpt28 Warning: snmp_set_oid_output_format(): Unknown SNMP output print format '123' in %s on line %d
/PHP-7.1/ext/curl/tests/
H A Dcurl_write_stdout.phpt7 Writes the value 'test' to a temporary file. Use curl to access this file and store the output in a…
H A Dcurl_copy_handle_basic_004.phpt19 ob_start(); // start output buffering
H A Dcurl_setopt_basic003.phpt29 ob_start(); // start output buffering

Completed in 43 milliseconds

1...<<11121314151617181920>>...24