/php-src/Zend/ |
H A D | zend_ast.c | 113 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() 274 zend_ast_kind kind, zend_ast_attr attr, va_list *va) { in zend_ast_create_va() 293 ZEND_API zend_ast * zend_ast_create_n(unsigned kind, ...) { in zend_ast_create_n() 302 zend_ast_kind kind, unsigned attr, ...) { in zend_ast_create_ex_n() 310 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_list_0(zend_ast_kind kind) { in zend_ast_create_list_0() 324 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_list_1(zend_ast_kind kind, zend_ast *child) { in zend_ast_create_list_1() 405 ZEND_API zend_ast *zend_ast_create_ex(zend_ast_kind kind, zend_ast_attr attr, ...) { in zend_ast_create_ex() 416 ZEND_API zend_ast *zend_ast_create(zend_ast_kind kind, ...) { in zend_ast_create() [all …]
|
H A D | zend_vm_gen.php | 688 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 D | zend_ast.h | 187 zend_ast_kind kind; /* Type of the node (ZEND_AST_* enum constant) */ member 195 zend_ast_kind kind; member 204 zend_ast_kind kind; member 211 zend_ast_kind kind; member 255 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() 260 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() 265 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() 270 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() 275 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() 280 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 D | zend_opcode.c | 722 zend_op_array *op_array, uint32_t var_num, uint32_t kind, uint32_t start, uint32_t end) { in emit_live_range_raw() 742 uint32_t kind; in emit_live_range() local
|
H A D | zend_fibers.h | 81 void *kind; member
|
H A D | zend_gc.c | 2174 uint32_t kind = range->var & ZEND_LIVE_MASK; in zend_gc_check_root_tmpvars() local 2204 uint32_t kind = range->var & ZEND_LIVE_MASK; in zend_gc_remove_root_tmpvars() local
|
H A D | zend_compile.c | 432 static void zend_register_seen_symbol(zend_string *name, uint32_t kind) { in zend_register_seen_symbol() 443 static bool zend_have_seen_symbol(zend_string *name, uint32_t kind) { in zend_have_seen_symbol() 3476 zend_ast_kind kind = is_global_var_fetch(var_ast) ? ZEND_AST_VAR : var_ast->kind; in zend_compile_assign() local 3643 zend_ast_kind kind = is_global_var_fetch(var_ast) ? ZEND_AST_VAR : var_ast->kind; in zend_compile_compound_assign() local 5051 static const char *zend_get_cstring_from_property_hook_kind(zend_property_hook_kind kind) { in zend_get_cstring_from_property_hook_kind() 9765 static inline bool zend_try_ct_eval_unary_pm(zval *result, zend_ast_kind kind, zval *op) /* {{{ */ in zend_try_ct_eval_unary_pm() 9773 static inline void zend_ct_eval_greater(zval *result, zend_ast_kind kind, zval *op1, zval *op2) /* … in zend_ct_eval_greater() 10358 zend_ast_kind kind = is_global_var_fetch(var_ast) ? ZEND_AST_VAR : var_ast->kind; in zend_compile_assign_coalesce() local 11035 static bool zend_is_allowed_in_const_expr(zend_ast_kind kind) /* {{{ */ in zend_is_allowed_in_const_expr()
|
H A D | zend_fibers.c | 413 ZEND_API zend_result zend_fiber_init_context(zend_fiber_context *context, void *kind, zend_fiber_co… in zend_fiber_init_context()
|
/php-src/ext/tokenizer/ |
H A D | tokenizer.stub.php | 28 public function is($kind): bool {}
|
H A D | tokenizer.c | 143 zval *kind; in PHP_METHOD() local
|
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | dasm_ppc.h | 154 #define CKPL(kind, st) \ argument 159 #define CKPL(kind, st) ((void)0) argument
|
H A D | dasm_mips.h | 154 #define CKPL(kind, st) \ argument 159 #define CKPL(kind, st) ((void)0) argument
|
H A D | dasm_arm.h | 155 #define CKPL(kind, st) \ argument 160 #define CKPL(kind, st) ((void)0) argument
|
H A D | dasm_x86.h | 156 #define CKPL(kind, st) \ argument 161 #define CKPL(kind, st) ((void)0) argument
|
H A D | dasm_arm64.h | 160 #define CKPL(kind, st) \ argument 165 #define CKPL(kind, st) ((void)0) argument
|
/php-src/Zend/Optimizer/ |
H A D | compact_literals.c | 94 uint32_t kind, in add_static_slot()
|
/php-src/ext/soap/ |
H A D | php_sdl.h | 163 sdlContentKind kind; member 197 sdlTypeKind kind; member
|
H A D | php_http.c | 381 int kind = Z_LVAL_P(tmp) & SOAP_COMPRESSION_DEFLATE; in make_http_soap_request() local
|
/php-src/ext/ffi/ |
H A D | ffi.c | 73 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 443 zend_ffi_type_kind kind = type->kind; in zend_ffi_get_type() local 548 zend_ffi_type_kind kind = type->kind; in zend_ffi_cdata_to_zval() local 743 zend_ffi_type_kind kind = type->kind; in zend_ffi_zval_to_cdata() local 1153 zend_ffi_type_kind kind = ctype->kind; in zend_ffi_cdata_cast_object() local 2552 zend_ffi_type_kind kind = type->kind; in zend_ffi_pass_arg() local
|
H A D | php_ffi.h | 196 zend_ffi_val_kind kind; member
|
/php-src/ext/com_dotnet/ |
H A D | com_handlers.c | 322 DESCKIND kind; in com_method_get() local
|
/php-src/win32/ |
H A D | codepage.c | 624 zend_string *kind = NULL; in PHP_FUNCTION() local
|
/php-src/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 682 static const zend_function_entry *get_driver_methods(pdo_dbh_t *dbh, int kind) in get_driver_methods()
|
/php-src/ext/pdo/ |
H A D | pdo_dbh.c | 1325 bool pdo_hash_methods(pdo_dbh_object_t *dbh_obj, int kind) in pdo_hash_methods()
|
/php-src/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 1317 static const zend_function_entry *pdo_pgsql_get_driver_methods(pdo_dbh_t *dbh, int kind) in pdo_pgsql_get_driver_methods()
|