Searched refs:file_out (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/pgsql/ |
H A D | pgsql.c | 2894 zend_string *file_out; in PHP_FUNCTION() local 2902 "OlP", &pgsql_link, pgsql_link_ce, &oid_long, &file_out) == SUCCESS) { in PHP_FUNCTION() 2912 "OSP", &pgsql_link, pgsql_link_ce, &oid_string, &file_out) == SUCCESS) { in PHP_FUNCTION() 2922 "lP", &oid_long, &file_out) == SUCCESS) { in PHP_FUNCTION() 2932 "SP", &oid_string, &file_out) == SUCCESS) { in PHP_FUNCTION() 2946 if (php_check_open_basedir(ZSTR_VAL(file_out))) { in PHP_FUNCTION() 2952 if (lo_export(pgsql, oid, ZSTR_VAL(file_out)) == -1) { in PHP_FUNCTION()
|
Completed in 17 milliseconds