Home
last modified time | relevance | path

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

/PHP-5.5/ext/skeleton/
H A Dcreate_stubs251 print proto > stubfile
252 if (funcvals) print funcvals > stubfile
253 if (fetchargs) print fetchargs > stubfile
255 print resources > stubfile
259 print "\tphp_error(E_WARNING, \"" funcs[i] ": not yet implemented\");" > stubfile
261 print "}\n/* }}} */\n" > stubfile
275 print "\n/* ----------------------------------------------------------- */\n" > stubfile
276 print c_stubs > stubfile
277 print "\n/* ----------------------------------------------------------- */\n" > stubfile
278 print h_stubs > stubfile
/PHP-5.5/build/
H A Dconfig-stubs6 for stubfile in $dir/*/config0.m4 $dir/*/config.m4 $dir/*/config9.m4; do
7 echo "sinclude($stubfile)"
/PHP-5.5/ext/
H A Dext_skel44 stubfile=$optarg
92 stubfile=$extname"/function_stubs"
97 …cat $proto | awk -v extname=$extname -v stubs=$stubs -v stubfile=$stubfile -v xml=$xml -v full_xml…
/PHP-5.5/ext/phar/
H A Dtar.c947 php_stream *oldfile, *newfile, *stubfile; in phar_tar_flush() local
1006 if (!(php_stream_from_zval_no_verify(stubfile, (zval **)user_stub))) { in phar_tar_flush()
1019 if (!(len = php_stream_copy_to_mem(stubfile, &user_stub, len, 0)) || !user_stub) { in phar_tar_flush()
H A Dzip.c1165 php_stream *stubfile, *oldfile; in phar_zip_flush() local
1232 if (!(php_stream_from_zval_no_verify(stubfile, (zval **)user_stub))) { in phar_zip_flush()
1247 if (!(len = php_stream_copy_to_mem(stubfile, &user_stub, len, 0)) || !user_stub) { in phar_zip_flush()
H A Dphar.c2583 php_stream *file, *oldfile, *newfile, *stubfile; local
2641 if (!(php_stream_from_zval_no_verify(stubfile, (zval **)user_stub))) {
2658 if (!(len = php_stream_copy_to_mem(stubfile, &user_stub, len, 0)) || !user_stub) {

Completed in 30 milliseconds