Searched refs:file_in (Results 1 – 1 of 1) sorted by relevance
2822 zend_string *file_in; in PHP_FUNCTION() local2828 "OP|z", &pgsql_link, pgsql_link_ce, &file_in, &oid) == SUCCESS) { in PHP_FUNCTION()2833 "P|z", &file_in, &oid) == SUCCESS) { in PHP_FUNCTION()2841 if (php_check_open_basedir(ZSTR_VAL(file_in))) { in PHP_FUNCTION()2871 returned_oid = lo_import_with_oid(pgsql, ZSTR_VAL(file_in), wanted_oid); in PHP_FUNCTION()2880 returned_oid = lo_import(pgsql, ZSTR_VAL(file_in)); in PHP_FUNCTION()
Completed in 16 milliseconds