Searched refs:rf (Results 1 – 22 of 22) sorted by relevance
/PHP-5.6/ext/reflection/tests/ |
H A D | ReflectionFunction_getClosureScopeClass.phpt | 12 $rf = new ReflectionFunction($closure); 13 var_dump($rf->getClosureScopeClass()); 22 $rf = new ReflectionFunction($closure); 23 var_dump($rf->getClosureScopeClass());
|
H A D | ReflectionMethod_getClosureThis.phpt | 35 $rf = new ReflectionFunction($closure); 37 var_dump($rf->getClosureThis()); 42 $rf = new ReflectionFunction($closure); 44 var_dump($rf->getClosureThis());
|
H A D | ReflectionFunction_getClosureThis.phpt | 12 $rf = new ReflectionFunction($closure); 13 var_dump($rf->getClosureThis());
|
/PHP-5.6/sapi/cli/tests/ |
H A D | 004.phpt | 15 var_dump(`$php -n --rf unknown`); 16 var_dump(`$php -n --rf echo`); 17 var_dump(`$php -n --rf phpinfo`);
|
/PHP-5.6/ext/gd/libgd/ |
H A D | gd_filter.c | 131 double rf,gf,bf; in gdImageContrast() local 154 rf = (double)r/255.0; in gdImageContrast() 155 rf = rf-0.5; in gdImageContrast() 156 rf = rf*contrast; in gdImageContrast() 157 rf = rf+0.5; in gdImageContrast() 158 rf = rf*255.0; in gdImageContrast() 172 rf = (rf > 255.0)? 255.0 : ((rf < 0.0)? 0.0:rf); in gdImageContrast() 176 new_pxl = gdImageColorAllocateAlpha(src, (int)rf, (int)gf, (int)bf, a); in gdImageContrast() 178 new_pxl = gdImageColorClosestAlpha(src, (int)rf, (int)gf, (int)bf, a); in gdImageContrast()
|
/PHP-5.6/Zend/tests/ |
H A D | callable_type_hint_002.phpt | 13 $rf = new ReflectionFunction("foo"); 14 var_dump($rf->getParameters()[0]->isCallable());
|
/PHP-5.6/scripts/dev/ |
H A D | phpextdist | 15 rm -rf modules *.lo *.o *.la config.status config.cache \ 25 rm -rf $distname $distname.tar.*
|
/PHP-5.6/ |
H A D | Makefile.gcov | 14 @rm -rf lcov_data/ 62 rm -rf lcov_data/$$dir ; \ 75 rm -rf lcov_data/ 76 rm -rf lcov_html/
|
H A D | buildconf | 38 rm -rf autom4te.cache config.cache
|
H A D | makedist | 132 rm -rf $DIRPATH || exit 13
|
H A D | makerpm | 104 rm -rf $RPM_BUILD_ROOT 118 rm -rf $RPM_BUILD_ROOT
|
H A D | Makefile.global | 117 find . -name .libs -a -type d|xargs rm -rf
|
/PHP-5.6/ext/zlib/tests/ |
H A D | gzopen_variation9.phpt | 19 $modes = array('r+', 'rf', 'w+' , 'e'); 42 mode=rf
|
/PHP-5.6/sapi/phpdbg/travis/ |
H A D | ci.sh | 6 rm -rf phpdbg
|
/PHP-5.6/ext/session/ |
H A D | mod_files.sh | 42 rm -rf $directory/*
|
/PHP-5.6/ext/dba/ |
H A D | install_cdb.sh | 49 rm -rf tmp
|
/PHP-5.6/ext/mysql/tests/ |
H A D | mysql_reflection_functions.phpt | 21 $rf = new ReflectionFunction($func->name); 22 printf(" Deprecated: %s\n", $rf->isDeprecated() ? "yes" : "no"); 23 printf(" Accepted parameters: %d\n", $rf->getNumberOfParameters()); 24 printf(" Required parameters: %d\n", $rf->getNumberOfRequiredParameters()); 25 foreach( $rf->getParameters() as $param ) {
|
/PHP-5.6/build/ |
H A D | build.mk | 55 rm -rf $$distname $$distname.tar.*; \
|
H A D | shtool | 435 rm -rf "$tmpdir" >/dev/null 2>&1 || true 462 rm -rf "$tmpdir" >/dev/null 2>&1 || true
|
H A D | libtool.m4 | 285 rm -rf conftest*]) 290 rm -rf conftest* 316 rm -rf libconftest.dylib* 583 rm -rf conftest* 615 rm -rf conftest* 670 rm -rf conftest* 704 rm -rf conftest* 4713 rm -rf conftest* conftst*
|
/PHP-5.6/scripts/ |
H A D | phpize.in | 44 rm -rf $i
|
/PHP-5.6/ext/bcmath/libbcmath/ |
H A D | configure | 448 rm -rf conftest* confdefs.h 1440 rm -rf conftest* 1443 rm -rf conftest* 1473 rm -rf conftest* 1476 rm -rf conftest*
|
Completed in 44 milliseconds