Home
last modified time | relevance | path

Searched refs:Y (Results 126 – 150 of 416) sorted by relevance

12345678910>>...17

/php-src/Zend/tests/type_declarations/intersection_types/variance/
H A Dvalid6.phpt7 interface Y {}
14 public function test(): X&Y {}
/php-src/Zend/tests/type_declarations/variance/
H A Dproperty_types_early_bind.phpt7 class_alias('X', 'Y');
13 public Y $prop;
H A Dinfinite_recursion.phpt10 class Y extends X {
17 Fatal error: Declaration of Y::test(): C must be compatible with X::test(): I in %s on line %d
/php-src/Zend/tests/
H A Dclass_constants_007.phpt6 const X = ' ' . self::Y;
7 const Y = ' ';
H A Dget_class_methods_003.phpt22 class Y extends X implements I {
30 var_dump(get_class_methods('Y'));
37 new Y;
H A Dcoalesce_assign_optimization.phpt6 $a[X] ??= Y;
13 define('Y', 2);
H A Dns_040.phpt6 use X as Y;
15 function f3($x=Y\A) {
35 echo Y\A;
/php-src/Zend/tests/type_declarations/dnf_types/variance/
H A Dvalid6.phpt7 interface Y {}
14 public function test(): (X&Y)|Z {}
/php-src/ext/date/tests/
H A Dbug33415-1.phpt10 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
12 print "result=".date("l Y-m-d H:i:s T I", $strtotime_tstamp)."\n";
18 print "tStamp=". date("l Y-m-d H:i:s T I", $tStamp). "\n";
20 print "result=".date("l Y-m-d H:i:s T I", $strtotime_tstamp)."\n";
H A Dbug33532.phpt21 print "strftime " . strftime("%r %B%e %Y %Z %z", $tStamp) . "\n";
22 print "datestr " . date ("H:i:s A F j Y T", $tStamp) . "\n";
30 print "strftime " . strftime("%r %B%e %Y %Z %z", $tStamp) . "\n";
31 print "datestr " . date ("H:i:s A F j Y T", $tStamp) . "\n";
H A Dbug33536.phpt7 print date("Y-m-d", strtotime("monkey")) ."\n";
8 print date("Y-m-d", false) ."\n";
H A Dbug51934.phpt7 echo date("Y-m-d H:i:s", strtotime("2010-05-27 19:18 4 Sunday ago")), "\n";
8 echo date("Y-m-d H:i:s", strtotime("2010-05-27 19:18 4 Sundays ago")), "\n";
H A DDateTime_fix_createFromFormat.phpt18 $fromFormat = DateTime::createFromFormat( "D., M# j, Y g:iA", $string );
20 echo "Format method: " . $orig->format("D., M. j, Y g:iA") . "\n";
21 echo "createFromFormat method: " . $fromFormat->format("D., M. j, Y g:iA") . "\n";
H A Ddate-set-timestamp.phpt7 echo $d->format( "Y-m-d H:i e\n" );
11 echo $d->format( "Y-m-d H:i e\n" );
H A Dbug50475.phpt11 var_dump($date->format('Y-m-d H:i:s'));
14 var_dump($date->format('Y-m-d H:i:s'));
H A Dbug33563.phpt6 $strCurrDate = date('Y-m-d H:i:s',strtotime('2005-06-30 21:04:23'));
7 $strMonAfter = date('Y-m-d H:i:s',strtotime('+1 month',strtotime($strCurrDate)));
H A Ddate_create-2.phpt7 echo $d->format('D, d M Y H:i:s T'), "\n";
10 echo $d->format('D, d M Y H:i:s T'), "\n";
H A Ddate_modify-2.phpt7 echo date_format($d, 'D, d M Y H:i:s T'), "\n";
9 echo date_format($d, 'D, d M Y H:i:s T'), "\n";
H A Dbug26090.phpt8 echo date('Y-m-d H:i:s T', strtotime($t)) . "\n";
11 echo date('Y-m-d H:i:s T', strtotime($t)) . "\n";
H A Dgh10447.phpt6 echo $date->format('Y-m-d\TH:i:sp'), "\n";
9 echo $date->format('Y-m-d\TH:i:sp'), "\n";
H A Dbug68503.phpt11 0Y 3M 0D
12 0Y 3M 0D
/php-src/Zend/tests/type_declarations/
H A Dtyped_class_constants_multiple_constants.phpt7 public const int X = 1, Y = "foo";
12 Fatal error: Cannot use string as value for class constant Test::Y of type int in %s on line %d
/php-src/tests/lang/
H A Dbug30862.phpt13 define("Y",1);
15 static $a = array(X=>"false", Y=>"true");
/php-src/Zend/tests/type_declarations/intersection_types/
H A Dbug81268.phpt7 public X&Y $y = null;
12 Fatal error: Cannot use null as default value for property Test::$y of type X&Y in %s on line %d
/php-src/ext/opcache/tests/
H A Dpreload_003.phpt16 Y::foo();
17 Y::bar();

Completed in 24 milliseconds

12345678910>>...17