/PHP-8.2/ext/intl/idn/ |
H A D | idn.c | 62 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 D | php_mbregex.c | 41 #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 D | fuzzer-json.c | 42 for (int option = 0; option <=1; ++option) { in LLVMFuzzerTestOneInput() local
|
/PHP-8.2/ext/standard/ |
H A D | syslog.c | 62 zend_long option, facility; in PHP_FUNCTION() local
|
H A D | filestat.c | 372 int option; in php_do_chgrp() local 510 int option; in php_do_chown() local
|
H A D | basic_functions.stub.php | 1266 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 D | filter.c | 468 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 D | php_syslog.c | 74 void php_openlog(const char *ident, int option, int facility) in php_openlog()
|
/PHP-8.2/ext/xml/ |
H A D | xml.stub.php | 195 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 D | share.c | 56 static bool _php_curl_share_setopt(php_curlsh *sh, zend_long option, zval *zvalue, zval *return_val… in _php_curl_share_setopt()
|
H A D | interface.c | 106 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 D | multi.c | 451 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 D | tidy.stub.php | 833 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 D | calendar.stub.php | 456 public function setRepeatedWallTimeOption(int $option) {} // TODO make return type void 462 public function setSkippedWallTimeOption(int $option) {} // TODO make return type void
|
H A D | calendar_methods.cpp | 895 zend_long option; in PHP_FUNCTION() local 918 zend_long option; in PHP_FUNCTION() local
|
/PHP-8.2/main/streams/ |
H A D | xp_socket.c | 309 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 D | memory.c | 219 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 D | plain_wrapper.c | 670 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 D | userspace.c | 894 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 D | mysqli.stub.php | 768 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
|
/PHP-8.2/ext/sockets/ |
H A D | sockets.stub.php | 1754 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 D | ftp.stub.php | 68 …function ftp_login(FTP\Connection $ftp, string $username, #[\SensitiveParameter] string $password)…
|
H A D | php_ftp.c | 1240 zend_long option; in PHP_FUNCTION() local 1289 zend_long option; in PHP_FUNCTION() local
|
/PHP-8.2/ext/ldap/ |
H A D | ldap.stub.php | 613 …function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, #[\Sensitive…
|
/PHP-8.2/ext/pgsql/ |
H A D | pgsql.c | 1406 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
|