Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 213) sorted by path

123456789

/PHP-5.5/TSRM/
H A DTSRM.h164 #define TSRMG(id, type, element) (((type) (*((void ***) tsrm_ls))[TSRM_UNSHUFFLE_RSRC_ID(id)])->ele… argument
H A Dtsrm_nw.c53 TSRM_API FILE* popen(const char *commandline, const char *type)
H A Dtsrm_virtual_cwd.h275 #define VCWD_POPEN(command, type) virtual_popen(command, type TSRMLS_CC) argument
311 #define VCWD_POPEN(command, type) popen(command, type) argument
H A Dtsrm_win32.c212 DWORD type; in tsrm_win32_access() local
450 TSRM_API FILE *popen(const char *command, const char *type) in popen()
457 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env TSRMLS_DC) in popen_ex()
/PHP-5.5/Zend/
H A Dzend.c1017 ZEND_API void zend_error(int type, const char *format, ...) /* {{{ */ in zend_error()
H A Dzend.h163 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument
165 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) argument
169 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument
171 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) argument
336 zend_uchar type; /* active type */ member
477 char type; member
H A Dzend_API.c202 ZEND_API char *zend_get_type_by_const(int type) /* {{{ */ in zend_get_type_by_const()
338 int type; in zend_parse_arg_impl() local
397 int type; in zend_parse_arg_impl() local
H A Dzend_alloc.c502 #define ZEND_MM_BLOCK(b, type, size) do { \ argument
H A Dzend_alloc.h155 #define mem_block_check(type, ptr, silent) argument
H A Dzend_closures.c201 static zval *zend_closure_read_property(zval *object, zval *member, int type, const zend_literal *k… in zend_closure_read_property()
215 static zval **zend_closure_get_property_ptr_ptr(zval *object, zval *member, int type, const zend_li… in zend_closure_get_property_ptr_ptr()
H A Dzend_compile.c570 zend_uint type = variable->EA; in zend_is_function_or_method_call() local
1278 zend_uint type = variable->EA; in zend_check_writable_variable() local
1298 void zend_do_end_variable_parse(znode *variable, int type, int arg_offset TSRMLS_DC) /* {{{ */ in zend_do_end_variable_parse()
5592 int type; in zend_do_fetch_constant() local
6101 void zend_do_include_or_eval(int type, znode *result, const znode *op1 TSRMLS_DC) /* {{{ */ in zend_do_include_or_eval()
6172 void zend_do_isset_or_isempty(int type, znode *result, znode *variable TSRMLS_DC) /* {{{ */ in zend_do_isset_or_isempty()
H A Dzend_compile.h263 zend_uchar type; member
320 zend_uchar type; member
337 zend_uchar type; /* MUST be the first element of this struct! */ member
340 zend_uchar type; /* never used */ member
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
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_ini_scanner.l140 #define RETURN_TOKEN(type, str, len) { \ argument
H A Dzend_language_scanner.c614 zend_op_array *compile_filename(int type, zval *filename TSRMLS_DC) in compile_filename()
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_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_operators.h136 zend_uchar type; local
387 #define convert_to_explicit_type(pzv, type) \ argument

Completed in 135 milliseconds

123456789