Home
last modified time | relevance | path

Searched refs:options (Results 226 – 250 of 427) sorted by relevance

12345678910>>...18

/PHP-7.4/ext/standard/tests/file/
H A Dbug37158.phpt8 function stream_open($path, $mode, $options, &$opened_path)
/PHP-7.4/ext/filter/tests/
H A D031.phpt36 $out = filter_var($float, FILTER_VALIDATE_FLOAT, array("options"=>array('decimal' => $dec)));
/PHP-7.4/sapi/cli/tests/
H A D003.phpt2 defining INI options with -d
/PHP-7.4/ext/ldap/tests/
H A Dldap_set_option_crlcheck_basic.phpt12 die("skip OpenSSL required for CRL check options, got: $package");
H A Dldap_set_option_cafiles_basic.phpt2 ldap_set_option() - Basic test for TLS CA/Cert/CRL/DH/Key file ldap options
/PHP-7.4/ext/libxml/tests/
H A Dbug54440.phpt10 function stream_open($path, $mode, $options, &$opened_path)
/PHP-7.4/ext/zip/
H A Dphp_zip.h73 …ner(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **op…
/PHP-7.4/ext/soap/tests/
H A Dtypemap005.phpt48 $options=Array(
56 $server = new SoapServer(NULL,$options);
H A Dtypemap006.phpt43 $options=Array(
51 $server = new SoapServer(NULL,$options);
H A Dtypemap013.phpt43 $options=Array(
50 $server = new SoapServer(__DIR__."/classmap.wsdl",$options);
/PHP-7.4/ext/pcntl/
H A Dpcntl.c68 ZEND_ARG_INFO(0, options)
74 ZEND_ARG_INFO(0, options)
705 zend_long pid, options = 0; in PHP_FUNCTION() local
727 child_id = wait4((pid_t) pid, &status, options, &rusage); in PHP_FUNCTION()
729 child_id = waitpid((pid_t) pid, &status, options); in PHP_FUNCTION()
732 child_id = waitpid((pid_t) pid, &status, options); in PHP_FUNCTION()
755 zend_long options = 0; in PHP_FUNCTION() local
763 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|lz", &z_status, &options, &z_rusage) == FAILURE) { in PHP_FUNCTION()
776 child_id = wait3(&status, options, &rusage); in PHP_FUNCTION()
777 } else if (options) { in PHP_FUNCTION()
[all …]
/PHP-7.4/main/streams/
H A Dmemory.c634 const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_rfc2397() argument
660 php_stream_wrapper_log_error(wrapper, options, "rfc2397: no comma in URL"); in php_stream_url_wrap_rfc2397()
672 php_stream_wrapper_log_error(wrapper, options, "rfc2397: illegal media type"); in php_stream_url_wrap_rfc2397()
687 php_stream_wrapper_log_error(wrapper, options, "rfc2397: illegal media type"); in php_stream_url_wrap_rfc2397()
700 php_stream_wrapper_log_error(wrapper, options, "rfc2397: illegal parameter"); in php_stream_url_wrap_rfc2397()
720 php_stream_wrapper_log_error(wrapper, options, "rfc2397: illegal URL"); in php_stream_url_wrap_rfc2397()
736 php_stream_wrapper_log_error(wrapper, options, "rfc2397: unable to decode"); in php_stream_url_wrap_rfc2397()
/PHP-7.4/Zend/tests/
H A Dbug38779.phpt9 public function stream_open($path, $mode, $options, &$opened_path) {
H A Dbug78340.phpt11 function stream_open($path, $mode, $options, $opened_path) {
H A Ddebug_backtrace_with_include_and_this.phpt6 function stream_open($path, $mode, $options, $opened_path) {
/PHP-7.4/ext/mysqli/tests/
H A Dbug52082.phpt13 $link->options(MYSQLI_SET_CHARSET_NAME, "latin2");
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_get_attribute.phpt73 Read options from the named option file instead of from my.cnf.
76 … Read options from the named group from my.cnf or the file specified with MYSQL_READ_DEFAULT_FILE.
H A Dmysql_pdo_test.inc66 $options = $old_options;
68 $options[$k] = $v;
71 foreach ($options as $k => $v)
/PHP-7.4/
H A DREADME.md44 ./configure [options]
46 *See `./configure -h` for configuration options.*
48 make [options]
50 *See `make -h` for make options.*
/PHP-7.4/ext/sockets/tests/
H A Dsocket_set_option_error_socket_option.phpt2 Test if socket_set_option() returns 'unable to set socket option' failure for invalid options
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c520 HashTable *options = NULL; in PHP_FUNCTION() local
532 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|H", &options) == FAILURE) { in PHP_FUNCTION()
536 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("functions")))) { in PHP_FUNCTION()
540 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("opcodes")))) { in PHP_FUNCTION()
546 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("files")))) { in PHP_FUNCTION()
621 HashTable *options = NULL; in PHP_FUNCTION() local
626 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|H", &options) == FAILURE) { in PHP_FUNCTION()
641 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("functions")))) { in PHP_FUNCTION()
645 if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("opcodes")))) { in PHP_FUNCTION()
755 ZEND_ARG_INFO(0, options)
[all …]
/PHP-7.4/ext/date/lib/
H A Dtimelib.c280 void timelib_dump_date(timelib_time *d, int options) in timelib_dump_date() argument
282 if ((options & 2) == 2) { in timelib_dump_date()
313 if ((options & 1) == 1) { in timelib_dump_date()
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt7 /* Prototype : string finfo_file(resource finfo, char *file_name [, int options [, resource contex…
/PHP-7.4/ext/session/tests/
H A Dsession_set_cookie_params_variation6.phpt13 * Prototype : void session_set_cookie_params(array $options)
/PHP-7.4/ext/standard/tests/streams/
H A Dbug60455_03.phpt9 function stream_open($path, $mode, $options, &$opened_path) {

Completed in 53 milliseconds

12345678910>>...18