Home
last modified time | relevance | path

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

12345

/PHP-7.4/Zend/
H A Dzend_builtin_functions.c2222 zend_long options = 0; in ZEND_FUNCTION() local
2399 ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_last, int options, int limit)… in zend_fetch_debug_backtrace()
2610 zend_long options = DEBUG_BACKTRACE_PROVIDE_OBJECT; in ZEND_FUNCTION() local
/PHP-7.4/ext/bz2/
H A Dbz2.c249 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.4/ext/curl/
H A Dinterface.c3147 zend_long options; in PHP_FUNCTION() local
H A Dmulti.c622 zend_long options; in PHP_FUNCTION() local
H A Dshare.c99 zend_long options; in PHP_FUNCTION() local
/PHP-7.4/ext/date/lib/
H A Dparse_date.c25546 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.4/ext/date/
H A Dphp_date.c4681 zend_long recurrences = 0, options = 0; in PHP_METHOD() local
/PHP-7.4/ext/dom/
H A Ddocument.c1372 … dom_document_parser(zval *id, int mode, char *source, size_t source_len, size_t options) /* {{{ */ in dom_document_parser()
1501 zend_long options = 0; in dom_parse_document() local
1592 zend_long options = 0; in PHP_FUNCTION() local
1639 zend_long options = 0; in PHP_FUNCTION() local
2027 zend_long options = 0; in dom_load_html() local
/PHP-7.4/ext/
H A Dext_skel.php387 $options = process_args($argv, $argc); variable
/PHP-7.4/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.4/ext/fileinfo/libmagic/
H A Dapprentice.c2594 int options = 0; in getvalue() local
H A Dsoftmagic.c1908 convert_libmagic_pattern(zval *pattern, char *val, size_t len, uint32_t options) in convert_libmagic_pattern()
2141 uint32_t options = 0; in magiccheck() local
/PHP-7.4/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()
501 static void php_zval_filter_recursive(zval *value, zend_long filter, zend_long flags, zval *options in php_zval_filter_recursive()
598 zval *options = NULL; in php_filter_call() local
/PHP-7.4/ext/gd/
H A Dgd.c5020 zval *options = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/gmp/
H A Dgmp.c1044 int gmp_import_export_validate(zend_long size, zend_long options, int *order, int *endian) in gmp_import_export_validate()
1093 zend_long options = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN; in ZEND_FUNCTION() local
1123 zend_long options = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN; in ZEND_FUNCTION() local
/PHP-7.4/ext/hash/
H A Dhash.c349 zend_long options = 0; in PHP_FUNCTION() local
H A Dphp_hash.h53 zend_long options; member
/PHP-7.4/ext/imap/
H A Dphp_imap.c1297 zend_long options = 0, retries = 0; in PHP_FUNCTION() local
1638 zend_long options = 0, flags = NIL; in PHP_FUNCTION() local
1775 zend_long options = 0; in PHP_FUNCTION() local
1802 zend_long options = 0; in PHP_FUNCTION() local
/PHP-7.4/ext/intl/converter/
H A Dconverter.c793 zval *options = NULL; in PHP_METHOD() local
/PHP-7.4/ext/intl/uchar/
H A Duchar.c438 zend_long options = U_FOLD_CASE_DEFAULT; in IC_METHOD() local
/PHP-7.4/ext/json/
H A Djson.c193 PHP_JSON_API int php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth) /* {{{… in php_json_encode_ex()
208 PHP_JSON_API int php_json_encode(smart_str *buf, zval *val, int options) /* {{{ */ in php_json_encode()
245 …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()
273 zend_long options = 0; in PHP_FUNCTION() local
318 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()
259 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.y310 int options, in php_json_parser_init_ex()
326 int options, in php_json_parser_init()

Completed in 246 milliseconds

12345