Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...23

/PHP-8.1/tests/output/
H A Dob_start_error_001.phpt6 * Function is implemented in main/output.c
H A Dob_end_clean_basic_001.phpt6 * Function is implemented in main/output.c
/PHP-8.1/ext/iconv/tests/
H A Dbug48289.phpt11 'output-charset' => 'UTF-8',
/PHP-8.1/ext/hash/tests/
H A Dhash_update_stream_basic_001.phpt21 // Stream it with 0 length and output hash
/PHP-8.1/Zend/tests/
H A Dbug64896.phpt34 /* will output:
/PHP-8.1/ext/standard/tests/array/
H A Darray_walk_recursive_variation9.phpt22 echo "\n"; // new line to separate the output between each element
32 echo "\n"; // new line to separate the output between each element
H A Darray_walk_variation9.phpt22 echo "\n"; // new line to separate the output between each element
32 echo "\n"; // new line to separate the output between each element
H A Darray_walk_basic2.phpt17 echo "\n"; // new line to separate the output between each element
26 echo "\n"; // new line to separate the output between each element
H A Darray_walk_recursive_basic2.phpt17 echo "\n"; // new line to separate the output between each element
26 echo "\n"; // new line to separate the output between each element
/PHP-8.1/ext/standard/tests/general_functions/
H A Dfloatval_basic.phpt33 float values, expected output:float value for valid floating point number */
41 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-8.1/ext/gd/tests/
H A Dbug41442.phpt2 Bug #41442 (imagegd2() under output control)
/PHP-8.1/ext/bcmath/
H A Dconfig.w329 num2long.c output.c recmul.c sqrt.c zero.c debug.c doaddsub.c \
/PHP-8.1/ext/curl/tests/
H A Dcurl_basic_011.phpt18 ob_start(); // start output buffering
H A Dcurl_basic_012.phpt18 ob_start(); // start output buffering
H A Dcurl_basic_013.phpt18 ob_start(); // start output buffering
/PHP-8.1/ext/standard/tests/http/
H A Dbug43510.phpt16 ['pid' => $pid, 'uri' => $uri ] = http_server($responses, $output);
H A Dhttp_response_header_02.phpt17 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
/PHP-8.1/Zend/tests/closures/
H A Dclosure_from_callable.inc19 $output = $fn($input);
20 return $input === $output;
/PHP-8.1/ext/tidy/tests/
H A D020.phpt14 $tidy->parseString($str, array('output-xhtml'=>1), 'latin1');
/PHP-8.1/ext/mbstring/tests/
H A Dmb_substitute_character_variation2.phpt11 //output the default which is ? in ISO-8859-1, x3f
/PHP-8.1/ext/standard/
H A Durl_scanner_ex.re308 append_modified_url(&ctx->val, &ctx->result, &ctx->url_app, PG(arg_separator).output);
609 append_modified_url(&surl, &buf, &url_app, PG(arg_separator).output);
703 smart_str_appendl(&ctx->result, output, output_len);
711 *handled_output = estrndup(output, *handled_output_len = output_len);
720 …php_url_scanner_session_handler_impl(output, output_len, handled_output, handled_output_len, mode,…
725 …php_url_scanner_session_handler_impl(output, output_len, handled_output, handled_output_len, mode,…
753 smart_str_appends(&url_state->url_app, PG(arg_separator).output);
894 separator_len = strlen(PG(arg_separator).output);
896 if (!memcmp(end, PG(arg_separator).output, separator_len)) {
910 && (size_t)(start - PG(arg_separator).output) >= separator_len
[all …]
/PHP-8.1/ext/spl/tests/
H A DSPLDoublyLinkedList_iterate_by_reference.phpt15 …// We should never see this output, because the "by reference" exception should be thrown in the p…
/PHP-8.1/ext/session/tests/
H A Dbug42596.phpt14 arg_separator.output="&amp;"
/PHP-8.1/sapi/fpm/tests/
H A Dlog-bwd-limit-1050-msg-2900.phpt2 FPM: Buffered worker output decorated log with limit 1050 with 2900 msg

Completed in 53 milliseconds

1...<<11121314151617181920>>...23