Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Zend/tests/014.inc

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Zend/tests/002.phpt → Zend/tests/func_get_arg_basic.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ int(10)
func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the currently executed function
int(1)
func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the currently executed function
Exception: Too few arguments to function test2(), 0 passed in %s002.php on line %d and exactly 1 expected
Exception: Too few arguments to function test2(), 0 passed in %s on line %d and exactly 1 expected
int(1)
int(2)
func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the currently executed function
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions Zend/tests/003.phpt → Zend/tests/func_get_args_basic.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ array(1) {
[0]=>
int(1)
}
Exception: Too few arguments to function test2(), 0 passed in %s003.php on line %d and exactly 1 expected
Exception: Too few arguments to function test2(), 0 passed in %s on line %d and exactly 1 expected
array(2) {
[0]=>
int(1)
Expand All @@ -68,7 +68,7 @@ array(2) {
}
array(0) {
}
Exception: Too few arguments to function test3(), 1 passed in %s003.php on line %d and exactly 2 expected
Exception: Too few arguments to function test3(), 1 passed in %s on line %d and exactly 2 expected
array(2) {
[0]=>
int(1)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions Zend/tests/get_included_files_basic.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php
/* dummy file for get_included_files_basic.phpt */
?>
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ get_included_files() tests

var_dump(get_included_files());

include(__DIR__."/014.inc");
include(__DIR__."/get_included_files_basic.inc");
var_dump(get_included_files());

include_once(__DIR__."/014.inc");
include_once(__DIR__."/get_included_files_basic.inc");
var_dump(get_included_files());

include(__DIR__."/014.inc");
include(__DIR__."/get_included_files_basic.inc");
var_dump(get_included_files());

echo "Done\n";
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.