php-ext.com / zephir_parser (from dev using PHP 7.4.16-zts-buster)

Dockerfile
FROM php:7.4.16-zts-buster
WORKDIR /tmp
RUN apt update && \
    apt install -y --no-install-recommends git subversion autoconf build-essential && \
    rm -rf /var/lib/apt/lists/*
RUN git clone --recursive --depth=1 https://github.com/phalcon/php-zephir-parser /tmp/ext-src && \
    cd /tmp/ext-src && \
    phpize && \
    ./configure --enable-zephir-parser && \
    make && \
    make test
Build output PASS 24ss
Step 1/4 : FROM php:7.4.16-zts-buster
---> f100431f0b6a
Step 2/4 : WORKDIR /tmp
---> Running in ea8555b0c8db
Removing intermediate container ea8555b0c8db
---> f869b440a159
Step 3/4 : RUN apt update && apt install -y --no-install-recommends git subversion autoconf build-essential && rm -rf /var/lib/apt/lists/*
---> Running in 46d90edcb302


WARNING: apt does not have a stable CLI interface. Use with caution in scripts.


Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
Get:3 http://security.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
Get:4 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
Fetched 8423 kB in 4s (2307 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
1 package can be upgraded. Run 'apt list --upgradable' to see it.


WARNING: 
apt
 
does not have a stable CLI interface. 
Use with caution in scripts.




Reading package lists...
Building dependency tree...
Reading state information...
autoconf is already the newest version (2.69-11).
The following package was automatically installed and is no longer required:
lsb-base
Use 'apt autoremove' to remove it.
The following additional packages will be installed:
git-man libapr1 libaprutil1 libcurl3-gnutls liberror-perl libexpat1
libpcre2-8-0 libserf-1-1 libsvn1 libutf8proc2
Suggested packages:
gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email
git-gui gitk gitweb git-cvs git-mediawiki git-svn db5.3-util
libapache2-mod-svn subversion-tools
Recommended packages:
less ssh-client
The following NEW packages will be installed:
build-essential git git-man libapr1 libaprutil1 libcurl3-gnutls
liberror-perl libexpat1 libpcre2-8-0 libserf-1-1 libsvn1 libutf8proc2
subversion
0 upgraded, 13 newly installed, 0 to remove and 1 not upgraded.
Need to get 10.7 MB of archives.
After this operation, 50.2 MB of additional disk space will be used.
Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libsvn1 amd64 1.10.4-1+deb10u2 [1403 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
Get:3 http://deb.debian.org/debian buster/main amd64 libcurl3-gnutls amd64 7.64.0-4+deb10u1 [330 kB]
Get:4 http://deb.debian.org/debian buster/main amd64 libexpat1 amd64 2.2.6-2+deb10u1 [106 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 libpcre2-8-0 amd64 10.32-5 [213 kB]
Get:6 http://deb.debian.org/debian buster/main amd64 liberror-perl all 0.17027-2 [30.9 kB]
Get:7 http://deb.debian.org/debian buster/main amd64 git-man all 1:2.20.1-2+deb10u3 [1620 kB]
Get:8 http://security.debian.org/debian-security buster/updates/main amd64 subversion amd64 1.10.4-1+deb10u2 [1008 kB]
Get:9 http://deb.debian.org/debian buster/main amd64 git amd64 1:2.20.1-2+deb10u3 [5633 kB]
Get:10 http://deb.debian.org/debian buster/main amd64 libapr1 amd64 1.6.5-1+b1 [102 kB]
Get:11 http://deb.debian.org/debian buster/main amd64 libaprutil1 amd64 1.6.1-4 [91.8 kB]
Get:12 http://deb.debian.org/debian buster/main amd64 libserf-1-1 amd64 1.3.9-7+b10 [53.6 kB]
Get:13 http://deb.debian.org/debian buster/main amd64 libutf8proc2 amd64 2.3.0-1 [53.0 kB]
debconf: delaying package configuration, since apt-utils is not installed

Fetched 10.7 MB in 2s (5730 kB/s)
Selecting previously unselected package build-essential.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ...
12690 files and directories currently installed.)
Preparing to unpack .../00-build-essential_12.6_amd64.deb ...
Unpacking build-essential (12.6) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../01-libcurl3-gnutls_7.64.0-4+deb10u1_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.64.0-4+deb10u1) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../02-libexpat1_2.2.6-2+deb10u1_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.6-2+deb10u1) ...
Selecting previously unselected package libpcre2-8-0:amd64.
Preparing to unpack .../03-libpcre2-8-0_10.32-5_amd64.deb ...
Unpacking libpcre2-8-0:amd64 (10.32-5) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../04-liberror-perl_0.17027-2_all.deb ...
Unpacking liberror-perl (0.17027-2) ...
Selecting previously unselected package git-man.
Preparing to unpack .../05-git-man_1%3a2.20.1-2+deb10u3_all.deb ...
Unpacking git-man (1:2.20.1-2+deb10u3) ...
Selecting previously unselected package git.
Preparing to unpack .../06-git_1%3a2.20.1-2+deb10u3_amd64.deb ...
Unpacking git (1:2.20.1-2+deb10u3) ...
Selecting previously unselected package libapr1:amd64.
Preparing to unpack .../07-libapr1_1.6.5-1+b1_amd64.deb ...
Unpacking libapr1:amd64 (1.6.5-1+b1) ...
Selecting previously unselected package libaprutil1:amd64.
Preparing to unpack .../08-libaprutil1_1.6.1-4_amd64.deb ...
Unpacking libaprutil1:amd64 (1.6.1-4) ...
Selecting previously unselected package libserf-1-1:amd64.
Preparing to unpack .../09-libserf-1-1_1.3.9-7+b10_amd64.deb ...
Unpacking libserf-1-1:amd64 (1.3.9-7+b10) ...
Selecting previously unselected package libutf8proc2:amd64.
Preparing to unpack .../10-libutf8proc2_2.3.0-1_amd64.deb ...
Unpacking libutf8proc2:amd64 (2.3.0-1) ...
Selecting previously unselected package libsvn1:amd64.
Preparing to unpack .../11-libsvn1_1.10.4-1+deb10u2_amd64.deb ...
Unpacking libsvn1:amd64 (1.10.4-1+deb10u2) ...
Selecting previously unselected package subversion.
Preparing to unpack .../12-subversion_1.10.4-1+deb10u2_amd64.deb ...
Unpacking subversion (1.10.4-1+deb10u2) ...
Setting up libexpat1:amd64 (2.2.6-2+deb10u1) ...
Setting up libutf8proc2:amd64 (2.3.0-1) ...
Setting up libapr1:amd64 (1.6.5-1+b1) ...
Setting up libcurl3-gnutls:amd64 (7.64.0-4+deb10u1) ...
Setting up liberror-perl (0.17027-2) ...
Setting up libpcre2-8-0:amd64 (10.32-5) ...
Setting up build-essential (12.6) ...
Setting up git-man (1:2.20.1-2+deb10u3) ...
Setting up libaprutil1:amd64 (1.6.1-4) ...
Setting up libserf-1-1:amd64 (1.3.9-7+b10) ...
Setting up git (1:2.20.1-2+deb10u3) ...
Setting up libsvn1:amd64 (1.10.4-1+deb10u2) ...
Setting up subversion (1.10.4-1+deb10u2) ...
Processing triggers for libc-bin (2.28-10) ...
Removing intermediate container 46d90edcb302
---> ae7af8b1a380
Step 4/4 : RUN git clone --recursive --depth=1 https://github.com/phalcon/php-zephir-parser /tmp/ext-src && cd /tmp/ext-src && phpize && ./configure --enable-zephir-parser && make && make test
---> Running in 09a9979b4b7d
Cloning into '/tmp/ext-src'...

Configuring for:
PHP Api Version:         20190902
Zend Module Api No:      20190902
Zend Extension Api No:   320190902
checking for grep that handles long lines and -e...
/bin/grep
checking for egrep...
/bin/grep -E
checking for a sed that does not truncate output...
/bin/sed
checking for pkg-config...
/usr/bin/pkg-config
checking pkg-config is at least version 0.9.0...
yes
checking for cc...
cc
checking whether the C compiler works...
yes
checking for C compiler default output file name...
a.out
checking for suffix of executables...
checking whether we are cross compiling...
no
checking for suffix of object files...
o
checking whether we are using the GNU C compiler...
yes
checking whether cc accepts -g...
yes
checking for cc option to accept ISO C89...
none needed
checking how to run the C preprocessor...
cc -E
checking for icc...
no
checking for suncc...
no
checking for system library directory...
lib
checking if compiler supports -R...
no
checking if compiler supports -Wl,-rpath,...
yes
checking build system type...
x86_64-pc-linux-gnu
checking host system type...
x86_64-pc-linux-gnu
checking target system type...
x86_64-pc-linux-gnu
checking for PHP prefix...
/usr/local
checking for PHP includes...
-I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
checking for PHP extension directory...
/usr/local/lib/php/extensions/no-debug-zts-20190902
checking for PHP installed headers prefix...
/usr/local/include/php
checking if debug is enabled...
no
checking if zts is enabled...
yes
checking for gawk...
no
checking for nawk...
nawk
checking if nawk is broken...
no
checking whether to enable Zephir Parser...
yes, shared
checking whether to enable debugging support in Zephir Parser...
no
checking for PHP version...
7.4.16 (ok)
checking whether to include code coverage symbols...
no
checking for a sed that does not truncate output...
/bin/sed
checking for ld used by cc...
/usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld...
yes
checking for /usr/bin/ld option to reload object files...
-r
checking for BSD-compatible nm...
/usr/bin/nm -B
checking whether ln -s works...
yes
checking how to recognize dependent libraries...
pass_all
checking for ANSI C header files...
yes
checking for sys/types.h...
yes
checking for sys/stat.h...
yes
checking for stdlib.h...
yes
checking for string.h...
yes
checking for memory.h...
yes
checking for strings.h...
yes
checking for inttypes.h...
yes
checking for stdint.h...
yes
checking for unistd.h...
yes
checking dlfcn.h usability...
yes
checking dlfcn.h presence...
yes
checking for dlfcn.h...
yes
checking the maximum length of command line arguments...
1572864
checking command to parse /usr/bin/nm -B output from cc object...
ok
checking for objdir...
.libs
checking for ar...
ar
checking for ranlib...
ranlib
checking for strip...
strip
checking if cc supports -fno-rtti -fno-exceptions...
no
checking for cc option to produce PIC...
-fPIC
checking if cc PIC flag -fPIC works...
yes
checking if cc static flag -static works...
yes
checking if cc supports -c -o file.o...
yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries...
yes
checking whether -lc should be explicitly linked in...
no
checking dynamic linker characteristics...
GNU/Linux ld.so
checking how to hardcode library paths into programs...
immediate
checking whether stripping libraries is possible...
yes
checking if libtool supports shared libraries...
yes
checking whether to build shared libraries...
yes
checking whether to build static libraries...
no
creating libtool
appending configuration tag "CXX" to libtool
configure: patching config.h.in
configure: creating ./config.status
config.status: creating config.h
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I/tmp/ext-src/parser -I. -I/tmp/ext-src -DPHP_ATOM_INC -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /tmp/ext-src/zephir_parser.c -o zephir_parser.lo
mkdir .libs
cc -I/tmp/ext-src/parser -I. -I/tmp/ext-src -DPHP_ATOM_INC -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/zephir_parser.c  -fPIC -DPIC -o .libs/zephir_parser.o
cc /tmp/ext-src/parser/lemon.c -o /tmp/ext-src/parser/lemon
nawk '/case \$p in/{print;print "\t    *.gcno)\n\t    ;;";next}1' /tmp/ext-src/libtool > /tmp/ext-src/libtool.tmp && mv /tmp/ext-src/libtool.tmp /tmp/ext-src/libtool
chmod +x /tmp/ext-src/libtool
/tmp/ext-src/parser/lemon /tmp/ext-src/parser/zephir.lemon
cat /tmp/ext-src/parser/zephir.c >> /tmp/ext-src/parser/parser.c
echo "#line 1 \"/tmp/ext-src/parser/base.c\"" >> /tmp/ext-src/parser/parser.c
cat /tmp/ext-src/parser/base.c >> /tmp/ext-src/parser/parser.c
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I/tmp/ext-src/parser -I. -I/tmp/ext-src -DPHP_ATOM_INC -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /tmp/ext-src/parser/parser.c -o parser/parser.lo
mkdir parser/.libs
cc -I/tmp/ext-src/parser -I. -I/tmp/ext-src -DPHP_ATOM_INC -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/parser/parser.c  -fPIC -DPIC -o parser/.libs/parser.o
/usr/bin/re2c -W -d --no-generation-date -o /tmp/ext-src/parser/scanner.c /tmp/ext-src/parser/scanner.re
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I/tmp/ext-src/parser -I. -I/tmp/ext-src -DPHP_ATOM_INC -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /tmp/ext-src/parser/scanner.c -o parser/scanner.lo
cc -I/tmp/ext-src/parser -I. -I/tmp/ext-src -DPHP_ATOM_INC -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/parser/scanner.c  -fPIC -DPIC -o parser/.libs/scanner.o
/bin/bash /tmp/ext-src/libtool --mode=link cc -DPHP_ATOM_INC -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2    -o zephir_parser.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/ext-src/modules  zephir_parser.lo parser/parser.lo parser/scanner.lo
cc -shared  .libs/zephir_parser.o parser/.libs/parser.o parser/.libs/scanner.o   -Wl,-soname -Wl,zephir_parser.so -o .libs/zephir_parser.so
creating zephir_parser.la
(cd .libs && rm -f zephir_parser.la && ln -s ../zephir_parser.la zephir_parser.la)
/bin/bash /tmp/ext-src/libtool --mode=install cp ./zephir_parser.la /tmp/ext-src/modules
cp ./.libs/zephir_parser.so /tmp/ext-src/modules/zephir_parser.so
cp ./.libs/zephir_parser.lai /tmp/ext-src/modules/zephir_parser.la
PATH="$PATH:/sbin" ldconfig -n /tmp/ext-src/modules
----------------------------------------------------------------------
Libraries have been installed in:
/tmp/ext-src/modules
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Build complete.
Don't forget to run 'make test'.
nawk '/case \$p in/{print;print "\t    *.gcno)\n\t    ;;";next}1' /tmp/ext-src/libtool > /tmp/ext-src/libtool.tmp && mv /tmp/ext-src/libtool.tmp /tmp/ext-src/libtool
chmod +x /tmp/ext-src/libtool
/tmp/ext-src/parser/lemon /tmp/ext-src/parser/zephir.lemon
cat /tmp/ext-src/parser/zephir.c >> /tmp/ext-src/parser/parser.c
echo "#line 1 \"/tmp/ext-src/parser/base.c\"" >> /tmp/ext-src/parser/parser.c
cat /tmp/ext-src/parser/base.c >> /tmp/ext-src/parser/parser.c
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I/tmp/ext-src/parser -I. -I/tmp/ext-src -DPHP_ATOM_INC -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /tmp/ext-src/parser/parser.c -o parser/parser.lo
cc -I/tmp/ext-src/parser -I. -I/tmp/ext-src -DPHP_ATOM_INC -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/parser/parser.c  -fPIC -DPIC -o parser/.libs/parser.o
/bin/bash /tmp/ext-src/libtool --mode=link cc -DPHP_ATOM_INC -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2    -o zephir_parser.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/ext-src/modules  zephir_parser.lo parser/parser.lo parser/scanner.lo
rm -fr  .libs/zephir_parser.la .libs/zephir_parser.lai .libs/zephir_parser.so
cc -shared  .libs/zephir_parser.o parser/.libs/parser.o parser/.libs/scanner.o   -Wl,-soname -Wl,zephir_parser.so -o .libs/zephir_parser.so
creating zephir_parser.la
(cd .libs && rm -f zephir_parser.la && ln -s ../zephir_parser.la zephir_parser.la)
/bin/bash /tmp/ext-src/libtool --mode=install cp ./zephir_parser.la /tmp/ext-src/modules
cp ./.libs/zephir_parser.so /tmp/ext-src/modules/zephir_parser.so
cp ./.libs/zephir_parser.lai /tmp/ext-src/modules/zephir_parser.la
PATH="$PATH:/sbin" ldconfig -n /tmp/ext-src/modules
----------------------------------------------------------------------
Libraries have been installed in:
/tmp/ext-src/modules
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Build complete.
Don't forget to run 'make test'.
=====================================================================
PHP         : /usr/local/bin/php 
PHP_SAPI    : cli
PHP_VERSION : 7.4.16
ZEND_VERSION: 3.4.0
PHP_OS      : Linux - Linux 09a9979b4b7d 5.8.0-44-generic #50-Ubuntu SMP Tue Feb 9 06:29:41 UTC 2021 x86_64
INI actual  : /tmp/ext-src/tmp-php.ini
More .INIs  :   
---------------------------------------------------------------------
PHP         : /usr/local/bin/phpdbg 
PHP_SAPI    : phpdbg
PHP_VERSION : 7.4.16
ZEND_VERSION: 3.4.0
PHP_OS      : Linux - Linux 09a9979b4b7d 5.8.0-44-generic #50-Ubuntu SMP Tue Feb 9 06:29:41 UTC 2021 x86_64
INI actual  : /tmp/ext-src/tmp-php.ini
More .INIs  : 
---------------------------------------------------------------------
CWD         : /tmp/ext-src
Extra dirs  :
VALGRIND    : Not used
=====================================================================
TIME START 2021-03-09 06:50:43
=====================================================================
TEST 1/89 [tests/base/cblocks.phpt]
PASS Tests recognizing wrapping C-code in CBLOCKs [tests/base/cblocks.phpt]
TEST 2/89 [tests/base/declare.phpt]
PASS Tests variable declarations [tests/base/declare.phpt]
TEST 3/89 [tests/base/empty01.phpt]
PASS Should return an empty array in case of empty file [tests/base/empty01.phpt]
TEST 4/89 [tests/base/empty02.phpt]
PASS Should return an empty array in case if all characters are whitespace [tests/base/empty02.phpt]
TEST 5/89 [tests/base/extension_info.phpt]
PASS Test extension info [tests/base/extension_info.phpt]
TEST 6/89 [tests/base/literals.phpt]
PASS Tests literal values [tests/base/literals.phpt]
TEST 7/89 [tests/base/types.phpt]
PASS Tests recognizing data types [tests/base/types.phpt]
TEST 8/89 [tests/base/variables.phpt]
PASS Tests using identifiers for variables [tests/base/variables.phpt]
TEST 9/89 [tests/cf/do-while.phpt]
PASS do-while control statement [tests/cf/do-while.phpt]
TEST 10/89 [tests/cf/for.phpt]
PASS For control statement [tests/cf/for.phpt]
TEST 11/89 [tests/cf/if.phpt]
PASS IF control statement [tests/cf/if.phpt]
TEST 12/89 [tests/cf/loop.phpt]
PASS Loop control statement [tests/cf/loop.phpt]
TEST 13/89 [tests/cf/switch.phpt]
PASS Switch control statement [tests/cf/switch.phpt]
TEST 14/89 [tests/cf/try-catch01.phpt]
PASS try-catch control statement without catch [tests/cf/try-catch01.phpt]
TEST 15/89 [tests/cf/try-catch02.phpt]
PASS try-catch control statement with catch variable [tests/cf/try-catch02.phpt]
TEST 16/89 [tests/cf/try-catch03.phpt]
PASS try-catch control statement with multiple catches [tests/cf/try-catch03.phpt]
TEST 17/89 [tests/cf/while01.phpt]
PASS The while without parentheses [tests/cf/while01.phpt]
TEST 18/89 [tests/classes/bug48.phpt]
PASS Final class can extend and implement [tests/classes/bug48.phpt]
TEST 19/89 [tests/classes/constant.phpt]
PASS Class constant definition [tests/classes/constant.phpt]
TEST 20/89 [tests/classes/interface.phpt]
PASS Interface declaration [tests/classes/interface.phpt]
TEST 21/89 [tests/classes/method-visibility.phpt]
PASS Class Method visibility [tests/classes/method-visibility.phpt]
TEST 22/89 [tests/comments/comment.phpt]
PASS Tests ignoring c-like comments [tests/comments/comment.phpt]
TEST 23/89 [tests/comments/comments_before.phpt]
PASS Comments before namespace [tests/comments/comments_before.phpt]
TEST 24/89 [tests/comments/dockblocks/bug13.phpt]
PASS Tests class like names in the method annotation [tests/comments/dockblocks/bug13.phpt]
TEST 25/89 [tests/comments/dockblocks/empty.phpt]
PASS Tests for empty dockblock [tests/comments/dockblocks/empty.phpt]
TEST 26/89 [tests/comments/dockblocks/simple.phpt]
PASS Tests simple PHP dockblock [tests/comments/dockblocks/simple.phpt]
TEST 27/89 [tests/comments/empty.phpt]
PASS Tests for empty dockblock [tests/comments/empty.phpt]
TEST 28/89 [tests/comments/sl_comment.phpt]
PASS Tests ignoring single line comments [tests/comments/sl_comment.phpt]
TEST 29/89 [tests/errors/001.phpt]
PASS Syntax error on statement w/o assignment [tests/errors/001.phpt]
TEST 30/89 [tests/errors/bug30.phpt]
PASS Syntax error when use unicode [tests/errors/bug30.phpt]
TEST 31/89 [tests/functions/closures/closure_arrow.phpt]
PASS Tests short syntax closure definition [tests/functions/closures/closure_arrow.phpt]
TEST 32/89 [tests/functions/closures/empty_closure.phpt]
PASS Tests empty closure with "use" [tests/functions/closures/empty_closure.phpt]
TEST 33/89 [tests/functions/closures/empty_closure_with_body.phpt]
PASS Tests empty closure with "use" and body [tests/functions/closures/empty_closure_with_body.phpt]
TEST 34/89 [tests/functions/closures/non_empty_closure_with_use.phpt]
PASS Tests non empty closure with "use" [tests/functions/closures/non_empty_closure_with_use.phpt]
TEST 35/89 [tests/functions/closures/non_empty_closure_with_use_and_body.phpt]
PASS Tests non empty closure with "use" and body [tests/functions/closures/non_empty_closure_with_use_and_body.phpt]
TEST 36/89 [tests/functions/closures/preg_replace_callback.phpt]
PASS Tests a complex closure with "use" [tests/functions/closures/preg_replace_callback.phpt]
TEST 37/89 [tests/functions/definition01.phpt]
PASS Function definition using `fn` [tests/functions/definition01.phpt]
TEST 38/89 [tests/functions/definition02.phpt]
PASS Function definition with mandatory return type [tests/functions/definition02.phpt]
TEST 39/89 [tests/functions/definition03.phpt]
PASS Function definition with void [tests/functions/definition03.phpt]
TEST 40/89 [tests/functions/definition04.phpt]
PASS Function definition with cast [tests/functions/definition04.phpt]
TEST 41/89 [tests/globals/001.phpt]
PASS Tests using globals [tests/globals/001.phpt]
TEST 42/89 [tests/namespaces/001.phpt]
PASS Using imports [tests/namespaces/001.phpt]
TEST 43/89 [tests/namespaces/002.phpt]
PASS Using imports and aliases [tests/namespaces/002.phpt]
TEST 44/89 [tests/namespaces/003.phpt]
PASS Using imports and comma [tests/namespaces/003.phpt]
TEST 45/89 [tests/namespaces/004.phpt]
PASS Using imports, comma and aliases [tests/namespaces/004.phpt]
TEST 46/89 [tests/operators/and.phpt]
PASS Tests AND operator [tests/operators/and.phpt]
TEST 47/89 [tests/operators/assignments/bitwise.phpt]
PASS Tests assignments using bitwise operators [tests/operators/assignments/bitwise.phpt]
TEST 48/89 [tests/operators/assignments/concat.phpt]
PASS Tests string assignments by concatenation with strings similar to integers [tests/operators/assignments/concat.phpt]
TEST 49/89 [tests/operators/assignments/div.phpt]
PASS Tests assignments using division syntax [tests/operators/assignments/div.phpt]
TEST 50/89 [tests/operators/assignments/mod.phpt]
PASS Tests assignments using division by module [tests/operators/assignments/mod.phpt]
TEST 51/89 [tests/operators/assignments/mul.phpt]
PASS Tests assignments using multiply operator [tests/operators/assignments/mul.phpt]
TEST 52/89 [tests/operators/assignments/sub.phpt]
PASS Tests assignments using substract operator [tests/operators/assignments/sub.phpt]
TEST 53/89 [tests/operators/bitwise.phpt]
PASS Tests bitwise operators [tests/operators/bitwise.phpt]
TEST 54/89 [tests/operators/bug89.phpt]
PASS Tests bitwise operators priority [tests/operators/bug89.phpt]
TEST 55/89 [tests/operators/comparison.phpt]
PASS Tests comparison operators [tests/operators/comparison.phpt]
TEST 56/89 [tests/operators/decr.phpt]
PASS Tests decrement operators [tests/operators/decr.phpt]
TEST 57/89 [tests/operators/div.phpt]
PASS Tests divide operator [tests/operators/div.phpt]
TEST 58/89 [tests/operators/dot.phpt]
PASS Tests dot/concat operator [tests/operators/dot.phpt]
TEST 59/89 [tests/operators/erange.phpt]
PASS Tests exclusive range operator [tests/operators/erange.phpt]
TEST 60/89 [tests/operators/incr.phpt]
PASS Tests increment operators [tests/operators/incr.phpt]
TEST 61/89 [tests/operators/instanceof.phpt]
PASS instanceof expression [tests/operators/instanceof.phpt]
TEST 62/89 [tests/operators/irange.phpt]
PASS Tests inclusive range operator [tests/operators/irange.phpt]
TEST 63/89 [tests/operators/mod.phpt]
PASS Tests modulo operator [tests/operators/mod.phpt]
TEST 64/89 [tests/operators/mul.phpt]
PASS Tests multiply operator [tests/operators/mul.phpt]
TEST 65/89 [tests/operators/negation.phpt]
PASS Tests negation operator [tests/operators/negation.phpt]
TEST 66/89 [tests/operators/new01.phpt]
PASS new static statement [tests/operators/new01.phpt]
TEST 67/89 [tests/operators/new02.phpt]
PASS new class statement [tests/operators/new02.phpt]
TEST 68/89 [tests/operators/new03.phpt]
PASS new dynamic class statement [tests/operators/new03.phpt]
TEST 69/89 [tests/operators/new04.phpt]
PASS new type statement [tests/operators/new04.phpt]
TEST 70/89 [tests/operators/not.phpt]
PASS Tests not operator [tests/operators/not.phpt]
TEST 71/89 [tests/operators/or.phpt]
PASS Tests OR operator [tests/operators/or.phpt]
TEST 72/89 [tests/operators/special.phpt]
PASS Tests special operators [tests/operators/special.phpt]
TEST 73/89 [tests/operators/static-constant-access.phpt]
PASS static-constant-access expression [tests/operators/static-constant-access.phpt]
TEST 74/89 [tests/operators/static-property-access.phpt]
PASS static-property-access expression [tests/operators/static-property-access.phpt]
TEST 75/89 [tests/operators/sub.phpt]
PASS Tests subtract operator [tests/operators/sub.phpt]
TEST 76/89 [tests/operators/ternary.phpt]
PASS Tests ternary operator [tests/operators/ternary.phpt]
TEST 77/89 [tests/statements/break.phpt]
PASS break statement [tests/statements/break.phpt]
TEST 78/89 [tests/statements/continue.phpt]
PASS continue statement [tests/statements/continue.phpt]
TEST 79/89 [tests/statements/empty.phpt]
PASS empty statement [tests/statements/empty.phpt]
TEST 80/89 [tests/statements/fcall.phpt]
PASS fcall statement [tests/statements/fcall.phpt]
TEST 81/89 [tests/statements/fetch.phpt]
PASS fetch statement [tests/statements/fetch.phpt]
TEST 82/89 [tests/statements/mcall.phpt]
PASS mcall statement [tests/statements/mcall.phpt]
TEST 83/89 [tests/statements/require.phpt]
PASS require statement [tests/statements/require.phpt]
TEST 84/89 [tests/statements/return.phpt]
PASS return statement [tests/statements/return.phpt]
TEST 85/89 [tests/statements/scall.phpt]
PASS scall statement [tests/statements/scall.phpt]
TEST 86/89 [tests/statements/throw.phpt]
PASS throw statement [tests/statements/throw.phpt]
TEST 87/89 [tests/statements/unset.phpt]
PASS unset statement [tests/statements/unset.phpt]
TEST 88/89 [tests/unicode/bug56.phpt]
PASS Using Cyrillic characters in the source code [tests/unicode/bug56.phpt]
TEST 89/89 [tests/unicode/bug62.phpt]
PASS Using Chinese characters in the source code [tests/unicode/bug62.phpt]
=====================================================================
TIME END 2021-03-09 06:50:46
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :    0
Exts tested     :   33
---------------------------------------------------------------------

Number of tests :   89                89
Tests skipped   :    0 (  0.0%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    0 (  0.0%) (  0.0%)
Tests passed    :   89 (100.0%) (100.0%)
---------------------------------------------------------------------
Time taken      :    3 seconds
=====================================================================
This report can be automatically sent to the PHP QA team at
http://qa.php.net/reports and http://news.php.net/php.qa.reports
This gives us a better understanding of PHP's behavior.
If you don't want to send the report immediately you can choose
option "s" to save it.	You can then email it to [email protected] later.
Do you want to send this report now? [Yns]:
Notice: Trying to access array offset on value of type bool in /tmp/ext-src/run-tests.php on line 934
Please enter your email address.
(Your address will be mangled so that it will not go out on any
mailinglist in plain text):
Posting to http://qa.php.net/buildtest-process.php
Removing intermediate container 09a9979b4b7d
---> 1d411349981b
Successfully built 1d411349981b