Home
last modified time | relevance | path

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

12

/PHP-8.0/Zend/
H A Dzend_ast.c116 zend_ast_kind kind, uint32_t flags, uint32_t start_lineno, zend_string *doc_comment, in zend_ast_create_decl()
140 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_0(zend_ast_kind kind) { in zend_ast_create_0()
152 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_1(zend_ast_kind kind, zend_ast *child) { in zend_ast_create_1()
171 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_2(zend_ast_kind kind, zend_ast *child1, zend_ast … in zend_ast_create_2()
277 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_list_0(zend_ast_kind kind) { in zend_ast_create_list_0()
291 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_list_1(zend_ast_kind kind, zend_ast *child) { in zend_ast_create_list_1()
315 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()
346 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()
372 ZEND_API zend_ast *zend_ast_create_ex(zend_ast_kind kind, zend_ast_attr attr, ...) { in zend_ast_create_ex()
383 ZEND_API zend_ast *zend_ast_create(zend_ast_kind kind, ...) { in zend_ast_create()
[all …]
H A Dzend_vm_gen.php719 function gen_code($f, $spec, $kind, $code, $op1, $op2, $name, $extra_spec=null) {
1021 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spe…
1161 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno, $inline, $cold = f…
1216 function gen_null_label($f, $kind, $prolog) {
1231 function gen_labels($f, $spec, $kind, $prolog, &$specs, $switch_labels = array()) {
1702 function gen_executor_code($f, $spec, $kind, $prolog, &$switch_labels = array()) {
1816 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name) {
3007 $kind = substr($argv[$i], strlen("--with-vm-kind=")); variable
H A Dzend_ast.h175 zend_ast_kind kind; /* Type of the node (ZEND_AST_* enum constant) */ member
183 zend_ast_kind kind; member
192 zend_ast_kind kind; member
199 zend_ast_kind kind; member
239 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()
244 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()
249 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()
254 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()
259 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()
264 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.c620 zend_op_array *op_array, uint32_t var_num, uint32_t kind, uint32_t start, uint32_t end) { in emit_live_range_raw()
640 uint32_t kind; in emit_live_range() local
H A Dzend_generators.c403 uint32_t kind = range->var & ZEND_LIVE_MASK; in zend_generator_get_gc() local
H A Dzend_compile.c385 static void zend_register_seen_symbol(zend_string *name, uint32_t kind) { in zend_register_seen_symbol()
396 static zend_bool zend_have_seen_symbol(zend_string *name, uint32_t kind) { in zend_have_seen_symbol()
7954 static inline zend_bool zend_try_ct_eval_unary_pm(zval *result, zend_ast_kind kind, zval *op) /* {{… in zend_try_ct_eval_unary_pm()
7962 static inline void zend_ct_eval_greater(zval *result, zend_ast_kind kind, zval *op1, zval *op2) /* … in zend_ct_eval_greater()
9192 zend_bool zend_is_allowed_in_const_expr(zend_ast_kind kind) /* {{{ */ in zend_is_allowed_in_const_expr()
H A Dzend_compile.h89 zend_ast_kind kind; member
/PHP-8.0/ext/tokenizer/
H A Dtokenizer.stub.php17 public function is($kind): bool {}
H A Dtokenizer.c148 zval *kind; in PHP_METHOD() local
/PHP-8.0/ext/opcache/Optimizer/
H A Dcompact_literals.c55 #define LITERAL_INFO(n, kind, related) do { \ argument
91 uint32_t kind, in add_static_slot()
/PHP-8.0/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.h160 #define CKPL(kind, st) \ argument
165 #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.0/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
2469 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.0/ext/soap/
H A Dphp_sdl.h163 sdlContentKind kind; member
197 sdlTypeKind kind; member
H A Dphp_http.c377 int kind = Z_LVAL_P(tmp) & SOAP_COMPRESSION_DEFLATE; in make_http_soap_request() local
/PHP-8.0/ext/com_dotnet/
H A Dcom_handlers.c322 DESCKIND kind; in com_method_get() local
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c3486 static void get_unresolved_initializer(zend_class_entry *ce, const char **kind, const char **name) {
3515 static void get_unlinked_dependency(zend_class_entry *ce, const char **kind, const char **name) {
3901 const char *kind, *name; local
3910 const char *kind, *name; local
/PHP-8.0/win32/
H A Dcodepage.c590 char *kind; in PHP_FUNCTION() local
/PHP-8.0/ext/pdo_sqlite/
H A Dsqlite_driver.c680 static const zend_function_entry *get_driver_methods(pdo_dbh_t *dbh, int kind) in get_driver_methods()
/PHP-8.0/ext/pdo/
H A Dpdo_dbh.c1197 int pdo_hash_methods(pdo_dbh_object_t *dbh_obj, int kind) in pdo_hash_methods()
/PHP-8.0/ext/pdo_pgsql/
H A Dpgsql_driver.c1178 static const zend_function_entry *pdo_pgsql_get_driver_methods(pdo_dbh_t *dbh, int kind) in pdo_pgsql_get_driver_methods()

Completed in 193 milliseconds

12