Searched refs:cls (Results 1 – 6 of 6) sorted by relevance
2 Bug #60613 (Segmentation fault with $cls->{expr}() syntax)10 $cls = new Cls();11 $cls->{0}();12 $cls->{1.0}();13 $cls->{true}();14 $cls->{false}();15 $cls->{null}();
12 $cls = new Cls;13 $cls->{0}();14 $cls->{1.0}();15 $cls->{true}();16 $cls->{false}();17 $cls->{null}();
6 class cls {}9 $c = $c->bindTo(new cls);13 $c = $c->bindTo(new SplStack, 'cls');18 Warning: Cannot bind internal method SplDoublyLinkedList::count() to object of class cls in %s on l…21 Warning: Cannot bind function SplDoublyLinkedList::count to scope class cls in %s on line %d
821 if (stmt->fetch.cls.fci.size && stmt->fetch.cls.fci.params) { in do_fetch_opt_finish()825 stmt->fetch.cls.fci.size = 0; in do_fetch_opt_finish()952 ce = stmt->fetch.cls.ce; in do_fetch()1166 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc TSRMLS_CC) == FAILURE) { in do_fetch()1333 old_ce = stmt->fetch.cls.ce; in PHP_METHOD()1351 if (!stmt->fetch.cls.ce) { in PHP_METHOD()1367 stmt->fetch.cls.ce = old_ce; in PHP_METHOD()1418 old_ce = stmt->fetch.cls.ce; in PHP_METHOD()1449 if (!stmt->fetch.cls.ce) { in PHP_METHOD()1543 stmt->fetch.cls.ce = old_ce; in PHP_METHOD()[all …]
624 } cls; member
4865 . Fixed bug #60613 (Segmentation fault with $cls->{expr}() syntax). (Dmitry)
Completed in 37 milliseconds