Home
last modified time | relevance | path

Searched refs:params (Results 201 – 208 of 208) sorted by last modified time

123456789

/PHP-5.5/
H A DNEWS3029 . Fixed bug #61430 (Transposed memset() params in sapi/fpm/fpm/fpm_shm.c).
3103 . Fixed bug #60222 (time_nanosleep() does validate input params). (Ilia)
3647 . Fixed bug #60222 (time_nanosleep() does validate input params). (Ilia)
3659 . Fixed bug #61430 (Transposed memset() params in sapi/fpm/fpm/fpm_shm.c).
3673 . Fixed bug #60802 (ibase_trans() gives segfault when passing params).
4178 . Fixed bug #55313 (Number of retries not set when params specified).
5834 . Added "params" as optional parameter for stream_context_create(). (Sara)
6788 - Fixed bug #45373 (php crash on query with errors in params). (Felipe)
7087 - Fixed bug #43099 (XMLWriter::endElement() does not check # of params).
9032 - Fixed bug #35338 (pdo_pgsql does not handle binary bound params). (Wez)
[all …]
/PHP-5.5/tests/lang/
H A Dbug55754.phpt2 Bug #55754 (Only variables should be passed by reference for ZEND_SEND_PREFER_REF params)
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug44996.phpt10 …sion=\"1.0\"?><methodResponse><params><param><value><dateTime.iso8601>$datetime</dateTime.iso8601>…
H A Dbug45226.phpt23 <params>
36 </params>
41 <params>
54 </params>
H A Dbug50761.phpt10 <params><param><value><array><data>
13 <member><name>params</name><value><array><data><value><string>A</string>
18 <member><name>params</name><value><array><data><value><string>B</string>
21 </data></array></value></param></params>
24 function testA($methodName, $params, $var){ return "C"; }
25 function testB($methodName, $params, $var){ return "D"; }
36 <params>
63 </params>
H A Dbug18916.phpt10 $params = date("Ymd\TH:i:s", time());
11 xmlrpc_set_type($params, 'datetime');
12 echo xmlrpc_encode($params);
17 <params>
23 </params>
H A Dbug50282.phpt24 <params>
37 </params>
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug50997.phpt10 $params = array('code'=>'foo');
11 $soapClient->newOperation($params);

Completed in 91 milliseconds

123456789