Home
last modified time | relevance | path

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

12

/PHP-8.1/Zend/
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()
137 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_0(zend_ast_kind kind) { in zend_ast_create_0()
149 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_1(zend_ast_kind kind, zend_ast *child) { in zend_ast_create_1()
168 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_2(zend_ast_kind kind, zend_ast *child1, zend_ast … in zend_ast_create_2()
274 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_list_0(zend_ast_kind kind) { in zend_ast_create_list_0()
288 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_list_1(zend_ast_kind kind, zend_ast *child) { in zend_ast_create_list_1()
312 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()
343 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()
369 ZEND_API zend_ast *zend_ast_create_ex(zend_ast_kind kind, zend_ast_attr attr, ...) { in zend_ast_create_ex()
380 ZEND_API zend_ast *zend_ast_create(zend_ast_kind kind, ...) { in zend_ast_create()
[all …]
H A Dzend_vm_gen.php721 function gen_code($f, $spec, $kind, $code, $op1, $op2, $name, $extra_spec=null) {
1023 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spe…
1163 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno, $inline, $cold = f…
1218 function gen_null_label($f, $kind, $prolog) {
1233 function gen_labels($f, $spec, $kind, $prolog, &$specs, $switch_labels = array()) {
1704 function gen_executor_code($f, $spec, $kind, $prolog, &$switch_labels = array()) {
1818 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name) {
3038 $kind = substr($argv[$i], strlen("--with-vm-kind=")); variable
H A Dzend_ast.h181 zend_ast_kind kind; /* Type of the node (ZEND_AST_* enum constant) */ member
189 zend_ast_kind kind; member
198 zend_ast_kind kind; member
205 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_opcode.c685 zend_op_array *op_array, uint32_t var_num, uint32_t kind, uint32_t start, uint32_t end) { in emit_live_range_raw()
705 uint32_t kind; in emit_live_range() local
H A Dzend_fibers.h80 void *kind; member
H A Dzend_fibers.c322 ZEND_API bool zend_fiber_init_context(zend_fiber_context *context, void *kind, zend_fiber_coroutine… in zend_fiber_init_context()
H A Dzend_compile.c385 static void zend_register_seen_symbol(zend_string *name, uint32_t kind) { in zend_register_seen_symbol()
396 static bool zend_have_seen_symbol(zend_string *name, uint32_t kind) { in zend_have_seen_symbol()
3248 zend_ast_kind kind = is_global_var_fetch(var_ast) ? ZEND_AST_VAR : var_ast->kind; in zend_compile_assign() local
3418 zend_ast_kind kind = is_global_var_fetch(var_ast) ? ZEND_AST_VAR : var_ast->kind; in zend_compile_compound_assign() local
8495 static inline bool zend_try_ct_eval_unary_pm(zval *result, zend_ast_kind kind, zval *op) /* {{{ */ in zend_try_ct_eval_unary_pm()
8503 static inline void zend_ct_eval_greater(zval *result, zend_ast_kind kind, zval *op1, zval *op2) /* … in zend_ct_eval_greater()
9082 zend_ast_kind kind = is_global_var_fetch(var_ast) ? ZEND_AST_VAR : var_ast->kind; in zend_compile_assign_coalesce() local
9757 static bool zend_is_allowed_in_const_expr(zend_ast_kind kind) /* {{{ */ in zend_is_allowed_in_const_expr()
H A Dzend_gc.c1698 uint32_t kind = range->var & ZEND_LIVE_MASK; in zend_gc_root_tmpvars() local
/PHP-8.1/Zend/Optimizer/
H A Dcompact_literals.c54 #define LITERAL_INFO(n, kind, related) do { \ argument
90 uint32_t kind, in add_static_slot()
/PHP-8.1/ext/tokenizer/
H A Dtokenizer.stub.php22 public function is($kind): bool {}
H A Dtokenizer.c148 zval *kind; in PHP_METHOD() local
/PHP-8.1/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_arm.h160 #define CKPL(kind, st) \ argument
165 #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_arm64.h162 #define CKPL(kind, st) \ argument
167 #define CKPL(kind, st) ((void)0) argument
H A Ddasm_x86.h161 #define CKPL(kind, st) \ argument
166 #define CKPL(kind, st) ((void)0) argument
/PHP-8.1/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-8.1/ext/ffi/
H A Dffi.c62 zend_ffi_tag_kind kind; member
97 zend_ffi_type_kind kind; member
104 zend_ffi_type_kind kind; member
142 zend_ffi_symbol_kind kind; member
382 zend_ffi_type_kind kind = type->kind; in zend_ffi_get_type() local
488 zend_ffi_type_kind kind = type->kind; in zend_ffi_cdata_to_zval() local
685 zend_ffi_type_kind kind = type->kind; in zend_ffi_zval_to_cdata() local
1092 zend_ffi_type_kind kind = ctype->kind; in zend_ffi_cdata_cast_object() local
2490 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.1/ext/com_dotnet/
H A Dcom_handlers.c322 DESCKIND kind; in com_method_get() local
/PHP-8.1/win32/
H A Dcodepage.c590 zend_string *kind = NULL; in PHP_FUNCTION() local
/PHP-8.1/ext/pdo_sqlite/
H A Dsqlite_driver.c684 static const zend_function_entry *get_driver_methods(pdo_dbh_t *dbh, int kind) in get_driver_methods()
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.c1228 bool pdo_hash_methods(pdo_dbh_object_t *dbh_obj, int kind) in pdo_hash_methods()
/PHP-8.1/ext/pdo_pgsql/
H A Dpgsql_driver.c1180 static const zend_function_entry *pdo_pgsql_get_driver_methods(pdo_dbh_t *dbh, int kind) in pdo_pgsql_get_driver_methods()

Completed in 154 milliseconds

12