Home
last modified time | relevance | path

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

12

/php-src/ext/odbc/
H A Dodbc.stub.php376 …function odbc_connect(string $dsn, ?string $user = null, #[\SensitiveParameter] ?string $password …
/php-src/ext/curl/
H A Dcurl.stub.php3596 function curl_multi_setopt(CurlMultiHandle $multi_handle, int $option, mixed $value): bool {}
3603 function curl_getinfo(CurlHandle $handle, ?int $option = null): mixed {}
3646 function curl_setopt(CurlHandle $handle, int $option, mixed $value): bool {}
3655 function curl_share_setopt(CurlShareHandle $share_handle, int $option, mixed $value): bool {}
/php-src/ext/standard/
H A Dbasic_functions.stub.php1987 function get_cfg_var(string $option): string|array|false {}
2021 function ini_get(string $option): string|false {}
2029 function ini_set(string $option, string|int|float|bool|null $value): string|false {}
2032 function ini_alter(string $option, string|int|float|bool|null $value): string|false {}
2034 function ini_restore(string $option): void {}
H A Dbasic_functions.c1936 zval option; local
/php-src/ext/intl/
H A Dphp_intl.stub.php262 function intlcal_set_repeated_wall_time_option(IntlCalendar $calendar, int $option): true {}
264 function intlcal_set_skipped_wall_time_option(IntlCalendar $calendar, int $option): true {}
/php-src/ext/ldap/
H A Dldap.c2962 zend_long option; in PHP_FUNCTION() local
3132 zend_long option; in PHP_FUNCTION() local
/php-src/main/streams/
H A Dstreams.c1424 PHPAPI int _php_stream_set_option(php_stream *stream, int option, int value, void *ptrparam) in _php_stream_set_option()
/php-src/ext/mysqli/
H A Dmysqli_api.c1169 static int mysqli_options_get_option_zval_type(int option) in mysqli_options_get_option_zval_type()
/php-src/main/
H A Dphp_streams.h395 #define php_stream_set_option(stream, option, value, ptrvalue) _php_stream_set_option((stream), (op… argument
/php-src/ext/openssl/
H A Dxp_ssl.c2388 static int php_openssl_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam)… in php_openssl_sockop_set_option()
/php-src/ext/zip/
H A Dphp_zip.c360 zval *option; in php_zip_parse_options() local
/php-src/ext/date/
H A Dphp_date.c5327 char *option = NULL; in PHP_FUNCTION() local

Completed in 103 milliseconds

12