Home
last modified time | relevance | path

Searched defs:type (Results 176 – 200 of 213) sorted by last modified time

123456789

/PHP-5.5/ext/dba/
H A Ddba_db3.c59 DBTYPE type; in DBA_OPEN_FUNC() local
H A Ddba_db4.c77 DBTYPE type; local
/PHP-5.5/ext/date/
H A Dphp_date.c2563 int type = TIMELIB_ZONETYPE_ID, new_dst = 0; in php_date_initialize() local
4007 zval *date_interval_read_property(zval *object, zval *member, int type, const zend_literal *key TSR… in date_interval_read_property()
5003 static zval *date_period_read_property(zval *object, zval *member, int type, const zend_literal *ke… in date_period_read_property()
H A Dphp_date.h138 int type; member
/PHP-5.5/ext/date/lib/
H A Dtimelib_structs.h127 ttinfo *type; member
136 unsigned int type; member
206 int type; member
H A Dparse_date.c163 int type; member
/PHP-5.5/ext/curl/
H A Dinterface.c1678 static int curl_debug(CURL *cp, curl_infotype type, char *buf, size_t buf_len, void *ctx) /* {{{ */ in curl_debug()
2380 int type; in _php_curl_setopt() local
2621 char *type = NULL, *filename = NULL; in _php_curl_setopt() local
2665 char *type, *filename; in _php_curl_setopt() local
3168 int type = CURLINFO_TYPEMASK & option; in PHP_FUNCTION() local
/PHP-5.5/ext/com_dotnet/
H A Dcom_saproxy.c74 static zval *saproxy_property_read(zval *object, zval *member, int type, const zend_literal *key TS… in saproxy_property_read()
H A Dcom_handlers.c32 static zval *com_property_read(zval *object, zval *member, int type, const zend_literal *key TSRMLS… in com_property_read()
/PHP-5.5/Zend/
H A Dzend_vm_execute.h3325 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_CONST_CONST(int type, ZEND_OPCODE_HANDL… in zend_fetch_var_address_helper_SPEC_CONST_CONST()
5198 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_CONST_VAR(int type, ZEND_OPCODE_HANDLER… in zend_fetch_var_address_helper_SPEC_CONST_VAR()
8688 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_TMP_CONST(int type, ZEND_OPCODE_HANDLER… in zend_fetch_var_address_helper_SPEC_TMP_CONST()
10428 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_TMP_VAR(int type, ZEND_OPCODE_HANDLER_A… in zend_fetch_var_address_helper_SPEC_TMP_VAR()
11175 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_TMP_UNUSED(int type, ZEND_OPCODE_HANDLE… in zend_fetch_var_address_helper_SPEC_TMP_UNUSED()
14579 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_VAR_CONST(int type, ZEND_OPCODE_HANDLER… in zend_fetch_var_address_helper_SPEC_VAR_CONST()
19198 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_VAR_VAR(int type, ZEND_OPCODE_HANDLER_A… in zend_fetch_var_address_helper_SPEC_VAR_VAR()
21191 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_VAR_UNUSED(int type, ZEND_OPCODE_HANDLE… in zend_fetch_var_address_helper_SPEC_VAR_UNUSED()
32113 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_CV_CONST(int type, ZEND_OPCODE_HANDLER_… in zend_fetch_var_address_helper_SPEC_CV_CONST()
36363 static int ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_CV_VAR(int type, ZEND_OPCODE_HANDLER_AR… in zend_fetch_var_address_helper_SPEC_CV_VAR()
[all …]
H A Dzend_stack.c119 ZEND_API void zend_stack_apply(zend_stack *stack, int type, int (*apply_function)(void *element)) in zend_stack_apply()
142 ZEND_API void zend_stack_apply_with_argument(zend_stack *stack, int type, int (*apply_function)(voi… in zend_stack_apply_with_argument()
H A Dzend_stream.h63 zend_stream_type type; member
H A Dzend_operators.h136 zend_uchar type; local
387 #define convert_to_explicit_type(pzv, type) \ argument
H A Dzend_object_handlers.c422 zval *zend_std_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_D… in zend_std_read_property()
717 static zval **zend_std_get_property_ptr_ptr(zval *object, zval *member, int type, const zend_litera… in zend_std_get_property_ptr_ptr()
H A Dzend_opcode.c51 void init_op_array(zend_op_array *op_array, zend_uchar type, int initial_ops_size TSRMLS_DC) in init_op_array()
H A Dzend_language_scanner.l612 zend_op_array *compile_filename(int type, zval *filename TSRMLS_DC) in compile_filename()
H A Dzend_list.h35 int type; member
55 unsigned char type; member
80 #define zend_list_find(id, type) _zend_list_find(id, type TSRMLS_CC) argument
H A Dzend_modules.h98 unsigned char type; member
122 unsigned char type; /* dependency type */ member
H A Dzend_language_scanner.c614 zend_op_array *compile_filename(int type, zval *filename TSRMLS_DC) in compile_filename()
H A Dzend_ini_scanner.l140 #define RETURN_TOKEN(type, str, len) { \ argument
H A Dzend_ini.c331 …yer(char *name, uint name_length, void (*displayer)(zend_ini_entry *ini_entry, int type)) /* {{{ */ in zend_ini_register_displayer()
422 static void zend_ini_displayer_cb(zend_ini_entry *ini_entry, int type) /* {{{ */ in zend_ini_displayer_cb()
H A Dzend_ini_parser.y52 static void zend_ini_do_op(char type, zval *result, zval *op1, zval *op2) in zend_ini_do_op()
H A Dzend_ini_scanner.c142 #define RETURN_TOKEN(type, str, len) { \ argument
H A Dzend_exceptions.c223 #define CHECK_EXC_TYPE(name, type) \ argument
874 static void zend_error_va(int type, const char *file, uint lineno, const char *format, ...) /* {{{ … in zend_error_va()
H A Dzend_execute.c53 #define get_zval_ptr(op_type, node, ex, should_free, type) _get_zval_ptr(op_type, node, ex, should_… argument
54 #define get_zval_ptr_ptr(op_type, node, ex, should_free, type) _get_zval_ptr_ptr(op_type, node, ex,… argument
55 #define get_obj_zval_ptr(op_type, node, ex, should_free, type) _get_obj_zval_ptr(op_type, node, ex,… argument
56 #define get_obj_zval_ptr_ptr(op_type, node, ex, should_free, type) _get_obj_zval_ptr_ptr(op_type, n… argument

Completed in 256 milliseconds

123456789