Home
last modified time | relevance | path

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

123456789

/PHP-7.4/Zend/tests/
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
H A Dcall_user_func_002.phpt2 Testing call_user_func() with autoload and passing invalid params
/PHP-7.4/ext/phar/tests/
H A D002.phpt2 Phar::mapPhar truncated manifest/improper params
/PHP-7.4/ext/reflection/tests/
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_isSubclassOf_error.phpt2 ReflectionObject::isSubclassOf() - invalid params
H A DReflectionClass_isIterateable_001.phpt38 echo "\nTest invalid params:\n";
64 Test invalid params:
H A DReflectionClass_getStaticPropertyValue_002.phpt2 ReflectionClass::getStaticPropertyValue() - bad params
/PHP-7.4/ext/libxml/
H A Dlibxml.c633 zval params[3]; in _php_libxml_external_entity_loader() local
645 ZVAL_STRING(&params[0], ID); in _php_libxml_external_entity_loader()
647 ZVAL_NULL(&params[0]); in _php_libxml_external_entity_loader()
650 ZVAL_STRING(&params[1], URL); in _php_libxml_external_entity_loader()
652 ZVAL_NULL(&params[1]); in _php_libxml_external_entity_loader()
654 ctxzv = &params[2]; in _php_libxml_external_entity_loader()
673 fci->params = params; in _php_libxml_external_entity_loader()
674 fci->param_count = sizeof(params)/sizeof(*params); in _php_libxml_external_entity_loader()
742 zval_ptr_dtor(&params[0]); in _php_libxml_external_entity_loader()
743 zval_ptr_dtor(&params[1]); in _php_libxml_external_entity_loader()
[all …]
/PHP-7.4/ext/pdo_sqlite/tests/
H A Ddebugdumpparams_001.phpt2 Testing PDOStatement::debugDumpParams() with bound params
/PHP-7.4/ext/posix/tests/
H A Dposix_getsid_error.phpt4 cases: no params, wrong param, wrong param range
/PHP-7.4/Zend/
H A Dzend_closures.c131 fci.params = NULL; in ZEND_METHOD()
133 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "o*", &newthis, &fci.params, &fci.param_count) == FAILU… in ZEND_METHOD()
252 zval params[2]; in ZEND_NAMED_FUNCTION() local
262 fci.params = params; in ZEND_NAMED_FUNCTION()
264 ZVAL_STR(&fci.params[0], EX(func)->common.function_name); in ZEND_NAMED_FUNCTION()
266 array_init_size(&fci.params[1], ZEND_NUM_ARGS()); in ZEND_NAMED_FUNCTION()
267 zend_copy_parameters_array(ZEND_NUM_ARGS(), &fci.params[1]); in ZEND_NAMED_FUNCTION()
269 ZVAL_EMPTY_ARRAY(&fci.params[1]); in ZEND_NAMED_FUNCTION()
277 zval_ptr_dtor(&fci.params[1]); in ZEND_NAMED_FUNCTION()
H A Dzend.c1267 zval params[5]; in zend_error_va_list() local
1341 ZVAL_LONG(&params[0], type); in zend_error_va_list()
1344 ZVAL_STRING(&params[2], error_filename); in zend_error_va_list()
1346 ZVAL_NULL(&params[2]); in zend_error_va_list()
1349 ZVAL_LONG(&params[3], error_lineno); in zend_error_va_list()
1355 ZVAL_NULL(&params[4]); in zend_error_va_list()
1401 zval_ptr_dtor(&params[4]); in zend_error_va_list()
1402 zval_ptr_dtor(&params[2]); in zend_error_va_list()
1403 zval_ptr_dtor(&params[1]); in zend_error_va_list()
1640 zval params[1], retval2; in zend_user_exception_handler() local
[all …]
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c1036 zval *params, *zcontext; in PHP_FUNCTION() local
1041 Z_PARAM_ARRAY(params) in PHP_FUNCTION()
1050 RETVAL_BOOL(parse_context_params(context, params) == SUCCESS); in PHP_FUNCTION()
1085 zval *params = NULL; in PHP_FUNCTION() local
1090 Z_PARAM_ARRAY(params) in PHP_FUNCTION()
1098 if (params) { in PHP_FUNCTION()
1099 parse_context_options(context, params); in PHP_FUNCTION()
1132 zval *options = NULL, *params = NULL; in PHP_FUNCTION() local
1138 Z_PARAM_ARRAY_EX(params, 1, 0) in PHP_FUNCTION()
1147 if (params) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/sockets/tests/
H A Dsocket_set_option_bindtodevice.phpt25 // wrong params
/PHP-7.4/ext/sockets/
H A Dconversions.c71 HashTable params; /* stores pointers; has to be first */ member
79 HashTable params; /* stores pointers; has to be first */ member
990 if (zend_hash_str_add_ptr(&ctx->params, KEY_CMSG_LEN, sizeof(KEY_CMSG_LEN) - 1, len_p) == NULL) { in to_zval_read_cmsg_data()
997 zend_hash_str_del(&ctx->params, KEY_CMSG_LEN, sizeof(KEY_CMSG_LEN) - 1); in to_zval_read_cmsg_data()
1176 zend_hash_str_del(&ctx->params, KEY_FILL_SOCKADDR, sizeof(KEY_FILL_SOCKADDR) - 1); in from_zval_write_msghdr_recv()
1400 …if ((cmsg_len = zend_hash_str_find_ptr(&ctx->params, KEY_CMSG_LEN, sizeof(KEY_CMSG_LEN) - 1)) == N… in to_zval_read_fd_array()
1463 zend_hash_init(&ctx.params, 8, NULL, NULL, 0); in from_zval_run_conversions()
1486 zend_hash_destroy(&ctx.params); in from_zval_run_conversions()
1507 zend_hash_init(&ctx.params, 8, NULL, NULL, 0); in to_zval_run_conversions()
1509 zend_hash_str_update_ptr(&ctx.params, kv->key, kv->key_size - 1, kv->value); in to_zval_run_conversions()
[all …]
/PHP-7.4/ext/date/tests/
H A D004.phpt2 date() format params
H A D005.phpt2 idate() and invalid params
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c1304 params_t *params = NULL; in PHP_FUNCTION() local
1335 params[i].fp = -1; in PHP_FUNCTION()
1344 close(params[i].fp); in PHP_FUNCTION()
1347 efree(params); in PHP_FUNCTION()
1359 efree(params); in PHP_FUNCTION()
1364 params[i-1].fp = -1; in PHP_FUNCTION()
1391 efree(params); in PHP_FUNCTION()
1403 efree(params); in PHP_FUNCTION()
1437 efree(params); in PHP_FUNCTION()
1482 close(params[i].fp); in PHP_FUNCTION()
[all …]
/PHP-7.4/sapi/fpm/tests/
H A Dfcgi.inc458 * @param array $params Array of parameters
465 public function request(array $params, $stdin)
467 $id = $this->async_request($params, $stdin);
474 * @param array $params Array of parameters
481 public function request_data(array $params, $stdin)
483 $id = $this->async_request($params, $stdin);
498 * @param array $params Array of parameters
504 public function async_request(array $params, $stdin)
522 foreach ($params as $key => $value) {
/PHP-7.4/ext/spl/
H A Dspl_engine.h67 fci.params = argv; in spl_instantiate_arg_n()
/PHP-7.4/ext/pgsql/tests/
H A D23sync_query_params.phpt2 PostgreSQL sync query params

Completed in 75 milliseconds

123456789