Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 25 of 89) sorted by last modified time

1234

/PHP-5.5/win32/
H A Dinstall.txt135 Upgrading from a previous PHP version: Previous editions of the
/PHP-5.5/tests/lang/
H A D024.phpt169 …$j=$i++; /* this should set $i to 1, but shouldn't change $j (it's assigned $i's previous values,…
/PHP-5.5/sapi/cli/tests/
H A D005.phpt61 Property [ <default> private $previous ]
73 Parameter #2 [ <optional> $previous ]
/PHP-5.5/
H A Dphp.ini-development749 ; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok
H A Dphp.ini-production749 ; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_unbuffered_no_full_fetch.phpt21 // Fetch #2 - without having fetched all rows from previous query
25 // Fetch #3 - free first, without having fetched all rows from previous query
30 // Close - without having fetched all rows from previous query
39 Notice: sybase_unbuffered_query(): Sybase: Called without first fetching all rows from a previous
/PHP-5.5/ext/standard/tests/streams/
H A Dbug61371-win.phpt11 $previous = null;
15 if (!is_null($previous)) {
16 var_dump($previous == $current);
18 $previous = $current;
H A Dbug61371.phpt11 $previous = null;
15 if (!is_null($previous)) {
16 var_dump($previous == $current);
18 $previous = $current;
H A Dstream_set_chunk_size.phpt33 echo "should return previous chunk size (8192)\n";
40 echo "should return previous chunk size (1)\n";
58 should return previous chunk size (8192)
68 should return previous chunk size (1)
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug69152.phpt12 Notice: Undefined property: Exception::$previous in %s on line %d
H A Dbug69793.phpt5 …6:"'."\0".'Exception'."\0".'trace";a:0:{}s:19:"'."\0".'Exception'."\0".'previous";i:10;s:10:"'."\0…
14 Notice: Undefined property: Exception::$previous in %s/bug69793.php on line %d
/PHP-5.5/ext/standard/tests/file/
H A Dtempnam_variation6-win32.phpt2 Test tempnam() function: usage variations - Using previous unique filename
H A Dtempnam_variation6.phpt2 Test tempnam() function: usage variations - Using previous unique filename
H A Dstat_variation8-win32.phpt59 clearstatcache(true, $filename); // clear previous size value in cache
H A Dftruncate_variation4.phpt63 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation5-win32.phpt63 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation5.phpt63 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation6-win32.phpt68 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation6.phpt68 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation7-win32.phpt64 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation7.phpt64 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation1-win32.phpt62 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation2.phpt63 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation4-win32.phpt63 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation1.phpt62 clearstatcache(); // clear previous size value in cache

Completed in 51 milliseconds

1234