Home
last modified time | relevance | path

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

/php-src/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}();
H A Dbug70685.phpt6 class cls {}
9 $c = $c->bindTo(new cls);
13 $c = $c->bindTo(new SplStack, 'cls');
18 Warning: Cannot bind method SplDoublyLinkedList::count() to object of class cls in %s on line %d
/php-src/ext/pdo/
H A Dpdo_stmt.c688 if (stmt->fetch.cls.fci.size && stmt->fetch.cls.fci.params) { in do_fetch_opt_finish()
698 stmt->fetch.cls.fci.size = 0; in do_fetch_opt_finish()
825 ce = stmt->fetch.cls.ce; in do_fetch()
845 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc) == FAILURE) { in do_fetch()
1025 if (zend_call_function(&stmt->fetch.cls.fci, &stmt->fetch.cls.fcc) == FAILURE) { in do_fetch()
1186 old_ce = stmt->fetch.cls.ce; in PHP_METHOD()
1198 stmt->fetch.cls.ce = ce; in PHP_METHOD()
1209 stmt->fetch.cls.ce = old_ce; in PHP_METHOD()
1260 old_ce = stmt->fetch.cls.ce; in PHP_METHOD()
1384 stmt->fetch.cls.ce = old_ce; in PHP_METHOD()
[all …]
H A Dphp_pdo_driver.h620 } cls; member
/php-src/Zend/tests/attributes/deprecated/functions/
H A D001.phpt44 $cls = new Clazz();
45 $cls->test();
46 $cls->test2();
48 call_user_func([$cls, "test"]);
H A Dthrowing_error_handler_001.phpt42 $cls = new Clazz();
43 $cls->test();
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c6948 static void newfenv(lua_State*L,lua_CFunction cls){
6950 lua_pushcfunction(L,cls);

Completed in 40 milliseconds