mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00

* Allow optimizer to depend on preloaded symbols It is safe for the optimizer to rely on preloaded symbols. This can occur when compiling non-preloaded files, referencing preloaded ones. * Disable inline pass for observer test * Move duplicated code into functions * Add comment to specific optimization value * Optimizer should only rely on preloaded symbols in the symbol table * Fix skipif for windows
5 lines
41 B
PHP
5 lines
41 B
PHP
<?php
|
|
|
|
function foo() {
|
|
return 42;
|
|
}
|