/PHP-7.3/ext/json/ |
H A D | json_encoder.c | 72 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 D | json.c | 194 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 D | json_parser.y | 329 int options, in php_json_parser_init_ex() 345 int options, in php_json_parser_init()
|
H A D | php_json_scanner.h | 38 int options; /* options */ member
|
/PHP-7.3/ext/fileinfo/ |
H A D | fileinfo.c | 42 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/standard/ |
H A D | ftp_fopen_wrapper.c | 131 …php_ftp_fopen_connect(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_ftp_fopen_connect() 414 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_url_wrap_ftp() 693 …hp_stream_ftp_opendir(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, in php_stream_ftp_opendir() 909 static int php_stream_ftp_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_stream_ftp_unlink() 959 …php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_con… in php_stream_ftp_rename() 1038 static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, int options… in php_stream_ftp_mkdir() 1131 static int php_stream_ftp_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stre… in php_stream_ftp_rmdir()
|
H A D | password.c | 188 zval options; in PHP_FUNCTION() local 244 HashTable *options = 0; in PHP_FUNCTION() local 376 …d_string* php_password_get_salt(zval *return_value, size_t required_salt_len, HashTable *options) { in php_password_get_salt() 448 HashTable *options = NULL; in PHP_FUNCTION() local
|
/PHP-7.3/ext/zip/examples/ |
H A D | addglob.php | 7 $options = array( variable
|
H A D | addpattern.php | 6 $options = array('remove_path' => '/home/pierre/cvs/gd/libgd/tests', variable
|
/PHP-7.3/ext/phar/ |
H A D | stream.c | 60 …rse_url(php_stream_wrapper *wrapper, const char *filename, const char *mode, int options) /* {{{ */ in phar_parse_url() 161 …n_url(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **… in phar_wrapper_open_url() 662 static int phar_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea… in phar_wrapper_unlink() 736 …php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_con… in phar_wrapper_rename()
|
H A D | dirstream.c | 304 …n_dir(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **… in phar_wrapper_open_dir() 412 int phar_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url_from, int mode, int options, ph… in phar_wrapper_mkdir() 544 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_contex… in phar_wrapper_rmdir()
|
/PHP-7.3/ext/xmlrpc/libxmlrpc/ |
H A D | xml_element.c | 373 …(*fptr)(void *data, const char *text, int size), void *data, XML_ELEM_OUTPUT_OPTIONS options, int … in xml_element_serialize() 534 char* xml_elem_serialize_to_string(xml_element *el, XML_ELEM_OUTPUT_OPTIONS options, int *buf_len) in xml_elem_serialize_to_string() 568 void xml_elem_serialize_to_stream(xml_element *el, FILE *output, XML_ELEM_OUTPUT_OPTIONS options) in xml_elem_serialize_to_stream() 684 xml_element* xml_elem_parse_buf(const char* in_buf, int len, XML_ELEM_INPUT_OPTIONS options, XML_EL… in xml_elem_parse_buf()
|
H A D | xmlrpc.c | 2605 static STRUCT_XMLRPC_OPTIONS options = { in XMLRPC_GetDefaultOptions() local 2631 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_GetDefaultIdCase() local 2656 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_SetDefaultIdCase() local 2682 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_GetDefaultIdCaseComparison() local 2707 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_SetDefaultIdCaseComparison() local
|
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_match.c | 87 PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, in pcre2_jit_match()
|
/PHP-7.3/main/streams/ |
H A D | userspace.c | 330 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in user_wrapper_opener() 425 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in user_wrapper_opendir() 1094 static int user_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea… in user_wrapper_unlink() 1138 int options, php_stream_context *context) in user_wrapper_rename() 1184 int options, php_stream_context *context) in user_wrapper_mkdir() 1232 int options, php_stream_context *context) in user_wrapper_rmdir()
|
H A D | plain_wrapper.c | 976 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_dir_opener() 1111 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_stream_opener() 1144 static int php_plain_files_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_st… in php_plain_files_unlink() 1170 …php_stream_wrapper *wrapper, const char *url_from, const char *url_to, int options, php_stream_con… in php_plain_files_rename() 1271 …in_files_mkdir(php_stream_wrapper *wrapper, const char *dir, int mode, int options, php_stream_con… in php_plain_files_mkdir() 1356 static int php_plain_files_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_plain_files_rmdir()
|
H A D | php_stream_plain_wrapper.h | 53 #define php_stream_open_wrapper_as_file(path, mode, options, opened_path) _php_stream_open_wrapper_… argument
|
/PHP-7.3/main/ |
H A D | php_streams.h | 66 #define php_stream_fopen_rel(filename, mode, opened, options) _php_stream_fopen((filename), (mode),… argument 68 #define php_stream_fopen_with_path_rel(filename, mode, path, opened, options) _php_stream_fopen_wit… argument 79 #define php_stream_open_wrapper_rel(path, mode, options, opened) _php_stream_open_wrapper_ex((path)… argument 80 #define php_stream_open_wrapper_ex_rel(path, mode, options, opened, context) _php_stream_open_wrapp… argument 353 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument 356 #define php_stream_rmdir(path, options, context) _php_stream_rmdir(path, options, context) argument 359 #define php_stream_opendir(path, options, context) _php_stream_opendir((path), (options), (context)… argument 570 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m… argument 571 #define php_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_e… argument
|
/PHP-7.3/ext/ |
H A D | ext_skel.php | 324 $options = process_args($argv, $argc); variable
|
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | regposix.c | 150 OnigOptionType options; in regcomp() local 186 OnigOptionType options; in regexec() local
|
/PHP-7.3/ext/filter/ |
H A D | filter.c | 376 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/bz2/ |
H A D | php_bz2.h | 55 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
|
/PHP-7.3/ext/tidy/ |
H A D | tidy.c | 1233 zval *options = NULL; in PHP_FUNCTION() local 1294 zval *options = NULL; in PHP_FUNCTION() local 1614 zval *options = NULL; in TIDY_DOC_METHOD() local 1651 zval *options = NULL; in TIDY_DOC_METHOD() local 1689 zval *options = NULL; in TIDY_DOC_METHOD() local
|
/PHP-7.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_32.c | 67 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() 243 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
|
H A D | sljitNativeX86_64.c | 76 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() 225 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context()
|