Home
last modified time | relevance | path

Searched refs:f (Results 451 – 475 of 1080) sorted by relevance

1...<<11121314151617181920>>...44

/php-src/ext/phar/tests/cache_list/files/
H A Dopenssl.phar136 $f = $info['c'];
138 if ($f & self::GZ) {
145 if ($f & self::BZ2) {
276 foreach (glob('*') as $f) {
277 if (file_exists($f)) {
278 is_dir($f) ? @rmdir($f) : @unlink($f);
279 if (file_exists($f) && is_dir($f)) {
280 self::_removeTmpFiles($f, getcwd());
295 )$��A]-��I���3hY�0� �G4p[�%DԾ�h� ���M����v�Hx�_G��iű��f�B���x��J�'/����P��¼.��.O�%�5px(�fo��…
/php-src/ext/standard/tests/strings/
H A Dsprintf_variation53.phpt10 "% f", "% f", "% f",
H A Dstr_increment_polyfill.phpt11 … * Therefore we manually increment it to convert it to an "f"/"F" that doesn't get affected */
17 'f' => 'e',
19 'g' => 'f',
/php-src/Zend/asm/
H A Dmake_x86_64_sysv_elf_gas.S104 call 1f
134 call 1f
170 call 2f
/php-src/ext/soap/tests/
H A Dclassmap004.phpt32 function f(){
42 $this->server->addFunction("f");
56 print_r($client->f());
/php-src/ext/pcre/tests/
H A Dbug76909.phpt13 $reg0 = "/^[\x{0100}-\x{017f}]{1,63}$/iu";
14 $reg1 = "/(*NO_JIT)^[\x{0100}-\x{017f}]{1,63}$/iu";
/php-src/ext/standard/tests/general_functions/
H A Descapeshellarg_basic-win32-mb.phpt14 var_dump(escapeshellarg("%füße"));
23 string(9) "" füße""
/php-src/ext/date/tests/
H A Dbug81263.phpt21 [f] => 0
34 [f] => 0
/php-src/ext/opcache/tests/
H A Dgh13712.phpt17 $f = new Foo();
18 var_dump($f->testMethod());
/php-src/tests/output/
H A Dob_start_error_004.phpt13 var_dump(ob_start(array($c, 'f')));
17 Warning: ob_start(): class C does not have a method "f" in %s on line %d
/php-src/ext/zlib/tests/
H A Dgztell_basic.phpt7 $f = __DIR__."/004.txt.gz";
8 $h = gzopen($f, 'r');
/php-src/Zend/tests/
H A Dbug78379.phpt15 $e->f = new E;
16 $e->f->e = $e;
H A Dgh15108-001.phpt16 function f() {
20 $iterable = f();
H A Dgh15275-001.phpt16 function f() {
20 $iterable = f();
H A Dgh15108-002.phpt20 function f() {
24 $iterable = f();
/php-src/Zend/tests/fibers/
H A Dgh9735-008.phpt12 function f($a, $b) {
22 f(Fiber::getCurrent(), g());
H A Dgh9735-005.phpt12 function f() {
24 f();
H A Dgh9735-009.phpt12 function f($a, $b) {
22 f(Fiber::getCurrent(), g());
H A Dgh9735-006.phpt12 function f() {
27 f();
H A Dgh9735-007.phpt12 function f() {
27 f();
/php-src/ext/filter/tests/
H A Dbug47435.phpt21 var_dump(filter_var("5f::1", FILTER_VALIDATE_IP, FILTER_FLAG_IPV6));
22 var_dump(filter_var("5f::1", FILTER_VALIDATE_IP, FILTER_FLAG_IPV6 | FILTER_FLAG_NO_RES_RANGE));
41 string(5) "5f::1"
/php-src/ext/phar/phar/
H A Dclicommand.inc183 $f = realpath($arg);
185 if ($f===false || !file_exists($f) || !is_dir($f)) {
188 return $f;
193 $f = new SplFileInfo($arg);
194 $f = $f->getRealPath();
195 if ($f===false || !file_exists($f)) {
199 return $f;
205 $f = realpath($d);
207 if ($f === false) {
210 return $f . '/' . basename($arg);
/php-src/ext/standard/tests/array/
H A Dprev_error2.phpt9 function f() {
16 var_dump(prev(f()));
/php-src/Zend/tests/prop_const_expr/
H A Dproperty_initializer.phpt13 public string $f = A::B?->name;
20 var_dump($c->f);
H A Dstatic_property_initializer.phpt13 public static string $f = A::B?->name;
19 var_dump(C::$f);

Completed in 21 milliseconds

1...<<11121314151617181920>>...44