/php-src/ext/intl/idn/ |
H A D | idn.c | 55 const zend_string *domain, uint32_t option, int mode, zval *idna_info) in php_intl_idn_to_46() 113 zend_long option = UIDNA_DEFAULT, in php_intl_idn_handoff() local
|
/php-src/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-src/sapi/fuzzer/ |
H A D | fuzzer-json.c | 42 for (int option = 0; option <=1; ++option) { in LLVMFuzzerTestOneInput() local
|
/php-src/ext/standard/ |
H A D | syslog.c | 62 zend_long option, facility; in PHP_FUNCTION() local
|
H A D | filestat.c | 338 int option; in php_do_chgrp() local 476 int option; in php_do_chown() local
|
H A D | http.c | 259 static zend_result cache_request_parse_body_option(HashTable *options, zval *option, int cache_offs… in cache_request_parse_body_option()
|
/php-src/main/ |
H A D | php_syslog.c | 74 void php_openlog(const char *ident, int option, int facility) in php_openlog()
|
/php-src/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|bool {}
|
/php-src/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 | 104 static zend_result php_curl_option_str(php_curl *ch, zend_long option, const char *str, const size_… in php_curl_option_str() 1254 static void php_curl_copy_fcc_with_option(php_curl *ch, CURLoption option, zend_fcall_info_cache *t… in php_curl_copy_fcc_with_option() 1658 static zend_result _php_curl_setopt(php_curl *ch, zend_long option, zval *zvalue, bool is_array_con… in _php_curl_setopt() 2366 zend_ulong option; in PHP_FUNCTION() local 2466 zend_long option; in PHP_FUNCTION() local
|
H A D | multi.c | 449 static bool _php_curl_multi_setopt(php_curlm *mh, zend_long option, zval *zvalue, zval *return_valu… in _php_curl_multi_setopt()
|
/php-src/ext/intl/calendar/ |
H A D | calendar.stub.php | 343 public function setRepeatedWallTimeOption(int $option): true {} 349 public function setSkippedWallTimeOption(int $option): true {}
|
H A D | calendar_methods.cpp | 953 zend_long option; in PHP_FUNCTION() local 976 zend_long option; in PHP_FUNCTION() local
|
/php-src/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-src/ext/filter/ |
H A D | filter.c | 464 zval *option; in php_filter_call() local 606 zval *option, *opt, *def; in PHP_FUNCTION() local
|
/php-src/ext/mysqli/ |
H A D | mysqli.stub.php | 747 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
|
/php-src/main/streams/ |
H A D | xp_socket.c | 331 static int php_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_sockop_set_option() 900 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 | 220 static int php_stream_memory_set_option(php_stream *stream, int option, int value, void *ptrparam) … in php_stream_memory_set_option() 516 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 | userspace.c | 866 static int php_userstreamop_set_option(php_stream *stream, int option, int value, void *ptrparam) { in php_userstreamop_set_option() 1195 static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char *url, int option, in user_wrapper_metadata()
|
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() 1500 static int php_plain_files_metadata(php_stream_wrapper *wrapper, const char *url, int option, void … in php_plain_files_metadata()
|
/php-src/ext/sockets/ |
H A D | sockets.stub.php | 2016 function socket_get_option(Socket $socket, int $level, int $option): array|int|false {} 2022 function socket_getopt(Socket $socket, int $level, int $option): array|int|false {} 2025 function socket_set_option(Socket $socket, int $level, int $option, $value): bool {} 2031 function socket_setopt(Socket $socket, int $level, int $option, $value): bool {}
|
/php-src/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 | 1229 zend_long option; in PHP_FUNCTION() local 1278 zend_long option; in PHP_FUNCTION() local
|
/php-src/ext/ldap/ |
H A D | ldap.stub.php | 627 …function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, #[\Sensitive…
|
/php-src/ext/pgsql/ |
H A D | pgsql.c | 1579 zend_long option = PGSQL_NOTICE_LAST; in PHP_FUNCTION() local 4389 static int php_pgsql_fd_set_option(php_stream *stream, int option, int value, void *ptrparam) /* {{… in php_pgsql_fd_set_option() 5426 zend_long option = 0; in PHP_FUNCTION() local 5636 zend_long option = PGSQL_DML_EXEC, return_sql; in PHP_FUNCTION() local 5859 zend_long option = PGSQL_DML_EXEC; in PHP_FUNCTION() local 5959 zend_long option = PGSQL_DML_EXEC; in PHP_FUNCTION() local 6112 zend_long option = PGSQL_DML_EXEC; in PHP_FUNCTION() local
|