Home
last modified time | relevance | path

Searched defs:kind (Results 1 – 25 of 30) sorted by relevance

12

/php-src/Zend/
H A Dzend_vm_gen.php688 function gen_code($f, $spec, $kind, $code, $op1, $op2, $name, $extra_spec=null) {
986 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spe…
1128 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno, $inline, $cold = f…
1183 function gen_null_label($f, $kind, $prolog) {
1198 function gen_labels($f, $spec, $kind, $prolog, &$specs, $switch_labels = array()) {
1671 function gen_executor_code($f, $spec, $kind, $prolog, &$switch_labels = array()) {
1786 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name) {
3045 $kind = substr($argv[$i], strlen("--with-vm-kind=")); variable
H A Dzend_ast.h182 zend_ast_kind kind; /* Type of the node (ZEND_AST_* enum constant) */ member
190 zend_ast_kind kind; member
199 zend_ast_kind kind; member
206 zend_ast_kind kind; member
245 static zend_always_inline zend_ast * zend_ast_create_ex_0(zend_ast_kind kind, zend_ast_attr attr) { in zend_ast_create_ex_0()
250 static zend_always_inline zend_ast * zend_ast_create_ex_1(zend_ast_kind kind, zend_ast_attr attr, z… in zend_ast_create_ex_1()
255 static zend_always_inline zend_ast * zend_ast_create_ex_2(zend_ast_kind kind, zend_ast_attr attr, z… in zend_ast_create_ex_2()
260 static zend_always_inline zend_ast * zend_ast_create_ex_3(zend_ast_kind kind, zend_ast_attr attr, z… in zend_ast_create_ex_3()
265 static zend_always_inline zend_ast * zend_ast_create_ex_4(zend_ast_kind kind, zend_ast_attr attr, z… in zend_ast_create_ex_4()
270 static zend_always_inline zend_ast * zend_ast_create_ex_5(zend_ast_kind kind, zend_ast_attr attr, z… in zend_ast_create_ex_5()
H A Dzend_ast.c113 zend_ast_kind kind, uint32_t flags, uint32_t start_lineno, zend_string *doc_comment, in zend_ast_create_decl()
136 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_0(zend_ast_kind kind) { in zend_ast_create_0()
148 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_1(zend_ast_kind kind, zend_ast *child) { in zend_ast_create_1()
167 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_2(zend_ast_kind kind, zend_ast *child1, zend_ast … in zend_ast_create_2()
273 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_list_0(zend_ast_kind kind) { in zend_ast_create_list_0()
287 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_list_1(zend_ast_kind kind, zend_ast *child) { in zend_ast_create_list_1()
311 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_list_2(zend_ast_kind kind, zend_ast *child1, zend… in zend_ast_create_list_2()
342 static zend_ast *zend_ast_create_from_va_list(zend_ast_kind kind, zend_ast_attr attr, va_list va) { in zend_ast_create_from_va_list()
368 ZEND_API zend_ast *zend_ast_create_ex(zend_ast_kind kind, zend_ast_attr attr, ...) { in zend_ast_create_ex()
379 ZEND_API zend_ast *zend_ast_create(zend_ast_kind kind, ...) { in zend_ast_create()
[all …]
H A Dzend_opcode.c714 zend_op_array *op_array, uint32_t var_num, uint32_t kind, uint32_t start, uint32_t end) { in emit_live_range_raw()
734 uint32_t kind; in emit_live_range() local
H A Dzend_fibers.h81 void *kind; member
H A Dzend_gc.c2064 uint32_t kind = range->var & ZEND_LIVE_MASK; in zend_gc_check_root_tmpvars() local
2094 uint32_t kind = range->var & ZEND_LIVE_MASK; in zend_gc_remove_root_tmpvars() local
H A Dzend_fibers.c410 ZEND_API zend_result zend_fiber_init_context(zend_fiber_context *context, void *kind, zend_fiber_co… in zend_fiber_init_context()
H A Dzend_compile.c416 static void zend_register_seen_symbol(zend_string *name, uint32_t kind) { in zend_register_seen_symbol()
427 static bool zend_have_seen_symbol(zend_string *name, uint32_t kind) { in zend_have_seen_symbol()
3400 zend_ast_kind kind = is_global_var_fetch(var_ast) ? ZEND_AST_VAR : var_ast->kind; in zend_compile_assign() local
3570 zend_ast_kind kind = is_global_var_fetch(var_ast) ? ZEND_AST_VAR : var_ast->kind; in zend_compile_compound_assign() local
9033 static inline bool zend_try_ct_eval_unary_pm(zval *result, zend_ast_kind kind, zval *op) /* {{{ */ in zend_try_ct_eval_unary_pm()
9041 static inline void zend_ct_eval_greater(zval *result, zend_ast_kind kind, zval *op1, zval *op2) /* … in zend_ct_eval_greater()
9626 zend_ast_kind kind = is_global_var_fetch(var_ast) ? ZEND_AST_VAR : var_ast->kind; in zend_compile_assign_coalesce() local
10316 static bool zend_is_allowed_in_const_expr(zend_ast_kind kind) /* {{{ */ in zend_is_allowed_in_const_expr()
/php-src/ext/tokenizer/
H A Dtokenizer.stub.php28 public function is($kind): bool {}
H A Dtokenizer.c144 zval *kind; in PHP_METHOD() local
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_ppc.h154 #define CKPL(kind, st) \ argument
159 #define CKPL(kind, st) ((void)0) argument
H A Ddasm_mips.h154 #define CKPL(kind, st) \ argument
159 #define CKPL(kind, st) ((void)0) argument
H A Ddasm_arm.h155 #define CKPL(kind, st) \ argument
160 #define CKPL(kind, st) ((void)0) argument
H A Ddasm_x86.h156 #define CKPL(kind, st) \ argument
161 #define CKPL(kind, st) ((void)0) argument
H A Ddasm_arm64.h160 #define CKPL(kind, st) \ argument
165 #define CKPL(kind, st) ((void)0) argument
/php-src/Zend/Optimizer/
H A Dcompact_literals.c94 uint32_t kind, in add_static_slot()
/php-src/ext/soap/
H A Dphp_sdl.h163 sdlContentKind kind; member
197 sdlTypeKind kind; member
H A Dphp_http.c372 int kind = Z_LVAL_P(tmp) & SOAP_COMPRESSION_DEFLATE; in make_http_soap_request() local
/php-src/ext/ffi/
H A Dffi.c73 zend_ffi_tag_kind kind; member
110 zend_ffi_type_kind kind; member
117 zend_ffi_type_kind kind; member
155 zend_ffi_symbol_kind kind; member
442 zend_ffi_type_kind kind = type->kind; in zend_ffi_get_type() local
547 zend_ffi_type_kind kind = type->kind; in zend_ffi_cdata_to_zval() local
742 zend_ffi_type_kind kind = type->kind; in zend_ffi_zval_to_cdata() local
1152 zend_ffi_type_kind kind = ctype->kind; in zend_ffi_cdata_cast_object() local
2551 zend_ffi_type_kind kind = type->kind; in zend_ffi_pass_arg() local
H A Dphp_ffi.h196 zend_ffi_val_kind kind; member
/php-src/ext/com_dotnet/
H A Dcom_handlers.c322 DESCKIND kind; in com_method_get() local
/php-src/win32/
H A Dcodepage.c624 zend_string *kind = NULL; in PHP_FUNCTION() local
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c682 static const zend_function_entry *get_driver_methods(pdo_dbh_t *dbh, int kind) in get_driver_methods()
/php-src/ext/pdo/
H A Dpdo_dbh.c1301 bool pdo_hash_methods(pdo_dbh_object_t *dbh_obj, int kind) in pdo_hash_methods()
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c1227 static const zend_function_entry *pdo_pgsql_get_driver_methods(pdo_dbh_t *dbh, int kind) in pdo_pgsql_get_driver_methods()

Completed in 268 milliseconds

12