Home
last modified time | relevance | path

Searched refs:args (Results 1 – 25 of 566) sorted by path

12345678910>>...23

/PHP-5.4/
H A DNEWS7432 . Added ReflectionClass::newInstanceArgs($args).
8566 - Fixed bug #28377 (debug_backtrace is intermittently passing args). (Dmitry)
/PHP-5.4/TSRM/
H A DTSRM.c65 #define TSRM_ERROR(args) tsrm_error args argument
83 #define TSRM_ERROR(args) argument
757 va_list args; in tsrm_error() local
761 va_start(args, format); in tsrm_error()
762 size = vfprintf(tsrm_error_file, format, args); in tsrm_error()
763 va_end(args); in tsrm_error()
/PHP-5.4/Zend/tests/
H A D019.phpt73 // isset() with two args, one arg only unset, expected: bool(false)
76 // isset() with two args, both args already unset, expected: bool(false);
127 // calling isset with more args
169 // call isset() with two args, both set
180 // call isset() with two args, but one set
184 // now the isset() with both the args as unset
H A D030.phpt59 ["args"]=>
H A Daccess_modifiers_011.phpt22 public function __call($func, array $args = array())
24 return call_user_func_array(array($this, $func), $args);
H A Daccess_modifiers_012.phpt8 public function __call($name, $args) {
H A Dbug19859.phpt9 function __call($method,$args)
H A Dbug28377.phpt2 Bug #28377 (debug_backtrace is intermittently passing args)
14 echo $traceName ." -- args: ";
15 echo isset($btInfo[0]['args']) ? count($btInfo[0]['args']) : 'does not exist';
22 dereferenced -- args: 2
23 direct -- args: 2
H A Dbug32429.phpt15 public function __call($name, $args) {
H A Dbug38220.phpt25 function __call($method, $args) {
32 call_user_func_array(array($drv, $method), $args);
H A Dbug46246.phpt12 public function call($method, $args = array())
H A Dbug47801.phpt8 function __call($name, $args)
H A Dbug47880.phpt8 $backtrace[1]['args'][1] = 'bomb';
H A Dbug50383.phpt7 public static function __callStatic($method, $args) {
10 public function __call($method, $args) {
49 [args] => Array
67 [args] => Array
78 [args] => Array
95 [args] => Array
113 [args] => Array
124 [args] => Array
H A Dbug50394.phpt8 function __call( $name, $args ) {
10 call_user_func_array( 'inc', $args );
15 $args = array( &$arg );
17 call_user_func_array( array( $proxy, 'bar' ), $args );
H A Dbug52939.phpt10 $args = array(&$ar1);
11 var_dump(call_user_func_array("array_multisort", $args));
15 $args = array($ar1);
16 var_dump(call_user_func_array("array_multisort", $args));
H A Dbug54910.phpt6 public function __call($method, $args) {
H A Dbug61273.phpt10 $args = array_fill(0, 64 * 1024 - 64, 0);
11 call_user_func_array(function(&$a) {}, $args);
H A Dbug63762.phpt26 'args' => NULL
50 Warning: args element is no array in %s on line %d
H A Dbug65108.phpt7 static function __callStatic($name, $args) {}
21 function __call($name, $args) {}
H A Dcall_static.phpt7 static function __callStatic($fname, $args)
9 echo $fname, '() called with ', count($args), " arguments\n";
H A Dclosure_032.phpt24 [args] => Array
40 [args] => Array
52 [args] => Array
H A Ddebug_backtrace_limit.phpt30 [args] => Array
44 [args] => Array
55 [args] => Array
69 [args] => Array
80 [args] => Array
91 [args] => Array
105 [args] => Array
116 [args] => Array
127 [args] => Array
H A Ddebug_backtrace_options.phpt79 [args] => Array
90 [args] => Array
110 [args] => Array
125 [args] => Array
142 [args] => Array
154 [args] => Array
174 [args] => Array
189 [args] => Array
206 [args] => Array
218 [args] => Array
[all …]
H A Dlsb_016.phpt23 public function __call($name, $args) {

Completed in 55 milliseconds

12345678910>>...23