move PHP and System table enums to the Symbol ns
authorMichael Wallner <mike@php.net>
Tue, 25 Jan 2022 12:00:12 +0000 (13:00 +0100)
committerMichael Wallner <mike@php.net>
Tue, 25 Jan 2022 12:00:12 +0000 (13:00 +0100)
commitb372aaf7f0eeabb9d0e73d142039d5c062ca59c7
tree4ee02c6299205ef5d9758f615c551fa83501f2c4
parent2f22a7e0925e60ee94424e7d348aa569c966cf70
move PHP and System table enums to the Symbol ns
31 files changed:
.gitignore
README.md
docs/v0.0/index.html
docs/v0.0/ion.html
docs/v0.0/ion.stub.php
docs/v0.0/ion/Symbol.html
docs/v0.0/ion/Symbol/Enum.html
docs/v0.0/ion/Symbol/ImportLocation.html
docs/v0.0/ion/Symbol/PHP.html [new file with mode: 0644]
docs/v0.0/ion/Symbol/PHP/asTable.html [new file with mode: 0644]
docs/v0.0/ion/Symbol/System.html [new file with mode: 0644]
docs/v0.0/ion/Symbol/System/asTable.html [new file with mode: 0644]
docs/v0.0/ion/Symbol/Table.html
docs/v0.0/ion/Symbol/Table/Local.html
docs/v0.0/ion/Symbol/Table/PHP.html [deleted file]
docs/v0.0/ion/Symbol/Table/Shared.html
docs/v0.0/ion/Symbol/Table/System.html [deleted file]
docs/v0.0/ion/Symbol/Table/add.html
docs/v0.0/ion/Symbol/Table/find.html
docs/v0.0/ion/Symbol/Table/findLocal.html
docs/v0.0/ion/Symbol/Table/getMaxId.html
docs/v0.0/ion/Symbol/__construct.html
docs/v0.0/ion/Symbol/equals.html
docs/v0.0/ion/Symbol/toString.html
ion.c
ion.stub.php
ion_arginfo.h
tests/Catalog.phpt
tests/Symbol/Enum.phpt
tests/Symbol/Table.phpt
tests/Writer.phpt