Lines Matching refs:instance
6 * a bound instance. It should also not be automatically converted
7 * to a non-static instance when attempting to bind one */
24 echo "After binding, null scope, no instance", "\n";
28 echo "After binding, null scope, with instance", "\n";
32 echo "After binding, with scope, no instance", "\n";
36 echo "After binding, with scope, with instance", "\n";
50 After binding, null scope, no instance
57 After binding, null scope, with instance
59 Warning: Cannot bind an instance to a static closure in %s on line %d
61 Warning: Cannot bind an instance to a static closure in %s on line %d
62 After binding, with scope, no instance
69 After binding, with scope, with instance
71 Warning: Cannot bind an instance to a static closure in %s on line %d
73 Warning: Cannot bind an instance to a static closure in %s on line %d