Home
last modified time | relevance | path

Searched defs:options (Results 51 – 75 of 110) sorted by relevance

12345

/PHP-7.0/ext/standard/
H A Dphp_fopen_wrapper.c178 …p_stream_url_wrap_php(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_stream_url_wrap_php()
/PHP-7.0/ext/mbstring/oniguruma/
H A Donigposix.h120 OnigOptionType options; /* default option */ member
H A Doniguruma.h394 #define ONIG_OPTION_ON(options,regopt) ((options) |= (regopt)) argument
395 #define ONIG_OPTION_OFF(options,regopt) ((options) &= ~(regopt)) argument
396 #define ONIG_IS_OPTION_ON(options,option) ((options) & (option)) argument
403 OnigOptionType options; /* default option */ member
676 OnigOptionType options; member
/PHP-7.0/ext/curl/
H A Dmulti.c449 zend_long options; in PHP_FUNCTION() local
/PHP-7.0/main/streams/
H A Dcast.c345 PHPAPI FILE * _php_stream_open_wrapper_as_file(char *path, char *mode, int options, zend_string **o… in _php_stream_open_wrapper_as_file()
H A Dtransports.c52 PHPAPI php_stream *_php_stream_xport_create(const char *name, size_t namelen, int options, in _php_stream_xport_create()
H A Dphp_stream_transport.h57 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… argument
H A Dxp_socket.c867 const char *persistent_id, int options, int flags, in php_stream_generic_socket_factory()
H A Dmemory.c627 const char *mode, int options, zend_string **opened_path, in php_stream_url_wrap_rfc2397()
/PHP-7.0/ext/pdo/
H A Dpdo_dbh.c208 zval *options = NULL; in PHP_METHOD() local
474 zval *options = NULL, *opt, *item, ctor_args; in PHP_METHOD() local
H A Dphp_pdo_driver.h197 static inline zend_long pdo_attr_lval(zval *options, enum pdo_attribute_type option_name, zend_long… in pdo_attr_lval()
206 static inline zend_string *pdo_attr_strval(zval *options, enum pdo_attribute_type option_name, zend… in pdo_attr_strval()
/PHP-7.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c1808 convert_libmagic_pattern(zval *pattern, char *val, int len, int options) in convert_libmagic_pattern()
2003 int options = 0; in magiccheck() local
/PHP-7.0/ext/bz2/
H A Dbz2.c244 int options, in _php_stream_bz2open()
/PHP-7.0/Zend/
H A Dzend_builtin_functions.c2314 zend_long options = 0; in ZEND_FUNCTION() local
2499 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit)… in zend_fetch_debug_backtrace()
2710 zend_long options = DEBUG_BACKTRACE_PROVIDE_OBJECT; in ZEND_FUNCTION() local
/PHP-7.0/ext/xmlreader/
H A Dphp_xmlreader.c855 zend_long options = 0; in PHP_METHOD() local
1039 zend_long options = 0; in PHP_METHOD() local
/PHP-7.0/ext/simplexml/
H A Dsimplexml.c2218 zend_long options = 0; in PHP_FUNCTION() local
2264 zend_long options = 0; in PHP_FUNCTION() local
2316 zend_long options = 0; in SXE_METHOD() local
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd.c442 const MYSQLND_OPTIONS * const options, in mysqlnd_switch_to_ssl_if_needed()
565 const MYSQLND_OPTIONS * const options, in mysqlnd_run_authentication()
697 const MYSQLND_OPTIONS * const options, in mysqlnd_connect_run_authentication()
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitNativeSPARC_common.c422 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_emit_enter()
446 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_set_context()
/PHP-7.0/ext/gmp/
H A Dgmp.c1053 int gmp_import_export_validate(zend_long size, zend_long options, int *order, int *endian) in gmp_import_export_validate()
1102 zend_long options = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN; in ZEND_FUNCTION() local
1132 zend_long options = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN; in ZEND_FUNCTION() local
/PHP-7.0/ext/phar/
H A Dtar.c127 …r(char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_d… in phar_open_or_create_tar()
H A Dzip.c744 …p(char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_d… in phar_open_or_create_zip()
/PHP-7.0/ext/imap/
H A Dphp_imap.c1285 zend_long options = 0, retries = 0; in PHP_FUNCTION() local
1627 zend_long options = 0, flags = NIL; in PHP_FUNCTION() local
1764 zend_long options = 0; in PHP_FUNCTION() local
1791 zend_long options = 0; in PHP_FUNCTION() local
/PHP-7.0/ext/soap/
H A Dphp_http.c984 char *options = cookie + cookie_len+1; in make_http_soap_request() local
/PHP-7.0/ext/intl/uchar/
H A Duchar.c428 zend_long options = U_FOLD_CASE_DEFAULT; in IC_METHOD() local
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_conf.c1075 char *options[] = FPM_PHP_INI_TO_EXPAND; in fpm_conf_process_all_pools() local

Completed in 129 milliseconds

12345