Home
last modified time | relevance | path

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

/PHP-7.0/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, _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 Dzend_vm_gen.php465 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 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_ast.h155 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 Dzend_compile.c5893 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 Dzend_compile.h99 zend_ast_kind kind; member
/PHP-7.0/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.0/ext/com_dotnet/
H A Dcom_handlers.c289 DESCKIND kind; in com_method_get() local
/PHP-7.0/ext/pdo_sqlite/
H A Dsqlite_driver.c699 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 Dpdo_dbh.c1276 int pdo_hash_methods(pdo_dbh_object_t *dbh_obj, int kind) in pdo_hash_methods()
/PHP-7.0/ext/pdo_pgsql/
H A Dpgsql_driver.c1158 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 Dphp_reflection.c411 char *kind = "Class"; in _class_string() local

Completed in 79 milliseconds