Home
last modified time | relevance | path

Searched refs:const (Results 151 – 175 of 481) sorted by relevance

12345678910>>...20

/PHP-8.2/ext/opcache/tests/
H A Dcompact_literals.phpt75 const E="E";
76 const TEST="NULL";
80 const F="F";
82 const E="FE";
83 const TEST="FALSE";
100 const H = "H";
107 const H = "I";
H A Dpreload_loadable_classes_2.phpt16 const UNDEF = 1;
18 const UNDEF = 2;
/PHP-8.2/Zend/tests/
H A Dclass_constants_001.phpt7 const val = "string";
8 const val2 = 1;
H A Dno_class_const_propagation_in_closures.phpt7 const C = 'A::C';
17 const C = 'B::C';
H A Dns_041.phpt7 const FOO = "ok\n";
14 const BAR = "ok\n";
H A Dgh7771_3.phpt6 'space1\C' => 'class y{const y="$y";}',
7 'D' => 'class D{const HW=space1\C::y;}'
H A Dself_class_const_in_unknown_scope.phpt9 const FOO = self::class;
16 const BAR = self::class;
H A Dbug30702.phpt6 const C1=1;
10 const C2=2;
/PHP-8.2/sapi/fpm/tests/
H A Dfcgi.inc39 const VERSION_1 = 1;
41 const BEGIN_REQUEST = 1;
42 const ABORT_REQUEST = 2;
43 const END_REQUEST = 3;
44 const PARAMS = 4;
45 const STDIN = 5;
46 const STDOUT = 6;
47 const STDERR = 7;
48 const DATA = 8;
49 const GET_VALUES = 9;
[all …]
/PHP-8.2/ext/opcache/tests/jit/
H A Dgh8461-007.inc7 const A = 1;
8 const B = 1;
/PHP-8.2/Zend/tests/grammar/
H A Dregression_006.phpt2 Test to ensure const list syntax declaration works
8 const DECLARE = 'declare',
/PHP-8.2/Zend/tests/traits/
H A Dconstant_016.phpt16 public const Constant = 40 + CONSTANT;
21 public const Constant = 42;
/PHP-8.2/ext/ffi/tests/
H A Dbug77632.phpt8 $libc = FFI::cdef("int printf(const char *format, ...);", "libc.so.6");
17 $libc = FFI::cdef("int printf(const char *format, ...);", "libc.so.6");
H A D100.phpt21 const char *get_zend_version(void);
23 extern size_t (*zend_printf)(const char *format, ...);
25 unsigned long $fastcall zend_hash_func(const char *str, size_t len);
H A D101.phpt21 const char *get_zend_version(void);
23 extern size_t (*zend_printf)(const char *format, ...);
25 unsigned long $fastcall zend_hash_func(const char *str, size_t len);
/PHP-8.2/ext/reflection/tests/
H A Dbug60367.phpt7 const WHAT = 'A';
17 const WHAT = 'B';
H A Dbug51905.phpt7 const Y = 20;
11 const X = 12;
H A Dbug38465.phpt6 const B = 3;
10 const X = 1;
15 const Y = 2;
H A DReflectionEnum_getCases.phpt9 const Baz = self::Bar;
15 const Baz = self::Bar;
/PHP-8.2/Zend/tests/attributes/
H A D014_class_const_group.phpt9 public const A = 1, B = 2;
12 const X = 2;
H A D013_class_scope.phpt10 private const FOO = 'foo';
38 private const FOO = 'bar';
57 private const FOO = 'foo';
62 private const FOO = 'bar';
/PHP-8.2/Zend/tests/enum/
H A Dgh7821.phpt7 public const A = 'A';
8 public const B = 'B';
/PHP-8.2/Zend/tests/varSyntax/
H A Dconstant_object_deref.phpt6 const FOO = "foo";
7 class Bar { const FOO = "foo"; }
/PHP-8.2/ext/standard/tests/class_object/
H A Dbug71442.phpt8 const NAME = 'A';
17 const NAME = 'B';
/PHP-8.2/ext/date/tests/
H A Ddate_constants.phpt20 foreach($constants as $const) {
21 var_dump(date($const, strtotime("1 Jul 06 14:27:30 +0200")));
22 var_dump(date($const, strtotime("2006-05-30T14:32:13+02:00")));

Completed in 27 milliseconds

12345678910>>...20