Home
last modified time | relevance | path

Searched defs:options (Results 26 – 50 of 98) sorted by relevance

1234

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregsyntax.c257 onig_set_syntax_options(OnigSyntaxType* syntax, OnigOptionType options) in onig_set_syntax_options()
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-5.5/ext/mbstring/
H A Dphp_mbregex.c448 …_t *php_mbregex_compile_pattern(const char *pattern, int patlen, OnigOptionType options, OnigEncod… in php_mbregex_compile_pattern()
698 OnigOptionType options; in _php_mb_regex_ereg_exec() local
787 static void _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAMETERS, OnigOptionType options, i… in _php_mb_regex_ereg_replace_exec()
1418 static void _php_mb_regex_set_options(OnigOptionType options, OnigSyntaxType *syntax, OnigOptionTyp… in _php_mb_regex_set_options()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c1006 int bracount, int options, BOOL isclass) in check_escape()
4201 add_to_class(pcre_uint8 *classbits, pcre_uchar **uchardptr, int options, in add_to_class()
4365 add_list_to_class(pcre_uint8 *classbits, pcre_uchar **uchardptr, int options, in add_list_to_class()
4404 int options, compile_data *cd, const pcre_uint32 *p) in add_not_list_to_class()
4468 int options = *optionsptr; /* May change dynamically */ in compile_branch() local
8243 compile_regex(int options, pcre_uchar **codeptr, const pcre_uchar **ptrptr, in compile_regex()
8960 pcre_compile(const char *pattern, int options, const char **errorptr, in pcre_compile()
8984 pcre_compile2(const char *pattern, int options, int *errorcodeptr, in pcre_compile2()
/PHP-5.5/ext/tidy/
H A Dtidy.c1220 zval **options = NULL; in PHP_FUNCTION() local
1277 zval **options = NULL; in PHP_FUNCTION() local
1590 zval **options = NULL; in TIDY_DOC_METHOD() local
1622 zval **options = NULL; in TIDY_DOC_METHOD() local
1654 zval **options = NULL; in TIDY_DOC_METHOD() local
/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c109 php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, char *path, char *mode, int options, in php_stream_gzopen()
/PHP-5.5/ext/hash/
H A Dphp_hash.h53 long options; member
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c1039 zval *options = NULL, *zcontext = NULL, *zvalue = NULL; in PHP_FUNCTION() local
1096 zval *zcontext, *options; in PHP_FUNCTION() local
1148 zval *options = NULL; in PHP_FUNCTION() local
1170 zval *options = NULL, *params = NULL; in PHP_FUNCTION() local
H A Dphp_fopen_wrapper.c160 …ream_url_wrap_php(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_… in php_stream_url_wrap_php()
/PHP-5.5/ext/pcntl/
H A Dpcntl.c572 long pid, options = 0; in PHP_FUNCTION() local
600 long options = 0; in PHP_FUNCTION() local
/PHP-5.5/ext/phar/
H A Dphar.c529 …r(char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_d…
1240 …e(char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_d…
1317 …e(char *fname, int fname_len, char *alias, int alias_len, int is_data, int options, phar_archive_d…
1471 int phar_open_from_filename(char *fname, int fname_len, char *alias, int alias_len, int options, ph…
1562 …hp_stream* fp, char *fname, int fname_len, char *alias, int alias_len, int options, phar_archive_d…
/PHP-5.5/ext/date/lib/
H A Dtimelib.c204 void timelib_dump_date(timelib_time *d, int options) in timelib_dump_date()
/PHP-5.5/
H A Dserver-tests.php246 public $options = array(); variable in HTTPRequest
271 function HTTPRequest($URL, $headers=array(), $options=array(), $postdata=NULL)
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitLir.c557 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in set_emit_enter()
574 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in set_set_context()
926 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in check_sljit_emit_enter()
952 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in check_sljit_set_context()
1761 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_emit_enter()
1777 sljit_si options, sljit_si args, sljit_si scratches, sljit_si saveds, in sljit_set_context()
/PHP-5.5/ext/zip/
H A Dzip_stream.c240 int options, in php_stream_zip_opener()
/PHP-5.5/main/streams/
H A Dglob_wrapper.c210 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_glob_stream_opener()
H A Dphp_stream_context.h55 zval *options; /* hash keyed by wrapper family or specific wrapper */ member
H A Dstreams.c1892 PHPAPI int _php_stream_mkdir(char *path, int mode, int options, php_stream_context *context TSRMLS_…
1907 PHPAPI int _php_stream_rmdir(char *path, int options, php_stream_context *context TSRMLS_DC)
1970 PHPAPI php_stream *_php_stream_opendir(char *path, int options,
2019 PHPAPI php_stream *_php_stream_open_wrapper_ex(char *path, char *mode, int options,
H A Dcast.c354 PHPAPI FILE * _php_stream_open_wrapper_as_file(char *path, char *mode, int options, char **opened_p… in _php_stream_open_wrapper_as_file()
/PHP-5.5/ext/ereg/regex/
H A Dmain.c315 options(type, s) in options() function
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c1853 convert_libmagic_pattern(zval *pattern, int options) in convert_libmagic_pattern()
2048 int options = 0; in magiccheck() local
/PHP-5.5/ext/curl/
H A Dmulti.c419 long options; in PHP_FUNCTION() local
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c212 zval *options = NULL; in PHP_METHOD() local
517 zval *options = NULL, **opt, **item, *ctor_args; in PHP_METHOD() local
/PHP-5.5/ext/dom/
H A Ddocument.c1680 long options = 0; in dom_parse_document() local
1762 long options = 0; in PHP_FUNCTION() local
1808 long options = 0; in PHP_FUNCTION() local
2186 long options = 0; in dom_load_html() local

Completed in 165 milliseconds

1234