Searched refs:Y (Results 201 – 225 of 430) sorted by relevance
12345678910>>...18
/php-src/ext/date/tests/ |
H A D | bug73460-002.phpt | 15 echo $end->format('Y-m-d H:i T') . PHP_EOL; 28 echo $start->format('Y-m-d H:i T') . PHP_EOL;
|
H A D | date_period.phpt | 12 echo $dt->modify( "3 tuesday" )->format( "l Y-m-d\n" ); 23 echo $dt->format( "l Y-m-d H:i:s\n" );
|
H A D | bug67118.phpt | 17 echo "Bad date" . $this->format("Y") . "\n"; 28 #0 %s(%d): DateTime->format('Y')
|
H A D | DatePeriod_getter.phpt | 13 var_dump($period->getStartDate()->format('Y-m-d H:i:s')); 16 var_dump($period->getEndDate()->format('Y-m-d H:i:s'));
|
H A D | bug79580.phpt | 11 $dt = DateTime::createFromFormat( 'z Y', $value ); 15 echo $dt->format('Y-m-d'), "\n";
|
H A D | bug52062.phpt | 12 var_dump($d->format('Y-m-d H:i:s U')); 25 var_dump($d->format('Y-m-d H:i:s U'));
|
H A D | bug29585.phpt | 6 echo gmdate("Y-m-d H:i:s", strtotime("2004W30"));
|
/php-src/ext/dom/tests/modern/token_list/ |
H A D | iterator_modification_invalidation.phpt | 26 $list->value = 'X Y Z'; 48 string(1) "Y"
|
/php-src/ext/dba/tests/ |
H A D | dba_db1.phpt | 40 Key 2 exists? Y 42 Key 4 exists? Y 43 Key 5 exists? Y
|
H A D | dba_db4_000.phpt | 41 Key 2 exists? Y 43 Key 4 exists? Y 44 Key 5 exists? Y
|
H A D | dba_db2.phpt | 40 Key 2 exists? Y 42 Key 4 exists? Y 43 Key 5 exists? Y
|
H A D | dba_db3.phpt | 40 Key 2 exists? Y 42 Key 4 exists? Y 43 Key 5 exists? Y
|
H A D | dba_flatfile.phpt | 40 Key 2 exists? Y 42 Key 4 exists? Y 43 Key 5 exists? Y
|
H A D | dba_tcadb.phpt | 41 Key 2 exists? Y 43 Key 4 exists? Y 44 Key 5 exists? Y
|
H A D | dba_inifile.phpt | 43 Key 2 exists? Y 45 Key 4 exists? Y 46 Key 5 exists? Y
|
/php-src/docs/ |
H A D | release-process.md | 137 > git checkout -b php-X.Y.0beta2-local-release-branch upstream/PHP-X.Y 147 > git checkout -b PHP-X.Y.Z upstream/PHP-X.Y 158 > git checkout -b php-X.Y.ZRC1-local-release-branch upstream/PHP-X.Y.Z 238 git tag -s -u YOURKEYID php-X.Y.ZRCn -m "Tag for php-X.Y.ZRCn" 266 git commit --gpg-sign=YOURKEYID -m "PHP-X.Y is now for PHP X.Y.Z-dev" 307 ./scripts/dev/gen_verify_stub X.Y.ZRCn YOURKEYID > php-X.Y.ZRCn.manifest 501 git checkout -b php-X.Y.Z-local-release-branch upstream/PHP-X.Y.Z 553 git tag -s -u YOURKEYID php-X.Y.Z -m "Tag for php-X.Y.Z" 580 ./scripts/dev/gen_verify_stub X.Y.Z YOURKEYID > php-X.Y.Z.manifest 599 git add php-X.Y.Z.tar.* [all …]
|
/php-src/Zend/tests/property_hooks/ |
H A D | set_value_parameter_type_variance_004.inc | 5 set(Y $prop) {}
|
/php-src/ext/opcache/tests/ |
H A D | preload_loadable_classes_2.inc | 5 const Y = Foo::UNDEF;
|
H A D | preload_ind2.inc | 4 public X|Y $prop;
|
/php-src/ext/hash/tests/ |
H A D | fnv1a32.phpt | 25 array( 'Y+F;', '12d960fe' ), 37 array( 'U <Y!A;', 'ebcefc16' ), 68 array( '~Y-xQ~[JfwiL ', '97dae25b' ), 72 array( '18@k5>tG"$Y@@d', 'e67f32fc' ), 83 array( '?RNRQ`5_lA\'Y;k@&', '98f1390e' ), 94 array( 'suXRrNrTrPwjeQUu!Y', 'e2ac5b6c' ), 102 array( '\'&X.Y F72aD:QDZYS]SX', '26b51c68' ), 103 array( 'Eid*lB9#Q}<Y%tg_u/v(', '9ff0e9b3' ), 119 array( 'Y+IerDB5kl ?$X*xk/L\'T.q', '20d3742c' ), 159 array( 'C7z4do<_<4:Y?JI$WaZ\'BoJ0;7dtV,w', '9874d3b3' ), [all …]
|
/php-src/ext/standard/tests/file/ |
H A D | bug78241.phpt | 15 echo 'Date: '.date('D, d M Y H:i:s', $t), PHP_EOL; 19 echo 'File: '.date('D, d M Y H:i:s', $file), PHP_EOL, PHP_EOL;
|
/php-src/ext/phar/tests/ |
H A D | bug73768.phar | 13 Y"�9�O
|
/php-src/Zend/tests/namespaces/ |
H A D | ns_065.inc | 2 namespace X\Y;
|
/php-src/ext/pgsql/tests/ |
H A D | 80_bug14383.phpt | 50 Key 2 exists? Y 52 Key 4 exists? Y 53 Key 5 exists? Y
|
/php-src/Zend/tests/ |
H A D | code_before_loop_var_free.phpt | 8 Y;
|
Completed in 30 milliseconds
12345678910>>...18