Home
last modified time | relevance | path

Searched refs:arg (Results 1 – 25 of 580) sorted by path

12345678910>>...24

/PHP-5.6/
H A DNEWS1397 __call/... arg passing). (Nikita)
7711 - Fixed bug #47771 (Exception during object construction from arg call calls
8272 - Fixed bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when
8507 - Fixed bug #44650 (escaepshellscmd() does not check arg count). (Ilia)
8830 - Fixed bug #42243 (copy() does not output an error when the first arg is a
9909 - Fixed bug #38649 (uninit'd optional arg in stream_socket_sendto()). (Sara)
10021 - Fixed bug #38072 (boolean arg for mysqli_autocommit() is always true on
11343 - Fixed bug #25922 (In error handler, modifying 5th arg (errcontext) may
H A DREADME.GIT-RULES111 hasn't noticed that the 'arg' variable no longer is available.
H A DREADME.NEW-OUTPUT-API120 pass a void*** pointer as second arg to receive the address of a pointer
123 pass a int* pointer as second arg to receive the flags set for the output handler
125 pass a int* pointer as second arg to receive the level of this output handler
128 the second arg is ignored; marks the output handler to be neither cleanable
131 the second arg is ignored; marks the output handler as disabled
H A DREADME.PARAMETER_PARSING_API33 int zend_parse_parameter(int flags, int arg_num TSRMLS_DC, zval **arg, const char *spec, ...);
H A DREADME.input_filter106 switch(arg) {
151 long arg;
157 if(zend_parse_parameters(2 TSRMLS_CC, "ls", &arg, &var, &var_len) == FAILURE) {
161 switch(arg) {
/PHP-5.6/Zend/tests/
H A D019.phpt73 // isset() with two args, one arg only unset, expected: bool(false)
H A Dbug31683.phpt20 function __call($test, $arg) {
H A Dbug47771.phpt2 Bug #47771 (Exception during object construction from arg call calls object's destructor)
H A Dbug50394.phpt14 $arg = 1;
15 $args = array( &$arg );
18 call_user_func_array( array( $proxy, 'bar' ), array(&$arg) );
19 var_dump($arg);
H A Dbug60611.phpt6 function __call($name, $arg) {
8 static function __callStatic($name, $arg) {
H A Dbug60613.phpt6 function __call($name, $arg) {
H A Dbug62956.phpt13 private function test($arg)
H A Dbug64515.phpt5 function foo($unused = null, $unused = null, $arg = array()) {
H A Dbug69212.phpt2 Bug #69212: Leaking VIA_HANDLER func when exception thrown in __call/... arg passing
H A Dcallable_type_hint_002.phpt7 static function foo(callable $arg) {}
11 $closure = function (callable $arg) {};
H A Dclosure_041.phpt2 Closure 041: Rebinding: preservation of previous scope when not given as arg unless impossible
H A Dclosure_046.phpt2 Closure 046: Rebinding: preservation of previous scope when "static" given as scope arg (same as cl…
H A Derror_reporting01.phpt8 function foo($arg) {
H A Derror_reporting02.phpt8 function foo($arg) {
H A Derror_reporting03.phpt8 function foo($arg) {
H A Derror_reporting06.phpt8 function foo1($arg) {
11 function foo2($arg) {
14 function foo3($arg) {
H A Derror_reporting07.phpt8 function foo1($arg) {
11 function foo2($arg) {
14 function foo3($arg) {
/PHP-5.6/Zend/tests/arg_unpack/
H A Dby_ref.phpt9 foreach ($args as &$arg) {
10 $arg++;
/PHP-5.6/Zend/tests/bug67436/
H A Da.php4 public function test($arg = c::TESTCONSTANT) { argument
5 echo __METHOD__ . "($arg)\n";
H A Dbug67436_nohandler.phpt22 Strict Standards: Declaration of b::test() should be compatible with a::test($arg = c::TESTCONSTANT…

Completed in 60 milliseconds

12345678910>>...24