Home
last modified time | relevance | path

Searched refs:as (Results 51 – 75 of 3908) sorted by relevance

12345678910>>...157

/PHP-7.2/ext/date/tests/
H A Dstrtotime_basic.phpt10 * The term "Monday December 2008" will be parsed as the first Monday in December 2008.
14 * This is parsed as the "first following Monday OR the current day if it is a Monday"
18 * This is parsed as the "second following Monday OR the first following
23 * This is parsed as the "third following Monday OR the second following
28 * This is parsed as the "first following Monday after the first Monday in December"
32 * This is parsed as the "second following Monday after the first Monday in December"
36 * This is parsed as the "third following Monday after the first Monday in December"
/PHP-7.2/Zend/tests/
H A Dspecial_name_error3.phpt2 Cannot use special class name as trait name
10 Fatal error: Cannot use 'self' as class name as it is reserved in %s on line %d
H A Derrmsg_028.phpt2 errmsg: cannot use 'self' as class name
12 Fatal error: Cannot use 'self' as class name as it is reserved in %s on line %d
H A Derrmsg_029.phpt2 errmsg: cannot use 'parent' as class name
12 Fatal error: Cannot use 'parent' as class name as it is reserved in %s on line %d
H A Derrmsg_035.phpt2 errmsg: cannot use 'self' as interface name
12 Fatal error: Cannot use 'self' as interface name as it is reserved in %s on line %d
H A Derrmsg_036.phpt2 errmsg: cannot use 'parent' as interface name
12 Fatal error: Cannot use 'parent' as interface name as it is reserved in %s on line %d
H A Derrmsg_030.phpt2 errmsg: cannot use 'self' as parent class name
12 Fatal error: Cannot use 'self' as class name as it is reserved in %s on line %d
H A Derrmsg_031.phpt2 errmsg: cannot use 'parent' as parent class name
12 Fatal error: Cannot use 'parent' as class name as it is reserved in %s on line %d
H A Dspecial_name_error2.phpt2 Cannot use special class name as alias
6 use Foo\Bar as self;
10 Fatal error: Cannot use Foo\Bar as self because 'self' is a special class name in %s on line %d
H A Dforeach_list_001.phpt6 foreach(array(array(1,2), array(3,4)) as list($a, $b)) {
15 foreach ($array as list($a, $b)) {
25 foreach ($multi as list(list($a, $b), list($c, $d))) {
29 foreach ($multi as $key => list(list($a, $b), list($c, $d))) {
/PHP-7.2/ext/standard/tests/array/
H A Dprev_variation2.phpt14 * as $array_arg argument.
25 echo "\n-- Pass a two-dimensional array as \$array_arg --\n";
29 echo "\n-- Pass a sub-array as \$array_arg --\n";
36 -- Pass a two-dimensional array as $array_arg --
47 -- Pass a sub-array as $array_arg --
/PHP-7.2/Zend/tests/traits/
H A Dbug55554b.phpt17 foo as __construct;
29 foo as OverridingIsSilent2;
41 bar as ReportCollision;
42 foo as __construct;
52 Deprecated: Methods with the same name as their class will not be constructors in a future version …
/PHP-7.2/ext/zlib/tests/
H A Dgzopen_include_path.inc21 foreach($reldirs as $newdir) {
35 foreach($newdirs as $newdir) {
51 foreach($newdirs as $newdir) {
67 foreach($reldirs as $newdir) {
79 foreach($newdirs as $newdir) {
88 foreach($reldirs as $newdir) {
/PHP-7.2/ext/standard/tests/file/
H A Dfopen_include_path.inc21 foreach($reldirs as $newdir) {
35 foreach($newdirs as $newdir) {
51 foreach($newdirs as $newdir) {
67 foreach($reldirs as $newdir) {
79 foreach($newdirs as $newdir) {
88 foreach($reldirs as $newdir) {
/PHP-7.2/Zend/tests/type_declarations/
H A Dscalar_reserved2.phpt2 Scalar type names cannot be used as class, trait or interface names (2)
8 Fatal error: Cannot use 'int' as class name as it is reserved in %s on line %d
H A Dscalar_reserved3.phpt2 Scalar type names cannot be used as class, trait or interface names (3)
8 Fatal error: Cannot use 'float' as class name as it is reserved in %s on line %d
H A Dscalar_reserved4.phpt2 Scalar type names cannot be used as class, trait or interface names (4)
8 Fatal error: Cannot use 'string' as class name as it is reserved in %s on line %d
H A Dscalar_reserved6.phpt2 Scalar type names cannot be used as class, trait or interface names (6)
8 Fatal error: Cannot use 'bool' as class name as it is reserved in %s on line %d
H A Dscalar_reserved7.phpt2 Scalar type names cannot be used as class, trait or interface names (7)
9 Fatal error: Cannot use 'int' as class name as it is reserved in %s on line %d
/PHP-7.2/ext/spl/tests/
H A Ddllist_002.phpt13 foreach($dll as $k=>$v) {
16 foreach($dll as $k2=>$v2) {
23 foreach($dll as $k=>$v) {
30 foreach($dll2 as $k=>$v) {
/PHP-7.2/ext/standard/tests/strings/
H A Dprintf.phpt76 foreach( $int_variation as $int_var )
79 foreach( $int_numbers as $int_num )
94 foreach( $int_numbers as $bin_num )
106 foreach( $char_variation as $char )
117 foreach( $int_numbers as $num )
128 foreach( $int_numbers as $unsig_num )
139 foreach( $int_numbers as $octal_num )
150 foreach( $int_numbers as $hexa_num )
165 foreach( $strings as $str )
180 foreach( $format_g as $formatg )
[all …]
H A Dprintf_64bit.phpt76 foreach( $int_variation as $int_var )
79 foreach( $int_numbers as $int_num )
94 foreach( $int_numbers as $bin_num )
106 foreach( $char_variation as $char )
117 foreach( $int_numbers as $num )
128 foreach( $int_numbers as $unsig_num )
139 foreach( $int_numbers as $octal_num )
150 foreach( $int_numbers as $hexa_num )
165 foreach( $strings as $str )
180 foreach( $format_g as $formatg )
[all …]
H A Djoin_basic.phpt17 // pieces as arry with numeric values
20 // pieces as array with strings values
21 $glue = ", "; // multiple car as glue
25 // pices as associative array (numeric values)
30 // pices as associative array (string/numeric values)
/PHP-7.2/ext/pdo_oci/tests/
H A Dbug57702.phpt65 foreach($db->query("select data1 as d1, data2 as d2 from bug57702 order by id") as $row) {
74 $stmt = $db->prepare('select data1 as d3_1, data2 as d3_2 from bug57702 order by id');
91 foreach($db->query("select data1 as d4_1, data2 as d4_2 from bug57702 order by id") as $row) {
114 foreach($db->query("select data1 as d4_1, data2 as d4_2 from bug57702 order by id") as $row) {
133 foreach($db->query("select data1 as d4_1, data2 as d4_2 from bug57702 order by id") as $row) {
/PHP-7.2/ext/standard/tests/general_functions/
H A Dintval.phpt23 0x123B, // integer as hexadecimal
27 -0x80000000, // max negative integer as hexadecimal
29 0x7FFFFFFF, // max positive integer as hexadecimal
30 '0123', // integer as octal
32 -020000000000, // max negative integer as octal
33 017777777777, // max positive integer as octal
40 foreach ($valid_ints as $value ) {
46 foreach ($valid_ints as $value ) {
52 foreach ($valid_ints as $value ) {
57 foreach ($valid_ints as $value ) {
[all …]

Completed in 26 milliseconds

12345678910>>...157