Home
last modified time | relevance | path

Searched refs:const (Results 201 – 225 of 481) sorted by relevance

12345678910>>...20

/PHP-8.2/Zend/tests/use_const/includes/
H A Dglobal_baz.inc3 const baz = NULL;
H A Dfoo_php_version.inc5 const PHP_VERSION = 42;
H A Dglobal_bar.inc3 const bar = 'global bar';
H A Dfoo_bar.inc5 const bar = 'local bar';
/PHP-8.2/ext/reflection/tests/
H A DReflectionClass_getConstant_basic.phpt6 const a = 'hello from C';
13 const a = 'hello from F';
H A DReflectionParameter_DefaultValueConstant_basic1.phpt25 const bar = 'Foo2::bar';
29 const bar = 'Foo::bar';
H A DReflectionEnum_getCase.phpt8 const Bar = self::Foo;
13 const Bar = self::Foo;
H A DReflectionObject_getConstants_basic.phpt6 const a = 'hello from C';
13 const a = 'hello from F';
H A DReflectionObject_getConstant_basic.phpt6 const a = 'hello from C';
13 const a = 'hello from F';
/PHP-8.2/ext/opcache/tests/jit/
H A Dgh8461-004.phpt29 public const A = 1;
30 public const B = 1;
H A Dgh8461-008.phpt20 const A = 1;
21 const B = 1;
/PHP-8.2/Zend/tests/
H A Dconstant_expressions_exceptions.inc2 const T = array(1,2) - array(0);
H A Dgh7771_1_definition.inc4 public const BAR = NonExistent::CLASS_CONSTANT;
H A Dlsb_001.phpt8 const CLASS_CONST = 'TestClassConst';
29 const CLASS_CONST = 'ChildClassConst';
H A Dns_040.phpt7 const A = "ok\n";
8 const B = A;
H A Dns_059.phpt5 const C = array();
H A Dlsb_002.phpt8 const CLASS_CONST = 'TestClassConst';
29 const CLASS_CONST = 'ChildClassConst';
/PHP-8.2/ext/opcache/tests/
H A Dpreload_const_autoload_2.inc4 const C = Foo::BAR;
H A Dpreload_undef_const.inc3 const A = self::DOES_NOT_EXIST;
H A Dgh13817.phpt27 …// Pass 15 does constant string propagation, which gives a ZEND_INIT_DYNAMIC_FCALL on a const whic…
32 const NAME = "foo";
/PHP-8.2/Zend/tests/bug67436/
H A Dc.inc4 const TESTCONSTANT = "c::TESTCONSTANT";
/PHP-8.2/tests/classes/
H A Dconstants_basic_003.inc3 const MY_CONST = "hello from A";
/PHP-8.2/ext/ffi/tests/
H A Dbug79576.phpt12 FFI::cdef('struct tree *get_tree(const oid *, size_t, struct tree *);');
24 const some_not_declared_type **property;
H A D300-win32.h.in4 size_t php_printf(const char *format, ...);
/PHP-8.2/Zend/tests/traits/
H A Dbug74922b.inc5 const FOO = 'foo';

Completed in 22 milliseconds

12345678910>>...20