Home
last modified time | relevance | path

Searched refs:const (Results 176 – 200 of 481) sorted by relevance

12345678910>>...20

/PHP-8.2/Zend/tests/
H A Dbug78921.phpt10 const SOME_CONST = 13;
24 const MY_CONST = PrivateStatic::SOME_CONST;
H A Dbug68446.phpt5 const FOO = [1];
6 const BAR = null;
H A Dgh10709_3.phpt18 const S = new S();
25 class A { const C = "A"; }
H A Dbug42820.phpt6 const ok = 0;
8 const ok = 0;
/PHP-8.2/Zend/tests/traits/
H A Dconstant_011.phpt7 public const Constant = 42;
12 private const Constant = 42;
H A Dconstant_012.phpt7 public const Constant = 123;
12 public const Constant = 456;
H A Dconstant_013.phpt7 public const Constant = 123;
12 public const Constant = 456;
H A Dconstant_005.phpt7 public const Constant = 42;
14 private const Constant = 42;
H A Dconstant_006.phpt7 public const Constant = 123;
14 public const Constant = 456;
H A Dconstant_007.phpt7 public const Constant = 42;
14 public final const Constant = 42;
H A Dconstant_001.phpt7 public const PUBLIC = 'public';
8 protected const PROTECTED = 'protected';
9 private const PRIVATE = 'private';
H A Dconstant_010.phpt7 public const Constant = 42;
14 public final const Constant = 42;
H A Dconstant_009.phpt7 public const Constant = 123;
11 public const Constant = 456;
H A Dconstant_008.phpt7 public const Constant = 42;
11 private const Constant = 42;
/PHP-8.2/Zend/tests/grammar/
H A Dsemi_reserved_007.phpt7 const self = "self";
8 const parent = "parent";
/PHP-8.2/ext/ffi/tests/
H A Dgh10568.phpt8 $libc = FFI::cdef("void strlen(const char *s);", "libc.so.6");
18 $libc = FFI::cdef("void strlen(const char *s);", "libc.so.6");
H A Dbug78270_1.phpt18 __vectorcall int bug78270(const char *str, size_t str_len);
28 __vectorcall int bug78270(const char *str, size_t str_len);
H A Dtrampoline_reset.phpt8 $libc = FFI::cdef("int printf(const char *format, ...);", "libc.so.6");
28 int fprintf(FILE *, const char *, ...);
/PHP-8.2/ext/opcache/tests/
H A Dbug73746.phpt11 const CZ = 'CZ';
12 const EN = 'EN';
/PHP-8.2/ext/standard/tests/
H A Dforward_static_call_array.phpt15 const NAME = 'A';
26 const NAME = 'B';
/PHP-8.2/ext/date/lib/
H A Dparse_date.re145 const char *name;
151 const char *name;
384 static void add_pbf_warning(Scanner *s, int error_code, const char *error, const char *sptr, const
394 static void add_pbf_error(Scanner *s, int error_code, const char *error, const char *sptr, const ch…
477 const char *begin, *end;
522 const char *begin, *end;
693 static const timelib_relunit* timelib_lookup_relunit(const char **ptr)
1014 const char *ptr = NULL;
2191 const char *begin;
2432 const char *tptr;
[all …]
/PHP-8.2/Zend/tests/attributes/
H A D017_closure_scope.phpt8 private const FOO = 'bar';
13 private const FOO = 'foo';
/PHP-8.2/ext/standard/tests/class_object/
H A Dforward_static_call_001.phpt8 const NAME = 'A';
16 const NAME = 'B';
36 const NAME = 'C';
/PHP-8.2/Zend/
H A Dzend_vm_execute.skl108 op->handler = (const void *)(zend_uintptr_t)Z_LVAL_P(zv);
116 ZEND_API const void* ZEND_FASTCALL zend_get_opcode_handler_func(const zend_op *op)
134 ZEND_API const zend_op *zend_get_halt_op(void)
/PHP-8.2/ext/reflection/tests/
H A DReflectionClass_getConstants_basic.phpt6 const a = 'hello from C';
13 const a = 'hello from F';

Completed in 29 milliseconds

12345678910>>...20