/PHP-7.0/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, _num) do { \ argument 84 uint32_t kind, in optimizer_literal_obj_info() 105 uint32_t kind, in optimizer_literal_class_info()
|
/PHP-7.0/Zend/ |
H A D | zend_vm_gen.php | 465 function gen_code($f, $spec, $kind, $export, $code, $op1, $op2, $name) { 684 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno) { 719 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno) { 750 function gen_labels($f, $spec, $kind, $prolog) { 933 function gen_executor_code($f, $spec, $kind, $prolog) { 1019 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name) { 1738 $kind = substr($argv[$i], strlen("--with-vm-kind=")); variable
|
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_ast.h | 155 zend_ast_kind kind; /* Type of the node (ZEND_AST_* enum constant) */ member 163 zend_ast_kind kind; member 172 zend_ast_kind kind; member 179 zend_ast_kind kind; member
|
H A D | zend_compile.c | 5893 static inline void zend_ct_eval_unary_pm(zval *result, zend_ast_kind kind, zval *op) /* {{{ */ in zend_ct_eval_unary_pm() 5901 static inline void zend_ct_eval_greater(zval *result, zend_ast_kind kind, zval *op1, zval *op2) /* … in zend_ct_eval_greater() 6896 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 | 99 zend_ast_kind kind; member
|
/PHP-7.0/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.0/ext/com_dotnet/ |
H A D | com_handlers.c | 289 DESCKIND kind; in com_method_get() local
|
/PHP-7.0/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 699 static const zend_function_entry *get_driver_methods(pdo_dbh_t *dbh, int kind) in get_driver_methods()
|
/PHP-7.0/ext/pdo/ |
H A D | pdo_dbh.c | 1276 int pdo_hash_methods(pdo_dbh_object_t *dbh_obj, int kind) in pdo_hash_methods()
|
/PHP-7.0/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 1158 static const zend_function_entry *pdo_pgsql_get_driver_methods(pdo_dbh_t *dbh, int kind) in pdo_pgsql_get_driver_methods()
|
/PHP-7.0/ext/reflection/ |
H A D | php_reflection.c | 411 char *kind = "Class"; in _class_string() local
|