Home
last modified time | relevance | path

Searched refs:params (Results 76 – 100 of 208) sorted by relevance

123456789

/PHP-5.5/ext/standard/tests/math/
H A Dis_finite_error.phpt2 Test is_finite() - wrong params test is_finite()
H A Dis_infinite_error.phpt2 Test is_infinite() - wrong params test is_infinite()
H A Dexp_error.phpt2 Test exp() - wrong params for exp()
H A Dpow_error.phpt2 Test pow() - wrong params test pow()
H A Datan2_error.phpt2 Test atan2() - wrong params atan2()
H A Dfmod_error.phpt2 Test fmod() - wrong params test fmod()
H A Dlog_error.phpt2 Test log() - wrong params test log()
H A Dmt_srand_error.phpt2 Test mt_srand() - wrong params test mt_srand()
/PHP-5.5/ext/soap/
H A Dphp_http.c386 zval *params[3]; in make_http_soap_request() local
389 params[0] = &param1; in make_http_soap_request()
390 INIT_PZVAL(params[0]); in make_http_soap_request()
391 params[1] = &param2; in make_http_soap_request()
392 INIT_PZVAL(params[1]); in make_http_soap_request()
393 params[2] = &param3; in make_http_soap_request()
394 INIT_PZVAL(params[2]); in make_http_soap_request()
1252 zval *params[1]; in make_http_soap_request() local
1258 params[0] = &param; in make_http_soap_request()
1260 INIT_PZVAL(params[0]); in make_http_soap_request()
[all …]
/PHP-5.5/ext/intl/tests/
H A Dintl_get_error_message.phpt21 collator_get_locale: unable to parse input params: U_ILLEGAL_ARGUMENT_ERROR
/PHP-5.5/ext/spl/tests/
H A Dspl_007.phpt7 public function __call($name, $params) {
H A DSplPriorityQueue_insert_invalid_parameter.phpt2 Check that SplPriorityQueue::insert generate a warning and returns NULL when rubbish params are pas…
/PHP-5.5/ext/reflection/tests/
H A DReflectionObject_getConstants_error.phpt2 ReflectionObject::getConstants() - invalid params
H A DReflectionClass_getName_error.phpt2 ReflectionClass::getName() - invalid params
H A DReflectionClass_isInternal_error.phpt2 ReflectionClass::isInternal() - invalid params
H A DReflectionClass_isUserDefined_error.phpt2 ReflectionClass::isUserDefined() - invalid params.
H A DReflectionObject_isUserDefined_error.phpt2 ReflectionObject::isUserDefined() - invalid params
H A DReflectionObject_isInternal_error.phpt2 ReflectionObject::isInternal() - invalid params
H A DReflectionClass_getMethod_002.phpt13 echo "Check invalid params:\n";
58 Check invalid params:
H A DReflectionClass_getProperty_002.phpt13 echo "Check invalid params:\n";
56 Check invalid params:
H A DReflectionObject_isInstantiable_error.phpt2 ReflectionObject::IsInstantiable() - invalid params
/PHP-5.5/ext/spl/internal/
H A Diteratoriterator.inc108 * @param params Array of parameters to pass to method
110 function __call($func, $params)
112 return call_user_func_array(array($this->iterator, $func), $params);
H A Dlimititerator.inc126 * @param params Array of parameters to pass to method
128 function __call($func, $params)
130 return call_user_func_array(array($this->it, $func), $params);
/PHP-5.5/ext/standard/tests/time/
H A Dbug60222.phpt2 Bug #60222 (time_nanosleep() does validate input params)
/PHP-5.5/ext/gettext/tests/
H A Dgettext_dcgettext-wrongparams.phpt2 Test if dcgettext() errors when you don't supply the correct params.

Completed in 40 milliseconds

123456789