Home
last modified time | relevance | path

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

/PHP-7.2/ext/
H A Dext_skel42 --stubs=*)
43 stubs=yes
90 if test -z "$stubs"; then
97 …cat $proto | awk -v extname=$extname -v stubs=$stubs -v stubfile=$stubfile -v xml=$xml -v full_xml…
100 if test -z "$stubs"; then
298 if test -z "$stubs" && test -z "$no_help"; then
309 if test -z "$stubs"; then
330 if test -z "$no_help" && test -z "$stubs"; then
/PHP-7.2/ext/skeleton/
H A Dcreate_stubs256 if (!stubs) print "" > ( extname "/function_warning" )
263 if (stubs) {
274 if (stubs) {
/PHP-7.2/
H A DREADME.EXT_SKEL87 If present it will be filled into the 'proto' header comments in the stubs
115 --stubs=file
118 stubs with function value declarations and passed argument handling, and
H A Dconfigure.ac359 esyscmd(./build/config-stubs sapi)
1052 # reading config stubs
1053 esyscmd(./build/config-stubs ext)
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c418 stub_list *stubs; member
2268 list_item->next = common->stubs; in add_stub()
2269 common->stubs = list_item; in add_stub()
2276 stub_list *list_item = common->stubs; in flush_stubs()
2285 common->stubs = NULL; in flush_stubs()

Completed in 66 milliseconds