Lines Matching refs:d
25 $d = $staticUnscoped->bindTo(null, null); $d(); echo "\n";
26 $d = $staticScoped->bindTo(null, null); $d(); echo "\n";
29 $d = $staticUnscoped->bindTo(new A, null); $d(); echo "\n";
30 $d = $staticScoped->bindTo(new A, null); $d(); echo "\n";
33 $d = $staticUnscoped->bindTo(null, 'A'); $d(); echo "\n";
34 $d = $staticScoped->bindTo(null, 'A'); $d(); echo "\n";
37 $d = $staticUnscoped->bindTo(new A, 'A'); $d(); echo "\n";
38 $d = $staticScoped->bindTo(new A, 'A'); $d(); echo "\n";
59 Warning: Cannot bind an instance to a static closure in %s on line %d
64 Warning: Cannot bind an instance to a static closure in %s on line %d
77 Warning: Cannot bind an instance to a static closure in %s on line %d
82 Warning: Cannot bind an instance to a static closure in %s on line %d