Home
last modified time | relevance | path

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

12

/PHP-8.3/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…
1126 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno, $inline, $cold = f…
1181 function gen_null_label($f, $kind, $prolog) {
1196 function gen_labels($f, $spec, $kind, $prolog, &$specs, $switch_labels = array()) {
1669 function gen_executor_code($f, $spec, $kind, $prolog, &$switch_labels = array()) {
1783 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name) {
3003 $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.c705 zend_op_array *op_array, uint32_t var_num, uint32_t kind, uint32_t start, uint32_t end) { in emit_live_range_raw()
725 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_compile.c406 static void zend_register_seen_symbol(zend_string *name, uint32_t kind) { in zend_register_seen_symbol()
417 static bool zend_have_seen_symbol(zend_string *name, uint32_t kind) { in zend_have_seen_symbol()
3384 zend_ast_kind kind = is_global_var_fetch(var_ast) ? ZEND_AST_VAR : var_ast->kind; in zend_compile_assign() local
3551 zend_ast_kind kind = is_global_var_fetch(var_ast) ? ZEND_AST_VAR : var_ast->kind; in zend_compile_compound_assign() local
8806 static inline bool zend_try_ct_eval_unary_pm(zval *result, zend_ast_kind kind, zval *op) /* {{{ */ in zend_try_ct_eval_unary_pm()
8814 static inline void zend_ct_eval_greater(zval *result, zend_ast_kind kind, zval *op1, zval *op2) /* … in zend_ct_eval_greater()
9399 zend_ast_kind kind = is_global_var_fetch(var_ast) ? ZEND_AST_VAR : var_ast->kind; in zend_compile_assign_coalesce() local
10090 static bool zend_is_allowed_in_const_expr(zend_ast_kind kind) /* {{{ */ in zend_is_allowed_in_const_expr()
H A Dzend_fibers.c406 ZEND_API zend_result zend_fiber_init_context(zend_fiber_context *context, void *kind, zend_fiber_co… in zend_fiber_init_context()
/PHP-8.3/ext/tokenizer/
H A Dtokenizer.stub.php28 public function is($kind): bool {}
H A Dtokenizer.c144 zval *kind; in PHP_METHOD() local
/PHP-8.3/Zend/Optimizer/
H A Dcompact_literals.c94 uint32_t kind, in add_static_slot()
/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_mips.h159 #define CKPL(kind, st) \ argument
164 #define CKPL(kind, st) ((void)0) argument
H A Ddasm_ppc.h159 #define CKPL(kind, st) \ argument
164 #define CKPL(kind, st) ((void)0) argument
H A Ddasm_arm.h160 #define CKPL(kind, st) \ argument
165 #define CKPL(kind, st) ((void)0) argument
H A Ddasm_arm64.h162 #define CKPL(kind, st) \ argument
167 #define CKPL(kind, st) ((void)0) argument
H A Ddasm_x86.h168 #define CKPL(kind, st) \ argument
173 #define CKPL(kind, st) ((void)0) argument
/PHP-8.3/ext/soap/
H A Dphp_sdl.h163 sdlContentKind kind; member
197 sdlTypeKind kind; member
H A Dphp_http.c386 int kind = Z_LVAL_P(tmp) & SOAP_COMPRESSION_DEFLATE; in make_http_soap_request() local
/PHP-8.3/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-8.3/ext/com_dotnet/
H A Dcom_handlers.c321 DESCKIND kind; in com_method_get() local
/PHP-8.3/win32/
H A Dcodepage.c624 zend_string *kind = NULL; in PHP_FUNCTION() local
/PHP-8.3/ext/pdo_sqlite/
H A Dsqlite_driver.c670 static const zend_function_entry *get_driver_methods(pdo_dbh_t *dbh, int kind) in get_driver_methods()
/PHP-8.3/ext/pdo/
H A Dpdo_dbh.c1242 bool pdo_hash_methods(pdo_dbh_object_t *dbh_obj, int kind) in pdo_hash_methods()
/PHP-8.3/ext/pdo_pgsql/
H A Dpgsql_driver.c1199 static const zend_function_entry *pdo_pgsql_get_driver_methods(pdo_dbh_t *dbh, int kind) in pdo_pgsql_get_driver_methods()

Completed in 179 milliseconds

12