Home
last modified time | relevance | path

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

12

/php-src/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-src/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-src/sapi/fuzzer/
H A Dfuzzer-json.c42 for (int option = 0; option <=1; ++option) { in LLVMFuzzerTestOneInput() local
/php-src/ext/standard/
H A Dsyslog.c62 zend_long option, facility; in PHP_FUNCTION() local
H A Dfilestat.c326 int option; in php_do_chgrp() local
452 int option; in php_do_chown() local
H A Dhttp.c243 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 Dphp_syslog.c74 void php_openlog(const char *ident, int option, int facility) in php_openlog()
/php-src/ext/xml/
H A Dxml.stub.php194 function xml_parser_set_option(XMLParser $parser, int $option, $value): bool {}
197 function xml_parser_get_option(XMLParser $parser, int $option): string|int|bool {}
/php-src/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()
1246 …_curl *ch, php_curl_callback **new_callback, php_curl_callback *source_callback, CURLoption option) in _php_copy_callback()
1601 static zend_result _php_curl_setopt(php_curl *ch, zend_long option, zval *zvalue, bool is_array_con… in _php_curl_setopt()
2364 zend_ulong option; in PHP_FUNCTION() local
2464 zend_long option; in PHP_FUNCTION() local
H A Dmulti.c433 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 Dcalendar.stub.php343 public function setRepeatedWallTimeOption(int $option): true {}
349 public function setSkippedWallTimeOption(int $option): true {}
H A Dcalendar_methods.cpp955 zend_long option; in PHP_FUNCTION() local
978 zend_long option; in PHP_FUNCTION() local
/php-src/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-src/ext/filter/
H A Dfilter.c468 zval *option; in php_filter_call() local
610 zval *option, *opt, *def; in PHP_FUNCTION() local
/php-src/main/streams/
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()
514 static int php_stream_temp_set_option(php_stream *stream, int option, int value, void *ptrparam) /*… in php_stream_temp_set_option()
H A Dxp_socket.c331 static int php_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_sockop_set_option()
895 static int php_tcp_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_tcp_sockop_set_option()
H A Duserspace.c867 static int php_userstreamop_set_option(php_stream *stream, int option, int value, void *ptrparam) { in php_userstreamop_set_option()
1196 static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char *url, int option, in user_wrapper_metadata()
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()
1490 static int php_plain_files_metadata(php_stream_wrapper *wrapper, const char *url, int option, void … in php_plain_files_metadata()
/php-src/ext/mysqli/
H A Dmysqli.stub.php768 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
/php-src/ext/sockets/
H A Dsockets.stub.php1942 function socket_get_option(Socket $socket, int $level, int $option): array|int|false {}
1948 function socket_getopt(Socket $socket, int $level, int $option): array|int|false {}
1951 function socket_set_option(Socket $socket, int $level, int $option, $value): bool {}
1957 function socket_setopt(Socket $socket, int $level, int $option, $value): bool {}
/php-src/ext/ftp/
H A Dftp.stub.php68 …function ftp_login(FTP\Connection $ftp, string $username, #[\SensitiveParameter] string $password)…
H A Dphp_ftp.c1229 zend_long option; in PHP_FUNCTION() local
1278 zend_long option; in PHP_FUNCTION() local
/php-src/ext/ldap/
H A Dldap.stub.php627 …function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, #[\Sensitive…
/php-src/ext/pgsql/
H A Dpgsql.c1402 zend_long option = PGSQL_NOTICE_LAST; in PHP_FUNCTION() local
4092 static int php_pgsql_fd_set_option(php_stream *stream, int option, int value, void *ptrparam) /* {{… in php_pgsql_fd_set_option()
5182 zend_ulong option = 0; in PHP_FUNCTION() local
5388 zend_ulong option = PGSQL_DML_EXEC, return_sql; in PHP_FUNCTION() local
5609 zend_ulong option = PGSQL_DML_EXEC; in PHP_FUNCTION() local
5706 zend_ulong option = PGSQL_DML_EXEC; in PHP_FUNCTION() local
5857 zend_ulong option = PGSQL_DML_EXEC; in PHP_FUNCTION() local

Completed in 101 milliseconds

12