/PHP-7.4/Zend/ |
H A D | zend_ast.c | 116 zend_ast_kind kind, uint32_t flags, uint32_t start_lineno, zend_string *doc_comment, in zend_ast_create_decl() 139 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_0(zend_ast_kind kind) { in zend_ast_create_0() 151 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() 246 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_list_0(zend_ast_kind kind) { in zend_ast_create_list_0() 260 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_list_1(zend_ast_kind kind, zend_ast *child) { in zend_ast_create_list_1() 284 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() 315 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() 341 ZEND_API zend_ast *zend_ast_create_ex(zend_ast_kind kind, zend_ast_attr attr, ...) { in zend_ast_create_ex() 352 ZEND_API zend_ast *zend_ast_create(zend_ast_kind kind, ...) { in zend_ast_create() [all …]
|
H A D | zend_vm_gen.php | 763 function gen_code($f, $spec, $kind, $export, $code, $op1, $op2, $name, $extra_spec=null) { 1093 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spe… 1200 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno, $inline, $cold = f… 1255 function gen_null_label($f, $kind, $prolog) { 1270 function gen_labels($f, $spec, $kind, $prolog, &$specs, $switch_labels = array()) { 1714 function gen_executor_code($f, $spec, $kind, $prolog, &$switch_labels = array()) { 1834 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name) { 3152 $kind = substr($argv[$i], strlen("--with-vm-kind=")); variable
|
H A D | zend_ast.h | 162 zend_ast_kind kind; /* Type of the node (ZEND_AST_* enum constant) */ member 170 zend_ast_kind kind; member 179 zend_ast_kind kind; member 186 zend_ast_kind kind; member 225 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() 230 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() 235 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() 240 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() 245 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()
|
H A D | zend_opcode.c | 577 zend_op_array *op_array, uint32_t var_num, uint32_t kind, uint32_t start, uint32_t end) { in emit_live_range_raw() 597 uint32_t kind; in emit_live_range() local
|
H A D | zend_generators.c | 306 uint32_t kind = range->var & ZEND_LIVE_MASK; in calc_gc_buffer_size() local 397 uint32_t kind = range->var & ZEND_LIVE_MASK; in zend_generator_get_gc() local
|
H A D | zend_compile.c | 335 static void zend_register_seen_symbol(zend_string *name, uint32_t kind) { in zend_register_seen_symbol() 346 static zend_bool zend_have_seen_symbol(zend_string *name, uint32_t kind) { in zend_have_seen_symbol() 7076 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() 7084 static inline void zend_ct_eval_greater(zval *result, zend_ast_kind kind, zval *op1, zval *op2) /* … in zend_ct_eval_greater() 8280 zend_bool zend_is_allowed_in_const_expr(zend_ast_kind kind) /* {{{ */ in zend_is_allowed_in_const_expr()
|
H A D | zend_compile.h | 89 zend_ast_kind kind; member
|
H A D | zend_execute.c | 3964 uint32_t kind = range->var & ZEND_LIVE_MASK; in cleanup_live_vars() local
|
/PHP-7.4/ext/opcache/Optimizer/ |
H A D | compact_literals.c | 55 #define LITERAL_INFO(n, kind, related) do { \ argument 85 uint32_t kind, in add_static_slot()
|
/PHP-7.4/ext/ffi/ |
H A D | ffi.c | 63 zend_ffi_tag_kind kind; member 98 zend_ffi_type_kind kind; member 105 zend_ffi_type_kind kind; member 143 zend_ffi_symbol_kind kind; member 355 zend_ffi_type_kind kind = type->kind; in zend_ffi_get_type() local 465 zend_ffi_type_kind kind = type->kind; in zend_ffi_cdata_to_zval() local 662 zend_ffi_type_kind kind = type->kind; in zend_ffi_zval_to_cdata() local 1044 zend_ffi_type_kind kind = ctype->kind; in zend_ffi_cdata_cast_object() local 2446 zend_ffi_type_kind kind = type->kind; in zend_ffi_pass_arg() local
|
H A D | php_ffi.h | 198 zend_ffi_val_kind kind; member
|
/PHP-7.4/ext/soap/ |
H A D | php_sdl.h | 165 sdlContentKind kind; member 199 sdlTypeKind kind; member
|
H A D | php_http.c | 378 int kind = Z_LVAL_P(tmp) & SOAP_COMPRESSION_DEFLATE; in make_http_soap_request() local
|
/PHP-7.4/ext/opcache/ |
H A D | ZendAccelerator.c | 3406 static void get_unresolved_initializer(zend_class_entry *ce, const char **kind, const char **name) { in get_unresolved_initializer() 3435 static void get_unlinked_dependency(zend_class_entry *ce, const char **kind, const char **name) { in get_unlinked_dependency() 3813 const char *kind, *name; in preload_link() local 3822 const char *kind, *name; in preload_link() local
|
/PHP-7.4/ext/com_dotnet/ |
H A D | com_handlers.c | 312 DESCKIND kind; in com_method_get() local
|
/PHP-7.4/win32/ |
H A D | codepage.c | 598 char *kind; in PHP_FUNCTION() local
|
/PHP-7.4/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 710 static const zend_function_entry *get_driver_methods(pdo_dbh_t *dbh, int kind) in get_driver_methods()
|
/PHP-7.4/ext/pdo/ |
H A D | pdo_dbh.c | 1279 int pdo_hash_methods(pdo_dbh_object_t *dbh_obj, int kind) in pdo_hash_methods()
|
/PHP-7.4/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 1143 static const zend_function_entry *pdo_pgsql_get_driver_methods(pdo_dbh_t *dbh, int kind) in pdo_pgsql_get_driver_methods()
|
/PHP-7.4/ext/reflection/ |
H A D | php_reflection.c | 310 char *kind = "Class"; in _class_string() local
|