Home
last modified time | relevance | path

Searched refs:option (Results 151 – 175 of 275) sorted by relevance

1234567891011

/php-src/ext/openssl/tests/
H A Dopenssl_csr_new_basic.phpt30 …ord_min -> 4 (failed; check error queue and value of string_mask OpenSSL option if illegal charact…
/php-src/ext/zip/tests/
H A Dbug72374.phpt2 Bug #72374 (ZipArchive::addGlob remove_path option strips first char of filename)
/php-src/ext/sockets/tests/
H A Dsocket_defer_acp.phpt2 Test if socket_set_option() works, option:TCP_DEFER_ACCEPT
H A Dsocket_set_option_seolinger.phpt2 Test if socket_set_option() works, option:SO_SEOLINGER
/php-src/ext/curl/tests/
H A Dcurl_write_file.phpt2 Test curl option CURLOPT_FILE
H A Dcurl_read_trampoline.phpt2 Test trampoline for curl option CURLOPT_READFUNCTION
H A Dcurl_read_callback.phpt2 cURL option CURLOPT_READFUNCTION
/php-src/ext/soap/tests/bugs/
H A Dbug38067.phpt2 Bug #38067 (Parameters are not decoded from utf-8 when using encoding option)
/php-src/tests/output/
H A DDummyStreamWrapper.inc34 public function stream_set_option(int $option, int $arg1, ?int $arg2): bool
/php-src/.github/workflows/
H A Dclose-stale-prs.yml23 # Hack to skip issues, unfortunately there's no option to disable issues
H A Dclose-stale-feature-requests.yml24 # Hack to skip PRs, unfortunately there's no option to disable PRs
/php-src/.github/actions/build-libmysqlclient/
H A Daction.yml27 --enable-option-checking=fatal \
/php-src/ext/dom/tests/
H A DDOMNode_C14N_basic.phpt40 DOMNode::C14N(): Argument #3 ($xpath) "query" option must be a string, array given
H A DDOMNode_C14NFile_basic.phpt48 DOMNode::C14NFile(): Argument #4 ($xpath) "query" option must be a string, array given
/php-src/Zend/tests/
H A Dbug38779.phpt26 function stream_set_option($option, $arg1, $arg2) {
H A Dbug78340.phpt41 function stream_set_option($option, $arg1, $arg2) {
/php-src/ext/pdo_pgsql/tests/
H A Dbug75402.phpt2 PDO PgSQL Bug #75402 Possible Memory Leak using PDO::CURSOR_SCROLL option
70 // With the following option memory is de-allocated
/php-src/ext/standard/
H A Dfilestat.c326 int option; in php_do_chgrp() local
329 option = PHP_STREAM_META_GROUP_NAME; in php_do_chgrp()
332 option = PHP_STREAM_META_GROUP; in php_do_chgrp()
336 if(wrapper->wops->stream_metadata(wrapper, filename, option, value, NULL)) { in php_do_chgrp()
452 int option; in php_do_chown() local
455 option = PHP_STREAM_META_OWNER_NAME; in php_do_chown()
458 option = PHP_STREAM_META_OWNER; in php_do_chown()
462 if(wrapper->wops->stream_metadata(wrapper, filename, option, value, NULL)) { in php_do_chown()
/php-src/ext/standard/tests/general_functions/
H A Dbug29038.phpt2 Bug #29038 (extract(), EXTR_PREFIX_SAME option prefixes empty strings)
/php-src/ext/ldap/tests/
H A Dldap_set_option_error.phpt42 …): Argument #3 ($value) must be of type array for the LDAP_OPT_CLIENT_CONTROLS option, string given
/php-src/sapi/fuzzer/
H A DREADME.md18 The `--with-pic` option is required to avoid a linking failure. The `--enable-debug-assertions` opt…
22 You will need a recent version of clang that supports the `-fsanitize=fuzzer-no-link` option.
/php-src/sapi/litespeed/
H A DREADME.md18 security when mod_php is used. Usually, FastCGI PHP is not an option in shared
50 option `-b <socket_address>`, socket address can be IPv4, IPv6 or Unix Domain
156 will wait for a new request before it exits. This option help releasing system
173 parent process. This option can help getting rid of dead or runaway child
179 process will wait before exiting when there is no child process. This option
189 existence of parent process. When PHP is started by `-b` option, it is
/php-src/ext/ftp/
H A Dftp.stub.php135 function ftp_set_option(FTP\Connection $ftp, int $option, $value): bool {}
136 function ftp_get_option(FTP\Connection $ftp, int $option): int|bool {}
/php-src/ext/xml/
H A Dxml_arginfo.h76 ZEND_ARG_TYPE_INFO(0, option, IS_LONG, 0)
82 ZEND_ARG_TYPE_INFO(0, option, IS_LONG, 0)
/php-src/ext/sockets/
H A Dsockets.stub.php1949 function socket_get_option(Socket $socket, int $level, int $option): array|int|false {} argument
1955 function socket_getopt(Socket $socket, int $level, int $option): array|int|false {} argument
1958 function socket_set_option(Socket $socket, int $level, int $option, $value): bool {} argument
1964 function socket_setopt(Socket $socket, int $level, int $option, $value): bool {} argument

Completed in 40 milliseconds

1234567891011