Home
last modified time | relevance | path

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

12345678

/PHP-8.3/ext/mysqli/
H A Dmysqli_api.c82 MYSQLND_PARAM_BIND *params; in mysqli_stmt_bind_param_do_bind() local
90 if (!params) { in mysqli_stmt_bind_param_do_bind()
118 ZVAL_COPY_VALUE(&params[i].zv, &args[i]); in mysqli_stmt_bind_param_do_bind()
119 params[i].type = type; in mysqli_stmt_bind_param_do_bind()
171 if (params) { in mysqli_stmt_bind_result_do_bind()
173 ZVAL_COPY_VALUE(&params[i].zv, &args[i]); in mysqli_stmt_bind_result_do_bind()
436 MYSQLND_PARAM_BIND *params; in PHP_FUNCTION() local
451 ZEND_ASSERT(params); in PHP_FUNCTION()
455 ZVAL_COPY_VALUE(&params[index].zv, tmp); in PHP_FUNCTION()
545 MYSQLND_PARAM_BIND *params; in PHP_FUNCTION() local
[all …]
/PHP-8.3/ext/standard/
H A Duser_filters.stub.php40 public mixed $params = ""; variable in php_user_filter
H A Dstreamsfuncs.c1094 HashTable *params; in PHP_FUNCTION() local
1100 Z_PARAM_ARRAY_HT(params) in PHP_FUNCTION()
1109 RETVAL_BOOL(parse_context_params(context, params) == SUCCESS); in PHP_FUNCTION()
1142 HashTable *params = NULL; in PHP_FUNCTION() local
1147 Z_PARAM_ARRAY_HT_OR_NULL(params) in PHP_FUNCTION()
1155 if (params) { in PHP_FUNCTION()
1156 if (parse_context_options(context, params) == FAILURE) { in PHP_FUNCTION()
1192 HashTable *params = NULL; in PHP_FUNCTION() local
1198 Z_PARAM_ARRAY_HT_OR_NULL(params) in PHP_FUNCTION()
1207 if (params) { in PHP_FUNCTION()
[all …]
/PHP-8.3/ext/posix/tests/
H A Dposix_getsid_error.phpt4 cases: no params, wrong param, wrong param range
/PHP-8.3/Zend/tests/named_params/
H A Dattributes_positional_after_named.phpt2 Named params in attributes: Positional after named error
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
/PHP-8.3/Zend/tests/generators/
H A Dgh9752.phpt2 Bug GH-9752 (Generator crashes when interrupted during a function call with extra named params)
/PHP-8.3/ext/spl/tests/
H A Dspl_007.phpt7 public function __call($name, $params) {
/PHP-8.3/Zend/
H A Dzend_closures.c133 fci.params = NULL; in ZEND_METHOD()
288 zval params[2]; in ZEND_NAMED_FUNCTION() local
299 fci.params = params; in ZEND_NAMED_FUNCTION()
301 ZVAL_STR(&fci.params[0], EX(func)->common.function_name); in ZEND_NAMED_FUNCTION()
307 zend_hash_real_init_mixed(Z_ARRVAL(fci.params[1])); in ZEND_NAMED_FUNCTION()
308 zend_copy_parameters_array(ZEND_NUM_ARGS(), &fci.params[1]); in ZEND_NAMED_FUNCTION()
311 zend_hash_add_new(Z_ARRVAL(fci.params[1]), name, named_param_zval); in ZEND_NAMED_FUNCTION()
314 array_init_size(&fci.params[1], ZEND_NUM_ARGS()); in ZEND_NAMED_FUNCTION()
315 zend_copy_parameters_array(ZEND_NUM_ARGS(), &fci.params[1]); in ZEND_NAMED_FUNCTION()
317 ZVAL_EMPTY_ARRAY(&fci.params[1]); in ZEND_NAMED_FUNCTION()
[all …]
/PHP-8.3/ext/openssl/tests/
H A Dbug72336.phpt2 Bug #72336 (openssl_pkey_new does not fail for invalid DSA params)
/PHP-8.3/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.3/ext/zend_test/
H A Dfiber.c137 fiber->target->fci.params = &fiber->target->result; in zend_test_fiber_execute()
244 zval *params; in ZEND_METHOD() local
249 Z_PARAM_VARIADIC_WITH_NAMED(params, param_count, named_params); in ZEND_METHOD()
259 fiber->fci.params = params; in ZEND_METHOD()
/PHP-8.3/ext/standard/tests/time/
H A Dbug60222.phpt2 Bug #60222 (time_nanosleep() does validate input params)
/PHP-8.3/Zend/tests/
H A Dbug79897.phpt2 bug79897: Promoted constructor params with attribs cause crash
H A Dexception_022.phpt2 Testing throw exception doesn't crash with wrong params, variant 4
H A Dexception_019.phpt2 Testing throw exception doesn't crash with wrong params, variant 2
H A Dexception_021.phpt2 Testing throw exception doesn't crash with wrong params, variant 3
H A Dexception_018.phpt2 Testing throw exception doesn't crash with wrong params, variant 1
H A Dbug78010.phpt28 foreach (array_fill(0, 389, 'x') as &$params) { //Will not trigger <389
/PHP-8.3/ext/phar/tests/
H A D002.phpt2 Phar::mapPhar truncated manifest/improper params
/PHP-8.3/ext/intl/tests/
H A Dgh8115.phpt18 // Can't be tested since all params are optional
21 // Can't be tested since all params are optional
/PHP-8.3/ext/pdo_sqlite/tests/
H A Ddebugdumpparams_001.phpt2 Testing PDOStatement::debugDumpParams() with bound params

Completed in 34 milliseconds

12345678