Searched refs:file_in (Results 1 – 1 of 1) sorted by relevance
2840 zend_string *file_in; in PHP_FUNCTION() local2846 "OP|z", &pgsql_link, pgsql_link_ce, &file_in, &oid) == SUCCESS) { in PHP_FUNCTION()2851 "P|z", &file_in, &oid) == SUCCESS) { in PHP_FUNCTION()2859 if (php_check_open_basedir(ZSTR_VAL(file_in))) { in PHP_FUNCTION()2889 returned_oid = lo_import_with_oid(pgsql, ZSTR_VAL(file_in), wanted_oid); in PHP_FUNCTION()2898 returned_oid = lo_import(pgsql, ZSTR_VAL(file_in)); in PHP_FUNCTION()
Completed in 27 milliseconds