Home
last modified time | relevance | path

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

/PHP-8.2/ext/pgsql/
H A Dpgsql.c2619 zend_string *file_in; in PHP_FUNCTION() local
2625 "OP|z", &pgsql_link, pgsql_link_ce, &file_in, &oid) == SUCCESS) { in PHP_FUNCTION()
2630 "P|z", &file_in, &oid) == SUCCESS) { in PHP_FUNCTION()
2638 if (php_check_open_basedir(ZSTR_VAL(file_in))) { in PHP_FUNCTION()
2668 returned_oid = lo_import_with_oid(pgsql, ZSTR_VAL(file_in), wanted_oid); in PHP_FUNCTION()
2677 returned_oid = lo_import(pgsql, ZSTR_VAL(file_in)); in PHP_FUNCTION()

Completed in 19 milliseconds