Home
last modified time | relevance | path

Searched defs:option (Results 1 – 25 of 37) sorted by relevance

12

/PHP-8.2/ext/intl/idn/
H A Didn.c62 const zend_string *domain, uint32_t option, int mode, zval *idna_info) in php_intl_idn_to_46()
120 zend_long option = UIDNA_DEFAULT, in php_intl_idn_handoff() local
/PHP-8.2/ext/mbstring/
H A Dphp_mbregex.c41 #define onig_search_with_param(reg, str, end, start, range, region, option, mp) \ argument
43 #define onig_match_with_param(re, str, end, at, region, option, mp) \ argument
489 static size_t _php_mb_regex_get_option_string(char *str, size_t len, OnigOptionType option, OnigSyn… in _php_mb_regex_get_option_string()
594 static bool _php_mb_regex_init_options(const char *parg, size_t narg, OnigOptionType *option, in _php_mb_regex_init_options()
868 const OnigUChar* range, OnigRegion* region, OnigOptionType option) { in _php_mb_onig_search()
1269 OnigOptionType option = 0; in PHP_FUNCTION() local
1330 OnigOptionType option = 0; in _php_mb_regex_ereg_search_exec() local
1464 OnigOptionType option; in PHP_FUNCTION() local
/PHP-8.2/sapi/fuzzer/
H A Dfuzzer-json.c42 for (int option = 0; option <=1; ++option) { in LLVMFuzzerTestOneInput() local
/PHP-8.2/ext/standard/
H A Dsyslog.c62 zend_long option, facility; in PHP_FUNCTION() local
H A Dfilestat.c372 int option; in php_do_chgrp() local
510 int option; in php_do_chown() local
H A Dbasic_functions.stub.php1266 function get_cfg_var(string $option): string|array|false {}
1300 function ini_get(string $option): string|false {}
1308 function ini_set(string $option, string|int|float|bool|null $value): string|false {}
1311 function ini_alter(string $option, string|int|float|bool|null $value): string|false {}
1313 function ini_restore(string $option): void {}
/PHP-8.2/ext/filter/
H A Dfilter.c468 zval *option; in php_filter_call() local
610 zval *option, *opt, *def; in PHP_FUNCTION() local
699 zval *option; in PHP_FUNCTION() local
/PHP-8.2/main/
H A Dphp_syslog.c74 void php_openlog(const char *ident, int option, int facility) in php_openlog()
/PHP-8.2/ext/xml/
H A Dxml.stub.php195 function xml_parser_set_option(XMLParser $parser, int $option, $value): bool {}
198 function xml_parser_get_option(XMLParser $parser, int $option): string|int {}
/PHP-8.2/ext/curl/
H A Dshare.c56 static bool _php_curl_share_setopt(php_curlsh *sh, zend_long option, zval *zvalue, zval *return_val… in _php_curl_share_setopt()
H A Dinterface.c106 static zend_result php_curl_option_str(php_curl *ch, zend_long option, const char *str, const size_… in php_curl_option_str()
1599 static zend_result _php_curl_setopt(php_curl *ch, zend_long option, zval *zvalue, bool is_array_con… in _php_curl_setopt()
2393 zend_ulong option; in PHP_FUNCTION() local
2493 zend_long option; in PHP_FUNCTION() local
H A Dmulti.c447 static bool _php_curl_multi_setopt(php_curlm *mh, zend_long option, zval *zvalue, zval *return_valu… in _php_curl_multi_setopt()
/PHP-8.2/ext/tidy/
H A Dtidy.stub.php833 function tidy_get_opt_doc(tidy $tidy, string $option): string|false {}
854 function tidy_getopt(tidy $tidy, string $option): string|int|bool {}
875 public function getOpt(string $option): string|int|bool {}
936 public function getOptDoc(string $option): string|false {}
/PHP-8.2/ext/intl/calendar/
H A Dcalendar.stub.php456 public function setRepeatedWallTimeOption(int $option) {} // TODO make return type void
462 public function setSkippedWallTimeOption(int $option) {} // TODO make return type void
H A Dcalendar_methods.cpp895 zend_long option; in PHP_FUNCTION() local
918 zend_long option; in PHP_FUNCTION() local
/PHP-8.2/main/streams/
H A Dxp_socket.c309 static int php_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_sockop_set_option()
874 static int php_tcp_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_tcp_sockop_set_option()
H A Dmemory.c219 static int php_stream_memory_set_option(php_stream *stream, int option, int value, void *ptrparam) … in php_stream_memory_set_option()
515 static int php_stream_temp_set_option(php_stream *stream, int option, int value, void *ptrparam) /*… in php_stream_temp_set_option()
H A Dplain_wrapper.c670 static int php_stdiop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_stdiop_set_option()
1485 static int php_plain_files_metadata(php_stream_wrapper *wrapper, const char *url, int option, void … in php_plain_files_metadata()
H A Duserspace.c894 static int php_userstreamop_set_option(php_stream *stream, int option, int value, void *ptrparam) { in php_userstreamop_set_option()
1223 static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char *url, int option, in user_wrapper_metadata()
/PHP-8.2/ext/mysqli/
H A Dmysqli.stub.php768 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
/PHP-8.2/ext/sockets/
H A Dsockets.stub.php1754 function socket_get_option(Socket $socket, int $level, int $option): array|int|false {}
1760 function socket_getopt(Socket $socket, int $level, int $option): array|int|false {}
1763 function socket_set_option(Socket $socket, int $level, int $option, $value): bool {}
1769 function socket_setopt(Socket $socket, int $level, int $option, $value): bool {}
/PHP-8.2/ext/ftp/
H A Dftp.stub.php68 …function ftp_login(FTP\Connection $ftp, string $username, #[\SensitiveParameter] string $password)…
H A Dphp_ftp.c1240 zend_long option; in PHP_FUNCTION() local
1289 zend_long option; in PHP_FUNCTION() local
/PHP-8.2/ext/ldap/
H A Dldap.stub.php613 …function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, #[\Sensitive…
/PHP-8.2/ext/pgsql/
H A Dpgsql.c1406 zend_long option = PGSQL_NOTICE_LAST; in PHP_FUNCTION() local
4034 static int php_pgsql_fd_set_option(php_stream *stream, int option, int value, void *ptrparam) /* {{… in php_pgsql_fd_set_option()
5122 zend_ulong option = 0; in PHP_FUNCTION() local
5328 zend_ulong option = PGSQL_DML_EXEC, return_sql; in PHP_FUNCTION() local
5549 zend_ulong option = PGSQL_DML_EXEC; in PHP_FUNCTION() local
5646 zend_ulong option = PGSQL_DML_EXEC; in PHP_FUNCTION() local
5789 zend_ulong option = PGSQL_DML_EXEC; in PHP_FUNCTION() local

Completed in 105 milliseconds

12