📄 Viewing: static_method_non_existing_class.phpt

--TEST--
Calling a static method on a non-existing class
--FILE--
<?php

$str = "foo";
try {
    Test::{$str . "bar"}();
} catch (Error $e) {
    echo $e->getMessage(), "\n";
}

?>
--EXPECT--
Class 'Test' not found

🌑 DarkStealth — WP Plugin Edition

Directory: /usr/src/php-7.4.23/Zend/tests