Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 94) sorted by path

1234

/PHP-5.4/Zend/
H A Dzend_builtin_functions.c2086 long options = 0; in ZEND_FUNCTION() local
2243 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit … in zend_fetch_debug_backtrace()
2417 long options = DEBUG_BACKTRACE_PROVIDE_OBJECT; in ZEND_FUNCTION() local
/PHP-5.4/ext/bz2/
H A Dbz2.c210 int options, in _php_stream_bz2open()
H A Dphp_bz2.h54 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
/PHP-5.4/ext/curl/
H A Dinterface.c2260 long options; in PHP_FUNCTION() local
H A Dstreams.c270 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_curl_stream_opener()
/PHP-5.4/ext/date/lib/
H A Dparse_date.c25221 void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options) in timelib_fill_holes()
H A Dtimelib.c202 void timelib_dump_date(timelib_time *d, int options) in timelib_dump_date()
/PHP-5.4/ext/date/
H A Dphp_date.c3893 long recurrences = 0, options = 0; in PHP_METHOD() local
/PHP-5.4/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
2178 long options = 0; in dom_load_html() local
/PHP-5.4/ext/ereg/regex/
H A Dmain.c315 options(type, s) in options() function
/PHP-5.4/ext/fileinfo/
H A Dfileinfo.c47 long options; member
179 #define FINFO_SET_OPTION(magic, options) \ argument
292 long options = MAGIC_NONE; local
383 long options; local
413 long options = 0; local
/PHP-5.4/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.4/ext/filter/
H A Dfilter.c359 static void php_zval_filter(zval **value, long filter, long flags, zval *options, char* charset, ze… in php_zval_filter()
495 static void php_zval_filter_recursive(zval **value, long filter, long flags, zval *options, char *c… in php_zval_filter_recursive()
591 zval *options = NULL; in php_filter_call() local
/PHP-5.4/ext/hash/
H A Dhash.c329 long options = 0; in PHP_FUNCTION() local
H A Dphp_hash.h53 long options; member
/PHP-5.4/ext/imap/
H A Dphp_imap.c1271 long options = 0, retries = 0; in PHP_FUNCTION() local
1593 long options = 0, flags = NIL; in PHP_FUNCTION() local
1724 long options = 0; in PHP_FUNCTION() local
1750 long options = 0; in PHP_FUNCTION() local
/PHP-5.4/ext/json/
H A DJSON_parser.c294 static void json_create_zval(zval **z, smart_str *buf, int type, int options) in json_create_zval()
H A Djson.c198 static inline void json_pretty_print_char(smart_str *buf, int options, char c TSRMLS_DC) /* {{{ */ in json_pretty_print_char()
655 PHP_JSON_API void php_json_decode_ex(zval *return_value, char *str, int str_len, int options, long … in php_json_decode_ex()
770 long options = 0; in PHP_FUNCTION() local
794 long options = 0; in PHP_FUNCTION() local
/PHP-5.4/ext/mbstring/oniguruma/
H A Donigposix.h120 OnigOptionType options; /* default option */ member
H A Doniguruma.h479 #define ONIG_OPTION_ON(options,regopt) ((options) |= (regopt)) argument
480 #define ONIG_OPTION_OFF(options,regopt) ((options) &= ~(regopt)) argument
481 #define ONIG_IS_OPTION_ON(options,option) ((options) & (option)) argument
488 OnigOptionType options; /* default option */ member
759 OnigOptionType options; member
H A Dregcomp.c2642 OnigOptionType options = reg->options; in get_head_value_node() local
3597 OnigOptionType options = reg->options; in setup_tree() local
3727 OnigOptionType options; member
H A Dregexec.c371 OnigOptionType options; member
H A Dregposix.c138 OnigOptionType options; in regcomp() local
172 OnigOptionType options; in regexec() local
H A Dregsyntax.c178 onig_set_syntax_options(OnigSyntaxType* syntax, OnigOptionType options) in onig_set_syntax_options()
/PHP-5.4/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()
1419 static void _php_mb_regex_set_options(OnigOptionType options, OnigSyntaxType *syntax, OnigOptionTyp… in _php_mb_regex_set_options()

Completed in 180 milliseconds

1234