mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01: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
6 lines
41 B
PHP
6 lines
41 B
PHP
<?php
|
|
|
|
function foo() {
|
|
return 42;
|
|
}
|