Home
last modified time | relevance | path

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

12345678

/PHP-8.0/ext/posix/tests/
H A Dposix_getsid_error.phpt4 cases: no params, wrong param, wrong param range
/PHP-8.0/ext/reflection/tests/
H A DReflectionObject_isSubclassOf_error.phpt2 ReflectionObject::isSubclassOf() - 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-8.0/ext/openssl/tests/
H A Dbug72336.phpt2 Bug #72336 (openssl_pkey_new does not fail for invalid DSA params)
/PHP-8.0/ext/standard/tests/time/
H A Dbug60222.phpt2 Bug #60222 (time_nanosleep() does validate input params)
/PHP-8.0/Zend/tests/
H A Dbug79897.phpt2 bug79897: Promoted constructor params with attribs cause crash
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
H A Dbug78010.phpt23 foreach (array_fill(0, 389, 'x') as &$params) { //Will not trigger <389
/PHP-8.0/Zend/tests/named_params/
H A Dinternal_variadics.phpt2 Named params on internal functions: Variadic functions that don't support extra named args
H A Dassert.phpt2 Calling assert with named params
H A Dattributes.phpt2 Named params in attributes
H A Dbacktrace.phpt2 Extra named params in backtraces
H A Dvariadic.phpt2 Additional named params are collect into variadics
/PHP-8.0/ext/phar/tests/
H A D002.phpt2 Phar::mapPhar truncated manifest/improper params
/PHP-8.0/ext/pdo_sqlite/tests/
H A Ddebugdumpparams_001.phpt2 Testing PDOStatement::debugDumpParams() with bound params
/PHP-8.0/ext/libxml/
H A Dlibxml.c584 zval params[3]; in _php_libxml_external_entity_loader() local
596 ZVAL_STRING(&params[0], ID); in _php_libxml_external_entity_loader()
598 ZVAL_NULL(&params[0]); in _php_libxml_external_entity_loader()
601 ZVAL_STRING(&params[1], URL); in _php_libxml_external_entity_loader()
603 ZVAL_NULL(&params[1]); in _php_libxml_external_entity_loader()
605 ctxzv = &params[2]; in _php_libxml_external_entity_loader()
624 fci->params = params; in _php_libxml_external_entity_loader()
625 fci->param_count = sizeof(params)/sizeof(*params); in _php_libxml_external_entity_loader()
692 zval_ptr_dtor(&params[0]); in _php_libxml_external_entity_loader()
693 zval_ptr_dtor(&params[1]); in _php_libxml_external_entity_loader()
[all …]
/PHP-8.0/Zend/
H A Dzend_closures.c133 fci.params = NULL; in ZEND_METHOD()
137 Z_PARAM_VARIADIC_WITH_NAMED(fci.params, fci.param_count, fci.named_params) in ZEND_METHOD()
269 zval params[2]; in ZEND_NAMED_FUNCTION() local
280 fci.params = params; in ZEND_NAMED_FUNCTION()
282 ZVAL_STR(&fci.params[0], EX(func)->common.function_name); in ZEND_NAMED_FUNCTION()
284 array_init_size(&fci.params[1], ZEND_NUM_ARGS()); in ZEND_NAMED_FUNCTION()
285 zend_copy_parameters_array(ZEND_NUM_ARGS(), &fci.params[1]); in ZEND_NAMED_FUNCTION()
287 ZVAL_EMPTY_ARRAY(&fci.params[1]); in ZEND_NAMED_FUNCTION()
295 zval_ptr_dtor(&fci.params[1]); in ZEND_NAMED_FUNCTION()
/PHP-8.0/ext/standard/
H A Dstreamsfuncs.c1049 HashTable *params; in PHP_FUNCTION() local
1055 Z_PARAM_ARRAY_HT(params) in PHP_FUNCTION()
1064 RETVAL_BOOL(parse_context_params(context, params) == SUCCESS); in PHP_FUNCTION()
1097 HashTable *params = NULL; in PHP_FUNCTION() local
1102 Z_PARAM_ARRAY_HT_OR_NULL(params) in PHP_FUNCTION()
1110 if (params) { in PHP_FUNCTION()
1111 if (parse_context_options(context, params) == FAILURE) { in PHP_FUNCTION()
1147 HashTable *params = NULL; in PHP_FUNCTION() local
1153 Z_PARAM_ARRAY_HT_OR_NULL(params) in PHP_FUNCTION()
1162 if (params) { in PHP_FUNCTION()
[all …]
/PHP-8.0/sapi/fuzzer/
H A Dfuzzer-sapi.c290 void fuzzer_call_php_func(const char *func_name, int nargs, char **params) { in fuzzer_call_php_func() argument
295 ZVAL_STRING(&args[i], params[i]); in fuzzer_call_php_func()
/PHP-8.0/ext/date/tests/
H A D005.phpt2 idate() and invalid params
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.stub.php32 public function execute(?array $params = null) {} argument

Completed in 49 milliseconds

12345678