Lines Matching refs:from
6 const a = 'hello from C';
13 const a = 'hello from F';
20 echo "Constants from class $class: \n";
26 Constants from class C:
29 string(12) "hello from C"
31 Constants from class D:
34 string(12) "hello from C"
36 Constants from class E:
39 string(12) "hello from C"
41 Constants from class F:
44 string(12) "hello from F"
46 Constants from class X: