Home
last modified time | relevance | path

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

1234

/PHP-5.5/Zend/
H A Dzend_builtin_functions.c2071 long options = 0; in ZEND_FUNCTION() local
2228 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit … in zend_fetch_debug_backtrace()
2402 long options = DEBUG_BACKTRACE_PROVIDE_OBJECT; in ZEND_FUNCTION() local
/PHP-5.5/ext/bz2/
H A Dbz2.c214 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.5/ext/curl/
H A Dinterface.c2893 long options; in PHP_FUNCTION() local
H A Dmulti.c419 long options; in PHP_FUNCTION() local
H A Dshare.c99 long options; in PHP_FUNCTION() local
/PHP-5.5/ext/date/lib/
H A Dparse_date.c25161 void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options) in timelib_fill_holes()
H A Dtimelib.c204 void timelib_dump_date(timelib_time *d, int options) in timelib_dump_date()
/PHP-5.5/ext/date/
H A Dphp_date.c4385 long recurrences = 0, options = 0; 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
/PHP-5.5/ext/ereg/regex/
H A Dmain.c315 options(type, s) in options() function
/PHP-5.5/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.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/filter/
H A Dfilter.c361 static void php_zval_filter(zval **value, long filter, long flags, zval *options, char* charset, ze… in php_zval_filter()
497 static void php_zval_filter_recursive(zval **value, long filter, long flags, zval *options, char *c… in php_zval_filter_recursive()
593 zval *options = NULL; in php_filter_call() local
/PHP-5.5/ext/gd/
H A Dgd.c5284 zval *options = NULL; in PHP_FUNCTION() local
/PHP-5.5/ext/hash/
H A Dhash.c342 long options = 0; in PHP_FUNCTION() local
H A Dphp_hash.h53 long options; member
/PHP-5.5/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.5/ext/intl/converter/
H A Dconverter.c816 zval *options = NULL; in PHP_METHOD() local
/PHP-5.5/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.c209 static inline void json_pretty_print_char(smart_str *buf, int options, char c TSRMLS_DC) /* {{{ */ in json_pretty_print_char()
662 PHP_JSON_API void php_json_decode_ex(zval *return_value, char *str, int str_len, int options, long … in php_json_decode_ex()
777 long options = 0; in PHP_FUNCTION() local
808 long options = 0; in PHP_FUNCTION() local
/PHP-5.5/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
H A Dregcomp.c2631 OnigOptionType options = reg->options; in get_head_value_node() local
3808 OnigOptionType options = reg->options; in setup_tree() local
3938 OnigOptionType options; member
H A Dregint.h736 OnigOptionType options; member

Completed in 301 milliseconds

1234