Home
last modified time | relevance | path

Searched refs:params (Results 101 – 125 of 245) sorted by relevance

12345678910

/PHP-7.3/ext/reflection/tests/
H A DReflectionObject_getConstants_error.phpt2 ReflectionObject::getConstants() - invalid params
H A DReflectionClass_isUserDefined_error.phpt2 ReflectionClass::isUserDefined() - invalid params.
H A DReflectionClass_getName_error.phpt2 ReflectionClass::getName() - invalid params
H A DReflectionClass_isInternal_error.phpt2 ReflectionClass::isInternal() - invalid params
H A DReflectionObject_isInternal_error.phpt2 ReflectionObject::isInternal() - invalid params
H A DReflectionObject_isUserDefined_error.phpt2 ReflectionObject::isUserDefined() - 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:
/PHP-7.3/ext/standard/tests/math/
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-7.3/Zend/
H A Dzend_closures.c119 fci.params = NULL; in ZEND_METHOD()
121 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "o*", &newthis, &fci.params, &fci.param_count) == FAILU… in ZEND_METHOD()
229 zval params[2]; in ZEND_NAMED_FUNCTION() local
239 fci.params = params; in ZEND_NAMED_FUNCTION()
241 ZVAL_STR(&fci.params[0], EX(func)->common.function_name); in ZEND_NAMED_FUNCTION()
243 array_init_size(&fci.params[1], ZEND_NUM_ARGS()); in ZEND_NAMED_FUNCTION()
244 zend_copy_parameters_array(ZEND_NUM_ARGS(), &fci.params[1]); in ZEND_NAMED_FUNCTION()
246 ZVAL_EMPTY_ARRAY(&fci.params[1]); in ZEND_NAMED_FUNCTION()
254 zval_ptr_dtor(&fci.params[0]); in ZEND_NAMED_FUNCTION()
255 zval_ptr_dtor(&fci.params[1]); in ZEND_NAMED_FUNCTION()
/PHP-7.3/ext/openssl/tests/
H A Dbug72336.phpt2 Bug #72336 (openssl_pkey_new does not fail for invalid DSA params)
/PHP-7.3/ext/spl/tests/
H A DSplPriorityQueue_insert_invalid_parameter.phpt2 Check that SplPriorityQueue::insert generate a warning and returns NULL when rubbish params are pas…
/PHP-7.3/ext/standard/tests/time/
H A Dbug60222.phpt2 Bug #60222 (time_nanosleep() does validate input params)
/PHP-7.3/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-7.3/ext/libxml/
H A Dlibxml.c588 zval params[3]; in _php_libxml_external_entity_loader() local
600 ZVAL_STRING(&params[0], ID); in _php_libxml_external_entity_loader()
602 ZVAL_NULL(&params[0]); in _php_libxml_external_entity_loader()
605 ZVAL_STRING(&params[1], URL); in _php_libxml_external_entity_loader()
607 ZVAL_NULL(&params[1]); in _php_libxml_external_entity_loader()
609 ctxzv = &params[2]; in _php_libxml_external_entity_loader()
628 fci->params = params; in _php_libxml_external_entity_loader()
629 fci->param_count = sizeof(params)/sizeof(*params); in _php_libxml_external_entity_loader()
696 zval_ptr_dtor(&params[0]); in _php_libxml_external_entity_loader()
697 zval_ptr_dtor(&params[1]); in _php_libxml_external_entity_loader()
[all …]
/PHP-7.3/ext/gettext/tests/
H A Dgettext_dcgettext-wrongparams.phpt2 Test if dcgettext() errors when you don't supply the correct params.
/PHP-7.3/Zend/tests/
H A Dexception_019.phpt2 Testing throw exception doesn't crash with wrong params, variant 2
H A Dexception_022.phpt2 Testing throw exception doesn't crash with wrong params, variant 4
H A Dexception_018.phpt2 Testing throw exception doesn't crash with wrong params, variant 1
H A Dexception_021.phpt2 Testing throw exception doesn't crash with wrong params, variant 3
/PHP-7.3/ext/phar/tests/
H A D002.phpt2 Phar::mapPhar truncated manifest/improper params

Completed in 31 milliseconds

12345678910