Skip to content

Latest commit

 

History

History
77 lines (58 loc) · 1.23 KB

index.rst

File metadata and controls

77 lines (58 loc) · 1.23 KB

Table Of Contents

PHP 7

.. toctree::
    :maxdepth: 3

    php7/introduction.rst
    php7/build_system.rst
    php7/internal_types.rst
    php7/extensions_design.rst
    php7/pdo.rst
    php7/memory_management.rst
    php7/zend_engine.rst
    php7/debugging.rst

PHP 5

.. toctree::
    :maxdepth: 2

    php5/introduction.rst
    php5/build_system.rst

  • Creating PHP extensions
.. toctree::
    :maxdepth: 2

    php5/zvals.rst

  • Implementing functions
.. toctree::
    :maxdepth: 2

    php5/hashtables.rst
    php5/classes_objects.rst

Testing PHP Source

Writing tests applies to both PHP 5 & PHP 7.

.. toctree::
    :maxdepth: 3

    tests/introduction.rst
    tests/overview.rst
    tests/running_the_test_suite.rst
    tests/phpt_file_structure.rst
    tests/examining_failed_test_output.rst

Index and search