Home
last modified time | relevance | path

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

/PHP-5.4/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
249 if test -z "$stubs" && test -z "$no_help"; then
260 if test -z "$stubs"; then
281 if test -z "$no_help" && test -z "$stubs"; then
/PHP-5.4/ext/skeleton/
H A Dcreate_stubs256 if (!stubs) print "" > extname "/function_warning"
263 if (stubs) {
274 if (stubs) {
/PHP-5.4/
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)
1014 # reading config stubs
1015 esyscmd(./build/config-stubs ext)
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c398 stub_list *stubs; member
2046 list_item->next = common->stubs; in add_stub()
2047 common->stubs = list_item; in add_stub()
2054 stub_list *list_item = common->stubs; in flush_stubs()
2063 common->stubs = NULL; in flush_stubs()

Completed in 36 milliseconds