Home
last modified time | relevance | path

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

/php-src/ext/pgsql/tests/
H A D05large_object.phpt21 pg_lo_write ($handle, "large\0object data");
25 pg_lo_write ($handle, "large object data");
113 pg_lo_write(): Argument #2 ($data) must not contain any null bytes
/php-src/ext/pgsql/
H A Dpgsql.stub.php763 function pg_lo_write(PgSql\Lob $lob, string $data, ?int $length = null): int|false {} function
H A Dpgsql_arginfo.h554 ZEND_FUNCTION(pg_lo_write);
679 ZEND_FE(pg_lo_write, arginfo_pg_lo_write)
H A Dpgsql.c2768 PHP_FUNCTION(pg_lo_write) in PHP_FUNCTION() argument

Completed in 27 milliseconds