Searched refs:clear (Results 1 – 25 of 85) sorted by relevance
1234
2 IntlCalendar::clear(): bad arguments15 var_dump($c->clear(1, 2));16 var_dump($c->clear(-1));21 Warning: IntlCalendar::clear() expects at most 1 parameter, 2 given in %s on line %d23 Warning: IntlCalendar::clear(): intlcal_clear: bad arguments in %s on line %d26 Warning: IntlCalendar::clear(): intlcal_clear: invalid field in %s on line %d
2 IntlCalendar::clear() 1 arg variation18 var_dump($intlcal->clear(IntlCalendar::FIELD_MONTH));
2 IntlCalendar::clear() basic test13 var_dump($intlcal->clear());
14 $intlcal->clear(IntlCalendar::FIELD_MINUTE);
15 $intlcal->clear();
37 // clear the stat47 // clear the stat48 clearstatcache(); // clear statement cache54 // clear the stat64 // clear the stat65 clearstatcache(); // clear statement cache
37 // clear the cache48 // clear the stat56 // clear the stat66 // clear the stat
39 // clear the cache58 // clear the stat59 clearstatcache(true, $filename); // clear previous size value in cache
2 Bug #45181 (chdir() should clear relative entries in stat cache)
32 // clear the stat42 // clear the stat
34 // clear the cache47 // clear the cache
33 // clear the stat46 // clear the stat
37 // clear the stat47 // clear the stat
35 // clear the cache48 // clear the cache
55 // clear the cache68 // clear the cache85 // clear the cache98 // clear the cache
2 Bug #43137 (rmdir() and rename() do not clear statcache)
46 // clear the cache60 // clear the stat
48 // clear the cache67 // clear the cache
2 Bug #39367 (clearstatcache() doesn't clear realpath cache)
2 SQLite3Stmt::clear test with parameters19 var_dump($stmt->clear('invalid argument'));30 Warning: SQLite3Stmt::clear() expects exactly 0 parameters, 1 given in %s on line %d
2 SQLite3_stmt::clear prepared statement results29 $stmt->clear();
34 function clear() {40 $this->clear();62 // $entity->whatever->clear();
2 Bug #33282 (Re-assignment by reference does not clear the is_ref flag)
9 clear
Completed in 21 milliseconds