Home
last modified time | relevance | path

Searched refs:output (Results 226 – 250 of 578) sorted by relevance

12345678910>>...24

/PHP-7.4/ext/standard/tests/http/
H A Dbug75535.phpt15 $pid = http_server("tcp://127.0.0.1:22351", $responses, $output);
H A Dhttp_response_header_04.phpt15 $pid = http_server("tcp://127.0.0.1:22349", $responses, $output);
H A Dhttp_response_header_01.phpt15 $pid = http_server("tcp://127.0.0.1:22346", $responses, $output);
H A Dbug78719.phpt15 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output);
/PHP-7.4/Zend/tests/
H A Dbug65911.phpt12 echo A::$this->foo; // should not output 'bar'
H A Dbug64896.phpt34 /* will output:
/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale_basic2.phpt29 // start the buffering of next command to internal output buffer
35 // get the contents from the internal output buffer
38 // fflush and end the output buffering to internal output buffer
/PHP-7.4/ext/session/tests/
H A Dbug41600.phpt11 arg_separator.output="&"
/PHP-7.4/ext/gd/tests/
H A Dbug36697-mb.phpt2 Bug #36697 (TrueColor transparency with GIF palette output).
H A Dbug36697.phpt2 Bug #36697 (TrueColor transparency with GIF palette output).
H A Dbug41442.phpt2 Bug #41442 (imagegd2() under output control)
/PHP-7.4/tests/output/
H A Dob_start_error_003.phpt7 * Function is implemented in main/output.c
H A Dob_start_basic_005.phpt7 * Function is implemented in main/output.c
H A Dob_start_error_004.phpt7 * Function is implemented in main/output.c
H A Dob_end_clean_basic_001.phpt7 * Function is implemented in main/output.c
/PHP-7.4/ext/iconv/tests/
H A Dbug66828.phpt11 "output-charset" => "UTF-8",
H A Diconv_encoding_basic.phpt16 * Description: Get internal encoding and output encoding for ob_iconv_handler()
18 * Description: Sets internal encoding and output encoding for ob_iconv_handler()
/PHP-7.4/ext/gd/libgd/
H A Dgdkanji.c598 unsigned char *output;
609 output = (unsigned char *) gdMalloc (BUFSIZ);
610 any2eucjp (output, input, BUFSIZ);
611 str = output;
615 gdFree (output);
/PHP-7.4/sapi/phpdbg/
H A D.phpdbginit98 # The output of registered function calls is not,
101 # The output of shell commands will usually be more
/PHP-7.4/ext/calendar/tests/
H A Dunixtojd.phpt9 // this line has no impact on test output on Windows
27 // -if omitted from unixtojd.phpt, does NOT output DATE_TZ_ERRMSG
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_private.h117 STRUCT_XMLRPC_REQUEST_OUTPUT_OPTIONS output; /* xml output options */ member
/PHP-7.4/ext/standard/tests/array/
H A Darray_walk_basic1.phpt26 echo "\n"; // new line to separate the output between each element
35 echo "\n"; // new line to separate the output between each element
H A Darray_walk_recursive_basic1.phpt26 echo "\n"; // new line to separate the output between each element
35 echo "\n"; // new line to separate the output between each element
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_seal_basic.phpt23 var_dump(openssl_seal($data, $sealed, $ekeys, array($pub_key))); // no output
24 var_dump(openssl_seal($data, $sealed, $ekeys, array($pub_key, $pub_key))); // no output
/PHP-7.4/ext/imap/tests/
H A Dbug31142_2.phpt2 Bug #31142 test #2 (imap_mail_compose() generates incorrect output)

Completed in 106 milliseconds

12345678910>>...24