Home
last modified time | relevance | path

Searched refs:cls (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/Zend/tests/
H A Dbug60613.phpt2 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}();
H A Dbug60611.phpt12 $cls = new Cls;
13 $cls->{0}();
14 $cls->{1.0}();
15 $cls->{true}();
16 $cls->{false}();
17 $cls->{null}();
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c833 if (stmt->fetch.cls.fci.size && stmt->fetch.cls.fci.params) { in do_fetch_opt_finish()
837 stmt->fetch.cls.fci.size = 0; in do_fetch_opt_finish()
964 ce = stmt->fetch.cls.ce; in do_fetch()
1178 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc TSRMLS_CC) == FAILURE) { in do_fetch()
1345 old_ce = stmt->fetch.cls.ce; in PHP_METHOD()
1363 if (!stmt->fetch.cls.ce) { in PHP_METHOD()
1379 stmt->fetch.cls.ce = old_ce; in PHP_METHOD()
1430 old_ce = stmt->fetch.cls.ce; in PHP_METHOD()
1461 if (!stmt->fetch.cls.ce) { in PHP_METHOD()
1555 stmt->fetch.cls.ce = old_ce; in PHP_METHOD()
[all …]
H A Dphp_pdo_driver.h614 } cls; member
/PHP-5.5/
H A DNEWS3287 . Fixed bug #60613 (Segmentation fault with $cls->{expr}() syntax). (Dmitry)

Completed in 45 milliseconds