Searched refs:file_out (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/pgsql/ |
H A D | pgsql.c | 2912 zend_string *file_out; in PHP_FUNCTION() local 2920 "OlP", &pgsql_link, pgsql_link_ce, &oid_long, &file_out) == SUCCESS) { in PHP_FUNCTION() 2930 "OSP", &pgsql_link, pgsql_link_ce, &oid_string, &file_out) == SUCCESS) { in PHP_FUNCTION() 2940 "lP", &oid_long, &file_out) == SUCCESS) { in PHP_FUNCTION() 2950 "SP", &oid_string, &file_out) == SUCCESS) { in PHP_FUNCTION() 2964 if (php_check_open_basedir(ZSTR_VAL(file_out))) { in PHP_FUNCTION() 2970 if (lo_export(pgsql, oid, ZSTR_VAL(file_out)) == -1) { in PHP_FUNCTION()
|
Completed in 24 milliseconds