Home
last modified time | relevance | path

Searched refs:clear (Results 1 – 25 of 82) sorted by relevance

1234

/PHP-5.6/ext/intl/tests/
H A Dcalendar_clear_error.phpt2 IntlCalendar::clear(): bad arguments
15 var_dump($c->clear(1, 2));
16 var_dump($c->clear(-1));
22 Warning: IntlCalendar::clear(): intlcal_clear: too many arguments in %s on line %d
25 Warning: IntlCalendar::clear(): intlcal_clear: invalid field in %s on line %d
H A Dcalendar_clear_variation1.phpt2 IntlCalendar::clear() 1 arg variation
18 var_dump($intlcal->clear(IntlCalendar::FIELD_MONTH));
H A Dcalendar_clear_basic.phpt2 IntlCalendar::clear() basic test
13 var_dump($intlcal->clear());
H A Dcalendar_isSet_basic.phpt14 $intlcal->clear(IntlCalendar::FIELD_MINUTE);
H A Dcalendar_getTime_basic.phpt15 $intlcal->clear();
H A Dcalendar_set_variation1.phpt15 $intlcal->clear();
/PHP-5.6/ext/standard/tests/file/
H A Dstat_variation6-win32.phpt37 // clear the stat
47 // clear the stat
48 clearstatcache(); // clear statement cache
54 // clear the stat
64 // clear the stat
65 clearstatcache(); // clear statement cache
H A Dstat_variation4-win32.phpt37 // clear the cache
48 // clear the stat
56 // clear the stat
66 // clear the stat
H A Dstat_variation8-win32.phpt39 // clear the cache
58 // clear the stat
59 clearstatcache(true, $filename); // clear previous size value in cache
H A Dbug45181.phpt2 Bug #45181 (chdir() should clear relative entries in stat cache)
H A Dlstat_stat_variation11.phpt32 // clear the stat
42 // clear the stat
H A Dstat_variation5-win32.phpt33 // clear the stat
46 // clear the stat
H A Dlstat_stat_variation4.phpt34 // clear the cache
47 // clear the cache
H A Dlstat_stat_variation12.phpt37 // clear the stat
47 // clear the stat
H A Dlstat_stat_variation5.phpt35 // clear the cache
48 // clear the cache
H A Dsymlink_link_linkinfo_is_link_variation1.phpt55 // clear the cache
68 // clear the cache
85 // clear the cache
98 // clear the cache
H A Dbug43137.phpt2 Bug #43137 (rmdir() and rename() do not clear statcache)
H A Dlstat_stat_variation6.phpt46 // clear the cache
60 // clear the stat
H A Dstat_variation1-win32.phpt48 // clear the cache
67 // clear the cache
H A Dbug39367.phpt2 Bug #39367 (clearstatcache() doesn't clear realpath cache)
/PHP-5.6/ext/sqlite3/tests/
H A Dsqlite3_prepared_stmt_clear_with_params.phpt2 SQLite3Stmt::clear test with parameters
19 var_dump($stmt->clear('invalid argument'));
30 Warning: SQLite3Stmt::clear() expects exactly 0 parameters, 1 given in %s on line %d
H A Dsqlite3_28_clear_bindings.phpt2 SQLite3_stmt::clear prepared statement results
29 $stmt->clear();
/PHP-5.6/sapi/phpdbg/tests/commands/
H A D0105_clear.test2 # name: clear
17 clear
/PHP-5.6/Zend/tests/
H A Dbug40833.phpt34 function clear() {
40 $this->clear();
62 // $entity->whatever->clear();
H A Dbug33282.phpt2 Bug #33282 (Re-assignment by reference does not clear the is_ref flag)

Completed in 41 milliseconds

1234