Home
last modified time | relevance | path

Searched defs:options (Results 76 – 100 of 129) sorted by relevance

123456

/php-src/ext/curl/
H A Dmulti.c492 zend_long options; in PHP_FUNCTION() local
/php-src/ext/opcache/jit/
H A Dzend_jit.h110 const char *options; member
/php-src/ext/simplexml/
H A Dsimplexml.c2199 zend_long options = 0; in PHP_FUNCTION() local
2246 zend_long options = 0; in PHP_FUNCTION() local
2299 zend_long options = 0; in PHP_METHOD() local
/php-src/ext/intl/uchar/
H A Duchar.c392 zend_long options = U_FOLD_CASE_DEFAULT; in IC_METHOD() local
/php-src/ext/phar/
H A Dtar.c127 …name, size_t fname_len, char *alias, size_t alias_len, int is_data, uint32_t options, phar_archive… in phar_open_or_create_tar()
H A Dzip.c825 …name, size_t fname_len, char *alias, size_t alias_len, int is_data, uint32_t options, phar_archive… in phar_open_or_create_zip()
/php-src/main/streams/
H A Dmemory.c606 const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_rfc2397()
H A Dxp_socket.c929 const char *persistent_id, int options, int flags, in php_stream_generic_socket_factory()
/php-src/ext/reflection/
H A Dphp_reflection.stub.php156 public function getTrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT): array {}
827 public function getTrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT): array {}
/php-src/ext/hash/
H A Dhash.c616 zend_long options = 0; in PHP_FUNCTION() local
1503 zend_long magic, options; in PHP_METHOD() local
/php-src/ext/pdo/
H A Dphp_pdo_driver.h176 static inline zend_long pdo_attr_lval(zval *options, unsigned option_name, zend_long defval) in pdo_attr_lval()
185 static inline zend_string *pdo_attr_strval(zval *options, unsigned option_name, zend_string *defval) in pdo_attr_strval()
/php-src/ext/date/
H A Dphp_date.stub.php736 … public static function createFromISO8601String(string $specification, int $options = 0): static {}
744 public function __construct($start, $interval = UNKNOWN, $end = UNKNOWN, $options = UNKNOWN) {}
H A Dphp_date.c2409 int options = 0; in php_date_initialize() local
5054 …*dpobj, zend_class_entry* base_ce, char *isostr, size_t isostr_len, zend_long options, zend_long *… in date_period_init_iso8601_string()
5090 static bool date_period_init_finish(php_period_obj *dpobj, zend_long options, zend_long recurrences) in date_period_init_finish()
5116 zend_long recurrences = 0, options = 0; in PHP_METHOD() local
5144 zend_long recurrences = 0, options = 0; in PHP_METHOD() local
/php-src/ext/gmp/
H A Dgmp.c918 int gmp_import_export_validate(zend_long size, zend_long options, int *order, int *endian) in gmp_import_export_validate()
966 zend_long options = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN; in ZEND_FUNCTION() local
994 zend_long options = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN; in ZEND_FUNCTION() local
/php-src/ext/soap/
H A Dphp_http.c1003 char *options = cookie + cookie_len+1; in make_http_soap_request() local
H A Dsoap.c776 zval *options = NULL; in PHP_METHOD() local
1858 zval *options = NULL; local
2384 zval *options = NULL; local
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c1200 static const char *const options[] = FPM_PHP_INI_TO_EXPAND; in fpm_conf_process_all_pools() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h71 #define mysql_refresh(conn, options) mysqlnd_refresh((conn), (options)) argument
/php-src/ext/standard/
H A Dbasic_functions.stub.php2124 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
H A Dproc_open.c240 static pid_t waitpid_cached(php_process_handle *proc, int *wait_status, int options) in waitpid_cached()
/php-src/main/
H A DSAPI.h144 int options; member
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_common.c622 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
719 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
H A DsljitNativeARM_64.c1054 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter()
1229 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3350 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_dfa_match()
/php-src/ext/intl/converter/
H A Dconverter.c730 zval *options = NULL; in PHP_METHOD() local

Completed in 149 milliseconds

123456