Home
last modified time | relevance | path

Searched refs:output (Results 526 – 550 of 559) sorted by relevance

1...<<212223

/PHP-8.1/ext/oci8/tests/
H A Dbind_char_3.phpt11 die("skip expected output only valid when using Oracle 12c database");
H A Dbind_char_4.phpt11 die("skip expected output only valid when using Oracle 12c database");
H A Dbind_char_3_11gR1.phpt11 die("skip expected output only valid when using pre-Oracle 12c database");
H A Dbind_char_4_11gR1.phpt11 die("skip expected output only valid when using pre-Oracle 12c database");
H A Ddbmsoutput.phpt49 // Create some output
105 setserveroutputon($c); // Turn output buffering on
H A Dimp_res_7.phpt11 die("skip expected output only valid when using Oracle Database 12c or greater");
/PHP-8.1/ext/iconv/tests/
H A Diconv_mime_encode.phpt16 "output-charset" => "ISO-2022-JP",
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c312 scb.output = (PCRE2_SPTR)buffer; in pcre2_substitute()
H A Dpcre2.h555 PCRE2_SPTR output; /* Pointer to output buffer */ \
/PHP-8.1/ext/mbstring/tests/
H A Diso2022jp_ms_encoding.phpt165 * to the output. Then the second byte will do something else. It is easier to write the
/PHP-8.1/ext/pdo/
H A Dpdo_sql_parser.re310 /* allocate output buffer */
/PHP-8.1/
H A Dconfigure.ac1415 AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[uname -a output])
1417 AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[uname output])
1419 AC_DEFINE_UNQUOTED(PHP_BUILD_SYSTEM,"$PHP_BUILD_SYSTEM",[builder uname output])
1640 output.c getopt.c php_syslog.c, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
/PHP-8.1/sapi/fpm/tests/
H A Dtester.inc379 exec($cmd, $output, $code);
381 return preg_replace("/\[.+?\]/", "", $output[0]);
391 * @param bool $forceStderr Whether to output to stderr so error log is used.
/PHP-8.1/ext/gd/
H A Dgd.c2422 double input, output, gamma; in PHP_FUNCTION() local
2424 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Odd", &IM, gd_image_ce, &input, &output) == FAILURE) { in PHP_FUNCTION()
2433 if (output <= 0.0) { in PHP_FUNCTION()
2438 gamma = input / output; in PHP_FUNCTION()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_bp.c1273 PHPDBG_API void phpdbg_hit_breakpoint(phpdbg_breakbase_t *brake, bool output) /* {{{ */ in phpdbg_hit_breakpoint() argument
1277 if (output) { in phpdbg_hit_breakpoint()
/PHP-8.1/ext/standard/
H A Dbasic_functions.stub.php983 * @param array $output
987 function exec(string $command, &$output = null, &$result_code = null): string|false {} argument
/PHP-8.1/win32/build/
H A Dconfig.w32266 php_open_temporary_file.c output.c internal_functions.c \
/PHP-8.1/ext/standard/tests/array/
H A Dbug34066_1.phpt240 // output of this goes through 2xml
H A Dbug34066.phpt240 // output of this goes through 2xml
/PHP-8.1/ext/oci8/
H A Doci8_arginfo.h216 ZEND_ARG_INFO(1, output)
/PHP-8.1/ext/ffi/
H A Dffi.g26 %output "ffi_parser.c"
/PHP-8.1/ext/phar/phar/
H A Dpharcommand.inc1081 "If no output file is specified as stub then stdout is being used.";
1302 "If no output file is specified for meta data then stdout is being used.\n" .
/PHP-8.1/ext/soap/
H A Dsoap.c3301 use = fnb->output.use;
3303 ns = encode_add_ns(body, fnb->output.ns);
3682 if (fnb->output.headers &&
3683 (hdr = zend_hash_find_ptr(fnb->output.headers, key.s)) != NULL) {
/PHP-8.1/build/
H A Dphp.m421 dnl Adds separator title configure output (idea borrowed from mm).
1551 dnl AC_CHECK_LIB is overkill and this only affects the "checking.." output
/PHP-8.1/main/
H A Dmain.c704 …arator.output", "&", PHP_INI_ALL, OnUpdateStringUnempty, arg_separator.output, php_core_globals,…

Completed in 93 milliseconds

1...<<212223