Home
last modified time | relevance | path

Searched refs:__call (Results 26 – 50 of 79) sorted by relevance

1234

/PHP-5.5/Zend/tests/
H A Dbug32429.phpt2 Bug #32429 (method_exists() always return TRUE if __call method exists)
15 public function __call($name, $args) {
H A Dbug50394.phpt2 Bug #50394: Reference argument converted to value in __call
8 function __call( $name, $args ) {
H A Dobjects_021.phpt2 Testing magic methods __set, __get and __call in cascade
21 public function __call($a, $b) {
H A Ddereference_013.phpt2 Testing array dereferencing on array returned from __call method
11 public function __call($x, $y) {
H A Dbug50383.phpt2 Bug #50383 (Exceptions thrown in __call / __callStatic do not include file and line in trace)
10 public function __call($method, $args) {
92 [function] => __call
H A Daccess_modifiers_011.phpt2 __call() for private/protected methods
22 public function __call($func, array $args = array())
H A Dbug30791.phpt2 Bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded)
15 function __call($a,$b) {
H A Dbug69212.phpt2 Bug #69212: Leaking VIA_HANDLER func when exception thrown in __call/... arg passing
8 public function __call($method, $args) {}
H A Dobjects_025.phpt2 Testing invalid method names with __call and __callstatic
7 public function __call($a, $b) {
H A Dindirect_call_array_004.phpt10 public function __call($a, $b) {
70 From foo::__call:
H A Dobjects_028.phpt7 public function __call($a, $b) {
H A Dbug60613.phpt6 function __call($name, $arg) {
H A Dbug51176.phpt14 public function __call($n, $a)
H A Dbug60611.phpt6 function __call($name, $arg) {
H A Dbug65108.phpt21 function __call($name, $args) {}
H A Dbug55247.phpt10 public function __call($method, $arguments)
H A Dbug54910.phpt6 public function __call($method, $args) {
H A Dcall_static_003.phpt7 public function __call($a, $b) {
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug46542.phpt2 Bug #46542 Extending PDO class with a __call() function
10 { function __call($m, $p) {print __CLASS__."::$m\n";} }
/PHP-5.5/tests/classes/
H A D__call_001.phpt2 ZE2 __call()
11 function __call($m, $a) {
/PHP-5.5/ext/pdo/tests/
H A Dbug_43663.phpt2 PDO Common: Bug #43663 (__call on classes derived from PDO)
15 function __call($name, array $args) {
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_subclass.phpt38 public function __call($method, $args) {
39 print "__call(".var_export($method,true).", ".var_export($args, true).")\n";
102 __call('intercept_call', array (
/PHP-5.5/ext/soap/tests/
H A Dserver021.phpt2 SOAP Server 21: SoapServer::setClass and __call()
8 function __call($name, $args) {
H A Dserver028.phpt2 SOAP Server 28: SoapServer::setObject and __call()
8 function __call($name, $args) {
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug69085.phpt2 Bug #69085 (SoapClient's __call() type confusion through unserialize())

Completed in 21 milliseconds

1234