Home
last modified time | relevance | path

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

/PHP-7.1/ext/opcache/Optimizer/
H A Dcompact_literals.c63 #define LITERAL_FLAGS(kind, slots, related) \ argument
66 #define LITERAL_INFO(n, kind, merge, slots, related) do { \ argument
70 #define LITERAL_INFO_CLASS(n, kind, merge, slots, related, _num) do { \ argument
75 #define LITERAL_INFO_OBJ(n, kind, merge, slots, related) do { \ argument
84 uint32_t kind, in optimizer_literal_obj_info()
105 uint32_t kind, in optimizer_literal_class_info()
/PHP-7.1/Zend/
H A Dzend_vm_gen.php676 function gen_code($f, $spec, $kind, $export, $code, $op1, $op2, $name, $extra_spec=null) {
945 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $extra_spec = null,…
1005 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno, $inline) {
1043 function gen_null_label($f, $kind, $prolog) {
1058 function gen_labels($f, $spec, $kind, $prolog, &$specs, $switch_labels = array()) {
1321 function gen_specs($f, $spec, $kind, $prolog, $specs) {
1442 function gen_executor_code($f, $spec, $kind, $prolog, &$switch_labels = array()) {
1532 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name) {
2525 $kind = substr($argv[$i], strlen("--with-vm-kind=")); variable
H A Dzend_ast.h154 zend_ast_kind kind; /* Type of the node (ZEND_AST_* enum constant) */ member
162 zend_ast_kind kind; member
171 zend_ast_kind kind; member
178 zend_ast_kind kind; member
H A Dzend_ast.c76 zend_ast_kind kind, uint32_t flags, uint32_t start_lineno, zend_string *doc_comment, in zend_ast_create_decl()
98 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()
124 ZEND_API zend_ast *zend_ast_create_ex(zend_ast_kind kind, zend_ast_attr attr, ...) { in zend_ast_create_ex()
135 ZEND_API zend_ast *zend_ast_create(zend_ast_kind kind, ...) { in zend_ast_create()
146 ZEND_API zend_ast *zend_ast_create_list(uint32_t init_children, zend_ast_kind kind, ...) { in zend_ast_create_list()
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.c668 …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()
6591 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()
6599 static inline void zend_ct_eval_greater(zval *result, zend_ast_kind kind, zval *op1, zval *op2) /* … in zend_ct_eval_greater()
7597 zend_bool zend_is_allowed_in_const_expr(zend_ast_kind kind) /* {{{ */ in zend_is_allowed_in_const_expr()
H A Dzend_compile.h97 zend_ast_kind kind; member
H A Dzend_execute.c2505 uint32_t kind = range->var & ZEND_LIVE_MASK; in cleanup_live_vars() local
/PHP-7.1/ext/soap/
H A Dphp_sdl.h166 sdlContentKind kind; member
200 sdlTypeKind kind; member
H A Dphp_http.c377 int kind = Z_LVAL_P(tmp) & SOAP_COMPRESSION_DEFLATE; in make_http_soap_request() local
/PHP-7.1/ext/com_dotnet/
H A Dcom_handlers.c289 DESCKIND kind; in com_method_get() local
/PHP-7.1/win32/
H A Dcodepage.c559 char *kind; in PHP_FUNCTION() local
/PHP-7.1/ext/pdo_sqlite/
H A Dsqlite_driver.c696 static const zend_function_entry *get_driver_methods(pdo_dbh_t *dbh, int kind) in get_driver_methods()
/PHP-7.1/ext/pdo/
H A Dpdo_dbh.c1274 int pdo_hash_methods(pdo_dbh_object_t *dbh_obj, int kind) in pdo_hash_methods()
/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_driver.c1142 static const zend_function_entry *pdo_pgsql_get_driver_methods(pdo_dbh_t *dbh, int kind) in pdo_pgsql_get_driver_methods()
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c416 char *kind = "Class"; in _class_string() local

Completed in 134 milliseconds