/PHP-7.1/ext/opcache/Optimizer/ |
H A D | compact_literals.c | 63 #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 D | zend_vm_gen.php | 676 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 D | zend_ast.h | 154 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 D | zend_ast.c | 76 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 D | zend_generators.c | 288 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 D | zend_compile.c | 668 …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 D | zend_compile.h | 97 zend_ast_kind kind; member
|
H A D | zend_execute.c | 2505 uint32_t kind = range->var & ZEND_LIVE_MASK; in cleanup_live_vars() local
|
/PHP-7.1/ext/soap/ |
H A D | php_sdl.h | 166 sdlContentKind kind; member 200 sdlTypeKind kind; member
|
H A D | php_http.c | 377 int kind = Z_LVAL_P(tmp) & SOAP_COMPRESSION_DEFLATE; in make_http_soap_request() local
|
/PHP-7.1/ext/com_dotnet/ |
H A D | com_handlers.c | 289 DESCKIND kind; in com_method_get() local
|
/PHP-7.1/win32/ |
H A D | codepage.c | 559 char *kind; in PHP_FUNCTION() local
|
/PHP-7.1/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 696 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 D | pdo_dbh.c | 1274 int pdo_hash_methods(pdo_dbh_object_t *dbh_obj, int kind) in pdo_hash_methods()
|
/PHP-7.1/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 1142 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 D | php_reflection.c | 416 char *kind = "Class"; in _class_string() local
|