mirror of
https://github.com/php/php-src.git
synced 2026-04-14 03:22:58 +02:00
Update opt test
And fix a type in the fetch class flags dumping while here.
This commit is contained in:
@@ -101,7 +101,7 @@ static void zend_dump_class_fetch_type(uint32_t fetch_type)
|
||||
break;
|
||||
}
|
||||
if (fetch_type & ZEND_FETCH_CLASS_NO_AUTOLOAD) {
|
||||
fprintf(stderr, " (no-autolod)");
|
||||
fprintf(stderr, " (no-autoload)");
|
||||
}
|
||||
if (fetch_type & ZEND_FETCH_CLASS_SILENT) {
|
||||
fprintf(stderr, " (silent)");
|
||||
|
||||
@@ -38,7 +38,7 @@ A::t:
|
||||
0003 ECHO T2
|
||||
0004 T2 = INSTANCEOF CV0($obj) string("self")
|
||||
0005 ECHO T2
|
||||
0006 V3 = FETCH_CLASS (no-autolod) (exception) CV1($c)
|
||||
0006 V3 = FETCH_CLASS (no-autoload) (silent) (exception) CV1($c)
|
||||
0007 T2 = INSTANCEOF CV0($obj) V3
|
||||
0008 ECHO T2
|
||||
0009 RETURN null
|
||||
|
||||
Reference in New Issue
Block a user