mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 16:55:38 +08:00
add xdebug dynamic extension
This commit is contained in:
8
src/SPC/util/DynamicExt.php
Normal file
8
src/SPC/util/DynamicExt.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace SPC\util;
|
||||
|
||||
#[\Attribute(\Attribute::IS_REPEATABLE | \Attribute::TARGET_CLASS)]
|
||||
class DynamicExt {}
|
||||
Reference in New Issue
Block a user