Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-5.5/
H A DNEWS459 __call/... arg passing). (Nikita)
6133 - Fixed bug #47771 (Exception during object construction from arg call calls
6694 - Fixed bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when
6929 - Fixed bug #44650 (escaepshellscmd() does not check arg count). (Ilia)
7252 - Fixed bug #42243 (copy() does not output an error when the first arg is a
8331 - Fixed bug #38649 (uninit'd optional arg in stream_socket_sendto()). (Sara)
8443 - Fixed bug #38072 (boolean arg for mysqli_autocommit() is always true on
9765 - 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) {
H A DUPGRADING.INTERNALS99 void zend_qsort_r(void *base, size_t nmemb, size_t siz, compare_r_func_t compare, void *arg TSRMLS_…
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c1643 va_list arg; in virtual_open() local
1645 va_start(arg, flags); in virtual_open()
1646 mode = (mode_t) va_arg(arg, int); in virtual_open()
1647 va_end(arg); in virtual_open()
/PHP-5.5/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) {
/PHP-5.5/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 61 milliseconds

12345678910>>...23