Home
last modified time | relevance | path

Searched refs:z_filename (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/ext/pgsql/
H A Dpgsql.c2244 char *z_filename, *mode = "w"; in PHP_FUNCTION() local
2252 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|sO!", &z_filename, &z_filename_len, &mode, &mode_len… in PHP_FUNCTION()
2266 stream = php_stream_open_wrapper(z_filename, mode, REPORT_ERRORS, NULL); in PHP_FUNCTION()

Completed in 17 milliseconds