Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_ast.c106 zend_ast_kind kind, uint32_t flags, uint32_t start_lineno, zend_string *doc_comment, in zend_ast_create_decl()
129 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_0(zend_ast_kind kind) { in zend_ast_create_0()
141 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_1(zend_ast_kind kind, zend_ast *child) { in zend_ast_create_1()
161 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_2(zend_ast_kind kind, zend_ast *child1, zend_ast … in zend_ast_create_2()
236 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_list_0(zend_ast_kind kind) { in zend_ast_create_list_0()
250 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_list_1(zend_ast_kind kind, zend_ast *child) { in zend_ast_create_list_1()
274 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()
305 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()
331 ZEND_API zend_ast *zend_ast_create_ex(zend_ast_kind kind, zend_ast_attr attr, ...) { in zend_ast_create_ex()
342 ZEND_API zend_ast *zend_ast_create(zend_ast_kind kind, ...) { in zend_ast_create()
[all …]
H A Dzend_vm_gen.php730 function gen_code($f, $spec, $kind, $export, $code, $op1, $op2, $name, $extra_spec=null) {
1102 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spe…
1173 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno, $inline, $cold = f…
1228 function gen_null_label($f, $kind, $prolog) {
1243 function gen_labels($f, $spec, $kind, $prolog, &$specs, $switch_labels = array()) {
1673 function gen_executor_code($f, $spec, $kind, $prolog, &$switch_labels = array()) {
1789 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name) {
3086 $kind = substr($argv[$i], strlen("--with-vm-kind=")); variable
H A Dzend_ast.h158 zend_ast_kind kind; /* Type of the node (ZEND_AST_* enum constant) */ member
166 zend_ast_kind kind; member
175 zend_ast_kind kind; member
182 zend_ast_kind kind; member
220 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()
225 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()
230 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()
235 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()
240 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 Dzend_generators.c288 uint32_t kind = range->var & ZEND_LIVE_MASK; in calc_gc_buffer_size() local
369 uint32_t kind = range->var & ZEND_LIVE_MASK; in zend_generator_get_gc() local
H A Dzend_compile.c341 static void zend_register_seen_symbol(zend_string *name, uint32_t kind) { in zend_register_seen_symbol()
352 static zend_bool zend_have_seen_symbol(zend_string *name, uint32_t kind) { in zend_have_seen_symbol()
639 …nd_live_range(zend_op_array *op_array, uint32_t offset, uint32_t end, uint32_t kind, uint32_t var)… in zend_end_live_range()
7019 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()
7027 static inline void zend_ct_eval_greater(zval *result, zend_ast_kind kind, zval *op1, zval *op2) /* … in zend_ct_eval_greater()
8044 zend_bool zend_is_allowed_in_const_expr(zend_ast_kind kind) /* {{{ */ in zend_is_allowed_in_const_expr()
H A Dzend_compile.h93 zend_ast_kind kind; member
H A Dzend_execute.c2864 uint32_t kind = range->var & ZEND_LIVE_MASK; in cleanup_live_vars() local
/PHP-7.3/ext/opcache/Optimizer/
H A Dcompact_literals.c54 #define LITERAL_INFO(n, kind, related) do { \ argument
84 uint32_t kind, in add_static_slot()
/PHP-7.3/ext/soap/
H A Dphp_sdl.h165 sdlContentKind kind; member
199 sdlTypeKind kind; member
H A Dphp_http.c378 int kind = Z_LVAL_P(tmp) & SOAP_COMPRESSION_DEFLATE; in make_http_soap_request() local
/PHP-7.3/ext/com_dotnet/
H A Dcom_handlers.c292 DESCKIND kind; in com_method_get() local
/PHP-7.3/win32/
H A Dcodepage.c598 char *kind; in PHP_FUNCTION() local
/PHP-7.3/ext/pdo_sqlite/
H A Dsqlite_driver.c701 static const zend_function_entry *get_driver_methods(pdo_dbh_t *dbh, int kind) in get_driver_methods()
/PHP-7.3/ext/pdo/
H A Dpdo_dbh.c1298 int pdo_hash_methods(pdo_dbh_object_t *dbh_obj, int kind) in pdo_hash_methods()
/PHP-7.3/ext/pdo_pgsql/
H A Dpgsql_driver.c1145 static const zend_function_entry *pdo_pgsql_get_driver_methods(pdo_dbh_t *dbh, int kind) in pdo_pgsql_get_driver_methods()
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c290 char *kind = "Class"; in _class_string() local

Completed in 128 milliseconds