Home
last modified time | relevance | path

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

12345

/PHP-7.3/Zend/
H A Dzend_builtin_functions.c2262 zend_long options = 0; in ZEND_FUNCTION() local
2447 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit)… in zend_fetch_debug_backtrace()
2666 zend_long options = DEBUG_BACKTRACE_PROVIDE_OBJECT; in ZEND_FUNCTION() local
/PHP-7.3/ext/bz2/
H A Dbz2.c242 int options, in _php_stream_bz2open()
H A Dphp_bz2.h55 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
/PHP-7.3/ext/curl/
H A Dinterface.c3079 zend_long options; in PHP_FUNCTION() local
H A Dmulti.c615 zend_long options; in PHP_FUNCTION() local
H A Dshare.c102 zend_long options; in PHP_FUNCTION() local
/PHP-7.3/ext/date/lib/
H A Dparse_date.c22751 void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options) in timelib_fill_holes()
H A Dtimelib.c280 void timelib_dump_date(timelib_time *d, int options) in timelib_dump_date()
/PHP-7.3/ext/date/
H A Dphp_date.c4610 zend_long recurrences = 0, options = 0; in PHP_METHOD() local
/PHP-7.3/ext/dom/
H A Ddocument.c1350 … dom_document_parser(zval *id, int mode, char *source, size_t source_len, size_t options) /* {{{ */ in dom_document_parser()
1479 zend_long options = 0; in dom_parse_document() local
1570 zend_long options = 0; in PHP_FUNCTION() local
1616 zend_long options = 0; in PHP_FUNCTION() local
2001 zend_long options = 0; in dom_load_html() local
/PHP-7.3/ext/
H A Dext_skel.php324 $options = process_args($argv, $argc); variable
/PHP-7.3/ext/fileinfo/
H A Dfileinfo.c42 zend_long options; member
172 #define FINFO_SET_OPTION(magic, options) \ argument
289 zend_long options = MAGIC_NONE; in PHP_FUNCTION() local
403 zend_long options; in PHP_FUNCTION() local
435 zend_long options = 0; in _php_finfo_get_type() local
/PHP-7.3/ext/fileinfo/libmagic/
H A Dapprentice.c2571 int options = 0; in getvalue() local
H A Dsoftmagic.c1811 convert_libmagic_pattern(zval *pattern, char *val, size_t len, uint32_t options) in convert_libmagic_pattern()
2006 uint32_t options = 0; in magiccheck() local
/PHP-7.3/ext/filter/
H A Dfilter.c376 static void php_zval_filter(zval *value, zend_long filter, zend_long flags, zval *options, char* ch… in php_zval_filter()
502 static void php_zval_filter_recursive(zval *value, zend_long filter, zend_long flags, zval *options in php_zval_filter_recursive()
594 zval *options = NULL; in php_filter_call() local
/PHP-7.3/ext/gd/
H A Dgd.c4898 zval *options = NULL; in PHP_FUNCTION() local
/PHP-7.3/ext/gmp/
H A Dgmp.c1063 int gmp_import_export_validate(zend_long size, zend_long options, int *order, int *endian) in gmp_import_export_validate()
1112 zend_long options = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN; in ZEND_FUNCTION() local
1142 zend_long options = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN; in ZEND_FUNCTION() local
/PHP-7.3/ext/hash/
H A Dhash.c334 zend_long options = 0; in php_hashcontext_ctor() local
H A Dphp_hash.h53 zend_long options; member
/PHP-7.3/ext/imap/
H A Dphp_imap.c1285 zend_long options = 0, retries = 0; in PHP_FUNCTION() local
1626 zend_long options = 0, flags = NIL; in PHP_FUNCTION() local
1763 zend_long options = 0; in PHP_FUNCTION() local
1790 zend_long options = 0; in PHP_FUNCTION() local
/PHP-7.3/ext/intl/converter/
H A Dconverter.c790 zval *options = NULL; in PHP_METHOD() local
/PHP-7.3/ext/intl/uchar/
H A Duchar.c440 zend_long options = U_FOLD_CASE_DEFAULT; in IC_METHOD() local
/PHP-7.3/ext/json/
H A Djson.c194 PHP_JSON_API int php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth) /* {{{… in php_json_encode_ex()
209 PHP_JSON_API int php_json_encode(smart_str *buf, zval *val, int options) /* {{{ */ in php_json_encode()
246 …t php_json_decode_ex(zval *return_value, char *str, size_t str_len, zend_long options, zend_long d… in php_json_decode_ex()
274 zend_long options = 0; in PHP_FUNCTION() local
319 zend_long options = 0; in PHP_FUNCTION() local
H A Djson_encoder.c72 static inline void php_json_pretty_print_char(smart_str *buf, int options, char c) /* {{{ */ in php_json_pretty_print_char()
80 static inline void php_json_pretty_print_indent(smart_str *buf, int options, php_json_encoder *enco… in php_json_pretty_print_indent()
100 static inline void php_json_encode_double(smart_str *buf, double d, int options) /* {{{ */ in php_json_encode_double()
130 static int php_json_encode_array(smart_str *buf, zval *val, int options, php_json_encoder *encoder)… in php_json_encode_array()
254 int options, php_json_encoder *encoder) /* {{{ */ in php_json_escape_string()
471 static int php_json_encode_serializable_object(smart_str *buf, zval *val, int options, php_json_enc… in php_json_encode_serializable_object()
533 int php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder) /* {{{ … in php_json_encode_zval()
H A Djson_parser.tab.c1937 int options, in php_json_parser_init_ex()
1953 int options, in php_json_parser_init()

Completed in 152 milliseconds

12345