Home
last modified time | relevance | path

Searched refs:second (Results 376 – 396 of 396) sorted by path

1...<<111213141516

/php-src/ext/zlib/tests/
H A Dgzseek_variation5.phpt10 $str2 = "This is the second line.";
36 This is the second line.
H A Dgzseek_variation7.phpt10 $str2 = "This is the second line.";
41 This is the first line.This is the second line.
/php-src/
H A Dphp.ini-development1678 ; (time to live) Sets the number of second while cached file will be used
1728 ; memory storage allocation. ("1" means validate once per second, but only
1799 ; Enables and sets the second level cache directory.
H A Dphp.ini-production1680 ; (time to live) Sets the number of second while cached file will be used
1730 ; memory storage allocation. ("1" means validate once per second, but only
1801 ; Enables and sets the second level cache directory.
/php-src/sapi/cgi/tests/
H A Dbug61605.phpt12 header("A: second", TRUE);
26 [1] => A: second
31 [1] => A: second
/php-src/tests/basic/
H A Dtimeout_variation_0.phpt21 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
H A Dtimeout_variation_1.phpt19 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
H A Dtimeout_variation_10.phpt21 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
H A Dtimeout_variation_2.phpt19 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
H A Dtimeout_variation_4.phpt19 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
H A Dtimeout_variation_7.phpt20 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
H A Dtimeout_variation_8.phpt18 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
H A Dtimeout_variation_9.phpt19 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
/php-src/tests/classes/
H A Dfinal.phpt15 class second extends first {
17 echo "Call to function second::show()\n";
21 $t2 = new second();
28 Call to function second::show()
H A Dprivate_006.phpt2 ZE2 A private method can be overwritten in a second derived class
17 class second extends first {
20 second::do_show();
22 class third extends second {
H A Dprivate_006b.phpt2 ZE2 A private method can be overwritten in a second derived class
19 class second extends first {
22 //$t2 = new second();
25 class third extends second {
/php-src/tests/func/
H A D004.phpt29 echo "Calling the function for the second time...\n";
55 Calling the function for the second time...
H A D005a.phpt30 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
/php-src/tests/lang/
H A D045.phpt22 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
24 Fatal error: Maximum execution time of 1 second exceeded in %s on line %d
H A Dbug20175.phpt62 * initialized in second call to wow_static() and hence shouldn't call
H A Dthis_assignment.phpt14 $b = new second();
21 class second {
29 function me() { echo "second"; }

Completed in 32 milliseconds

1...<<111213141516