1
0
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:
Nikita Popov
2021-03-18 15:25:40 +01:00
parent 4df39f4bd0
commit 8690efd1f8
2 changed files with 2 additions and 2 deletions

View File

@@ -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)");

View File

@@ -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