I am the first module
I am the second module
Array
(
[app\MyFirstModule] => app\MyFirstModule Object
(
[enableFriendClassesInProd:protected] =>
[calledClassStackLimit:protected] => 0
[friendParents:protected] =>
[friendDescendants:protected] =>
[friendClasses:protected] => Array
(
)
[modules:protected] =>
)
[app\MySecondModule] => app\MySecondModule Object
(
[enableFriendClassesInProd:protected] =>
[calledClassStackLimit:protected] => 0
[friendParents:protected] =>
[friendDescendants:protected] =>
[friendClasses:protected] => Array
(
)
[modules:protected] =>
)
)
I am the first module
I am the second module
Output for 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.
I am the first module
I am the second module
Array
(
[app\MyFirstModule] => app\MyFirstModule Object
(
[modules:protected] =>
[enableFriendClassesInProd:protected] =>
[calledClassStackLimit:protected] => 0
[friendParents:protected] =>
[friendDescendants:protected] =>
[friendClasses:protected] => Array
(
)
)
[app\MySecondModule] => app\MySecondModule Object
(
[modules:protected] =>
[enableFriendClassesInProd:protected] =>
[calledClassStackLimit:protected] => 0
[friendParents:protected] =>
[friendDescendants:protected] =>
[friendClasses:protected] => Array
(
)
)
)
I am the first module
I am the second module
Output for 5.4.0 - 5.4.45
Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /in/kAHU6 on line 29
Process exited with code 255.
Output for 5.3.0 - 5.3.29
Parse error: syntax error, unexpected '[' in /in/kAHU6 on line 17
Process exited with code 255.