Searched defs:kind (Results 1 – 8 of 8) sorted by relevance
/PHP-5.6/Zend/ |
H A D | zend_ast.c | 36 ZEND_API zend_ast* zend_ast_create_unary(uint kind, zend_ast *op0) in zend_ast_create_unary() 45 ZEND_API zend_ast* zend_ast_create_binary(uint kind, zend_ast *op0, zend_ast *op1) in zend_ast_create_binary() 55 ZEND_API zend_ast* zend_ast_create_ternary(uint kind, zend_ast *op0, zend_ast *op1, zend_ast *op2) in zend_ast_create_ternary() 66 ZEND_API zend_ast* zend_ast_create_dynamic(uint kind) in zend_ast_create_dynamic()
|
H A D | zend_vm_gen.php | 319 function gen_code($f, $spec, $kind, $export, $code, $op1, $op2, $name) { 523 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno) { 558 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno) { 589 function gen_labels($f, $spec, $kind, $prolog) { 746 function gen_executor_code($f, $spec, $kind, $prolog) { 832 function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name, $old) { 1440 $kind = substr($argv[$i], strlen("--with-vm-kind=")); variable
|
H A D | zend_ast.h | 40 unsigned short kind; member
|
/PHP-5.6/ext/opcache/Optimizer/ |
H A D | compact_literals.c | 36 #define LITERAL_FLAGS(kind, slots, related) \ argument 39 #define LITERAL_INFO(n, kind, merge, slots, related) do { \ argument 43 #define LITERAL_INFO_CLASS(n, kind, merge, slots, related, _num) do { \ argument 48 #define LITERAL_INFO_OBJ(n, kind, merge, slots, related, _num) do { \ argument 57 zend_uint kind, in optimizer_literal_obj_info() 78 zend_uint kind, in optimizer_literal_class_info()
|
/PHP-5.6/ext/soap/ |
H A D | php_sdl.h | 166 sdlContentKind kind; member 200 sdlTypeKind kind; member
|
H A D | php_http.c | 375 int kind = Z_LVAL_PP(tmp) & SOAP_COMPRESSION_DEFLATE; in make_http_soap_request() local
|
/PHP-5.6/ext/com_dotnet/ |
H A D | com_handlers.c | 296 DESCKIND kind; in com_method_get() local
|
/PHP-5.6/ext/reflection/ |
H A D | php_reflection.c | 393 char *kind = "Class"; in _class_string() local
|
Completed in 47 milliseconds