Home
last modified time | relevance | path

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

/PHP-7.0/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
281 if test -z "$stubs" && test -z "$no_help"; then
292 if test -z "$stubs"; then
313 if test -z "$no_help" && test -z "$stubs"; then
/PHP-7.0/ext/skeleton/
H A Dcreate_stubs256 if (!stubs) print "" > extname "/function_warning"
263 if (stubs) {
274 if (stubs) {
/PHP-7.0/
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.in390 esyscmd(./build/config-stubs sapi)
1041 # reading config stubs
1042 esyscmd(./build/config-stubs ext)
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c398 stub_list *stubs; member
2069 list_item->next = common->stubs; in add_stub()
2070 common->stubs = list_item; in add_stub()
2077 stub_list *list_item = common->stubs; in flush_stubs()
2086 common->stubs = NULL; in flush_stubs()

Completed in 35 milliseconds