Home
last modified time | relevance | path

Searched refs:rm (Results 1 – 25 of 49) sorted by last modified time

12

/PHP-5.3/win32/
H A Dinstall.txt1331 $ rm configure
/PHP-5.3/scripts/dev/
H A Dphpextdist15 rm -rf modules *.lo *.o *.la config.status config.cache \
25 rm -rf $distname $distname.tar.*
H A Dconv_proto28 rm -f $tmpfile
H A Dconv_z_macros61 rm -f tmp
/PHP-5.3/scripts/
H A Dphpize.in41 rm -f $i
43 rm -rf $i
/PHP-5.3/sapi/thttpd/
H A Dconfig.m431 rm -f $THTTPD/php_thttpd.c $THTTPD/php_thttpd.h $THTTPD/libphp5.a; \
H A Dthttpd_patch24 @rm -f $@
38 @rm -f $@
1091 -rm audio/x-pn-realaudio
1234 +rm audio/x-pn-realaudio
/PHP-5.3/sapi/apache2filter/
H A Dconfig.m4108 if test -f _APP_; then `rm _APP_`; fi
/PHP-5.3/sapi/apache2handler/
H A Dconfig.m4107 if test -f _APP_; then `rm _APP_`; fi
/PHP-5.3/sapi/apache_hooks/
H A DapMakefile.tmpl36 rm -f $@
54 -rm -f $(OBJS) $(SHLIB_OBJS) $(LIB)
65 && rm Makefile.new
/PHP-5.3/sapi/apache/
H A DapMakefile.tmpl36 rm -f $@
54 -rm -f $(OBJS) $(SHLIB_OBJS) $(LIB)
65 && rm Makefile.new
/PHP-5.3/
H A Dphp.ini-development1571 ; find /path/to/sessions -cmin +24 | xargs rm
H A Dmakedist87 rm -f buildmk.stamp
97 find . -name \*.orig -print0 | xargs -0 rm
98 rm -fr autom4te.cache/
111 rm -f $ARCHIVE.gz
117 rm -f $ARCHIVE.bz2
123 rm -rf $DIRPATH || exit 12
H A Dmakerpm82 test -f config.cache && rm -f config.cache
104 rm -rf $RPM_BUILD_ROOT
118 rm -rf $RPM_BUILD_ROOT
H A Dphp.ini-production1571 ; find /path/to/sessions -cmin +24 | xargs rm
H A Dltmain.sh92 rm="rm -f"
624 *rm)
959 $run $rm "$lobj"
3586 $rm conftest.c
3590 $rm conftest
3634 $rm conftest
4870 $run $rm $output
5747 $rm $output
6531 rm="$nonopt"
6543 -f) rm="$rm $arg"; rmforce=yes ;;
[all …]
/PHP-5.3/ext/standard/tests/file/
H A Dclearstatcache_001.phpt23 passthru("rm -f " . escapeshellarg(__FILE__ . "_link1"));
/PHP-5.3/ext/reflection/tests/
H A Dclosures_001.phpt9 $rm = $ro->getMethod('__invoke');
10 var_dump($rm->getNumberOfParameters());
11 var_dump($rm->getNumberOfRequiredParameters());
13 foreach($rms as $rm) {
14 if ($rm->getName() == '__invoke') {
15 var_dump($rm->getNumberOfParameters());
16 var_dump($rm->getNumberOfRequiredParameters());
22 $rm = new ReflectionMethod($closure, '__invoke');
23 var_dump($rm->getName());
24 var_dump($rm->getNumberOfParameters());
[all …]
H A Dclosures_002.phpt10 $rm = new ReflectionMethod(new Test, '__invoke');
11 var_dump($rm->getName());
12 var_dump($rm->getNumberOfParameters());
13 var_dump($rm->getNumberOfRequiredParameters());
H A DReflectionObject_getConstructor_basic.phpt56 $rm = $rc->getConstructor();
57 if ($rm != null) {
58 echo "Constructor of $class: " . $rm->getName() . "\n";
H A DReflectionMethod_006.phpt18 var_dump($rm->isFinal(1));
19 var_dump($rm->isAbstract(1));
20 var_dump($rm->isPrivate(1));
21 var_dump($rm->isProtected(1));
22 var_dump($rm->isPublic(1));
23 var_dump($rm->isStatic(1));
25 var_dump($rm->isDestructor(1));
27 var_dump($rm->isInternal(1));
29 var_dump($rm->getFileName(1));
31 var_dump($rm->getEndLine(1));
[all …]
H A DReflectionMethod_getDocComment_basic.phpt58 foreach ($rms as $rm) {
59 echo "\n\n---> Doc comment for $class::" . $rm->getName() . "():\n";
60 var_dump($rm->getDocComment());
H A DReflectionClass_getConstructor_basic.phpt56 $rm = $rc->getConstructor();
57 if ($rm != null) {
58 echo "Constructor of $class: " . $rm->getName() . "\n";
/PHP-5.3/ext/phar/
H A DMakefile.frag33 -@rm -f $(builddir)/phar.phar
34 -@rm -f $(srcdir)/phar.phar
41 -@rm -f $(INSTALL_ROOT)$(bindir)/phar
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog4610 4. Changed "/bin/rm" in the Makefile to "-rm" so it works on Windows NT.

Completed in 99 milliseconds

12