summaryrefslogtreecommitdiffhomepage
path: root/test/php/cwd (follow)
AgeCommit message (Collapse)AuthorFilesLines
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 Moura2-0/+20
These tests ensure optimizations in the chdir calls don't break SAPI semantics.