Searched defs:kind (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_4/Zend/ |
| H A D | zend_vm_gen.php | 307 function gen_code($f, $spec, $kind, $export, $code, $op1, $op2, $name) { 375 "\\1".(($spec && $kind != ZEND_VM_KIND_CALL)?("_SPEC".$prefix[$op1].$prefix[$op2]):""), 376 "goto \\1".(($spec && $kind != ZEND_VM_KIND_CALL)?("_SPEC".$prefix[$op1].$prefix[$op2]):""), 388 switch($kind) { 481 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno) { 489 switch($kind) { 512 gen_code($f, $spec, $kind, 0, $code, $op1, $op2, $name); 516 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno) { 524 switch($kind) { 543 gen_code($f, $spec, $kind, 1397 $kind = substr($argv[$i], strlen("--with-vm-kind=")); variable [all...] |
| /PHP_5_4/ext/com_dotnet/ |
| H A D | com_handlers.c | 296 DESCKIND kind; local 306 if (SUCCEEDED(ITypeComp_Bind(comp, olename, lhash, INVOKE_FUNC, &TI, &kind, &bindptr))) { 307 switch (kind) {
|
| /PHP_5_4/ext/soap/ |
| H A D | php_http.c | 309 int kind = Z_LVAL_PP(tmp) & SOAP_COMPRESSION_DEFLATE; local 331 if (kind == SOAP_COMPRESSION_DEFLATE) {
|
| H A D | php_sdl.h | 166 sdlContentKind kind; member in struct:_sdlContentModel 200 sdlTypeKind kind; member in struct:_sdlType
|
| /PHP_5_4/ext/reflection/ |
| H A D | php_reflection.c | 374 char *kind = "Class"; local 376 kind = "Interface"; 378 kind = "Trait"; 380 string_printf(str, "%s%s [ ", indent, kind);
|
Completed in 18 milliseconds