Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/odbc/
H A Dodbc.stub.php126 function odbc_setoption($odbc, int $which, int $option, int $value): bool {}
/PHP-8.0/ext/pspell/
H A Dpspell.c649 static void pspell_config_path(INTERNAL_FUNCTION_PARAMETERS, char *option) in pspell_config_path()
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php288 function get_cfg_var(string $option): string|array|false {}
315 function ini_get(string $option): string|false {}
319 function ini_set(string $option, string $value): string|false {}
322 function ini_alter(string $option, string $value): string|false {}
324 function ini_restore(string $option): void {}
533 function assert_options(int $option, mixed $value = UNKNOWN): mixed {}
H A Dbasic_functions.c2039 zval option; local
/PHP-8.0/ext/intl/
H A Dphp_intl.stub.php92 function intlcal_set_repeated_wall_time_option(IntlCalendar $calendar, int $option): bool {}
94 function intlcal_set_skipped_wall_time_option(IntlCalendar $calendar, int $option): bool {}
/PHP-8.0/ext/ldap/
H A Dldap.c2954 zend_long option; in PHP_FUNCTION() local
3122 zend_long option; in PHP_FUNCTION() local
/PHP-8.0/main/streams/
H A Dstreams.c1370 PHPAPI int _php_stream_set_option(php_stream *stream, int option, int value, void *ptrparam) in _php_stream_set_option()
/PHP-8.0/main/
H A Dphp_streams.h377 #define php_stream_set_option(stream, option, value, ptrvalue) _php_stream_set_option((stream), (op… argument
/PHP-8.0/ext/mysqli/
H A Dmysqli_api.c1624 static int mysqli_options_get_option_zval_type(int option)
/PHP-8.0/ext/openssl/
H A Dxp_ssl.c2327 static int php_openssl_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam)… in php_openssl_sockop_set_option()
/PHP-8.0/ext/zip/
H A Dphp_zip.c345 zval *option; in php_zip_parse_options() local
/PHP-8.0/ext/date/
H A Dphp_date.c4407 char *option = NULL; in PHP_FUNCTION() local

Completed in 165 milliseconds

12