summaryrefslogtreecommitdiffhomepage
path: root/test/php/cwd/index.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-12-01Tests: fixed skipping tests with disabled OPcache.Andrei Zeliankou1-1/+1
2020-06-26Tests: fixed opcache detection.Andrei Zeliankou1-1/+2
opcache_get_status() returns array, so square brackets should be used to access "opcache_enabled" value.
2020-03-03Tests: chdir() and open() for PHP module.Tiago Natel de Moura1-0/+19
These tests ensure optimizations in the chdir calls don't break SAPI semantics.