Home
last modified time | relevance | path

Searched refs:stubs (Results 1 – 6 of 6) sorted by relevance

/PHP-8.4/ext/opcache/tests/
H A Dfunc_info.phpt2 Test that return types in zend_func_info.c match return types in stubs
/PHP-8.4/ext/zend_test/tests/
H A Dattribute-deprecated.phpt2 #[\Deprecated]: Works in stubs.
/PHP-8.4/docs/source/miscellaneous/
H A Dstubs.rst22 Any kind of symbol can be declared via stubs. Every type can be used, with the exception of
66 The purpose of stubs files is to make it easier to declare arginfo structures, validate parameters
96 In debug builds, PHP will compare arginfo structures against ZPP macros to ensure that the stubs and
176 Besides arginfo structures, function entries themselves can also be generated via stubs.
446 a bitmask, the exact value is not yet known when stubs are used. In these cases, don't duplicate the
465 The stubs in the PHP source distribution only need to support the branch they are part of.
468 supported, that can be enabled through stubs.
596 This feature is only available for built-in stubs inside php-src, since currently there is no way to
687 The manual should reflect the exact same signatures which are represented by the stubs. This is not
745 stubs, and the target manual directory, as in ``./build/gen_stub.php --verify-manual ./
[all …]
/PHP-8.4/docs/source/
H A Dindex.rst22 miscellaneous/stubs
/PHP-8.4/
H A Dconfigure.ac271 esyscmd(./build/config-stubs sapi)
1059 dnl Reading config stubs.
1060 esyscmd(./build/config-stubs ext)
/PHP-8.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c487 stub_list *stubs; member
3233 list_item->next = common->stubs; in add_stub()
3234 common->stubs = list_item; in add_stub()
3241 stub_list *list_item = common->stubs; in flush_stubs()
3250 common->stubs = NULL; in flush_stubs()

Completed in 64 milliseconds