Home
last modified time | relevance | path

Searched refs:pg_lo_read_all (Results 1 – 25 of 66) sorted by relevance

123

/dports/lang/php73/php-7.3.33/ext/pgsql/tests/
H A D05large_object.phpt34 pg_lo_read_all($handle);
35 if (pg_last_error()) echo "pg_lo_read_all() error\n".pg_last_error();
/dports/databases/php73-pgsql/php-7.3.33/ext/pgsql/tests/
H A D05large_object.phpt34 pg_lo_read_all($handle);
35 if (pg_last_error()) echo "pg_lo_read_all() error\n".pg_last_error();
/dports/databases/php74-pgsql/php-7.4.27/ext/pgsql/tests/
H A D05large_object.phpt34 pg_lo_read_all($handle);
35 if (pg_last_error()) echo "pg_lo_read_all() error\n".pg_last_error();
/dports/lang/php74/php-7.4.27/ext/pgsql/tests/
H A D05large_object.phpt34 pg_lo_read_all($handle);
35 if (pg_last_error()) echo "pg_lo_read_all() error\n".pg_last_error();
/dports/www/mod_php73/php-7.3.33/ext/pgsql/tests/
H A D05large_object.phpt34 pg_lo_read_all($handle);
35 if (pg_last_error()) echo "pg_lo_read_all() error\n".pg_last_error();
/dports/www/mod_php74/php-7.4.27/ext/pgsql/tests/
H A D05large_object.phpt34 pg_lo_read_all($handle);
35 if (pg_last_error()) echo "pg_lo_read_all() error\n".pg_last_error();
/dports/databases/php80-pgsql/php-8.0.15/ext/pgsql/tests/
H A D05large_object.phpt34 pg_lo_read_all($handle);
35 if (pg_last_error()) echo "pg_lo_read_all() error\n".pg_last_error();
/dports/lang/php80/php-8.0.15/ext/pgsql/tests/
H A D05large_object.phpt34 pg_lo_read_all($handle);
35 if (pg_last_error()) echo "pg_lo_read_all() error\n".pg_last_error();
/dports/www/mod_php80/php-8.0.15/ext/pgsql/tests/
H A D05large_object.phpt34 pg_lo_read_all($handle);
35 if (pg_last_error()) echo "pg_lo_read_all() error\n".pg_last_error();
/dports/databases/php81-pgsql/php-8.1.1/ext/pgsql/tests/
H A D05large_object.phpt43 $bytesWritten = pg_lo_read_all($handle);
46 if (pg_last_error($db)) echo "pg_lo_read_all() error\n".pg_last_error();
/dports/www/mod_php81/php-8.1.1/ext/pgsql/tests/
H A D05large_object.phpt43 $bytesWritten = pg_lo_read_all($handle);
46 if (pg_last_error($db)) echo "pg_lo_read_all() error\n".pg_last_error();
/dports/lang/php81/php-8.1.1/ext/pgsql/tests/
H A D05large_object.phpt43 $bytesWritten = pg_lo_read_all($handle);
46 if (pg_last_error($db)) echo "pg_lo_read_all() error\n".pg_last_error();
/dports/databases/php80-pgsql/php-8.0.15/ext/pgsql/
H A Dpgsql_arginfo.h498 ZEND_FUNCTION(pg_lo_read_all);
610 ZEND_FE(pg_lo_read_all, arginfo_pg_lo_read_all)
611 ZEND_DEP_FALIAS(pg_loreadall, pg_lo_read_all, arginfo_pg_loreadall)
H A Dphp_pgsql.h134 PHP_FUNCTION(pg_lo_read_all);
/dports/lang/php80/php-8.0.15/ext/pgsql/
H A Dpgsql_arginfo.h498 ZEND_FUNCTION(pg_lo_read_all);
610 ZEND_FE(pg_lo_read_all, arginfo_pg_lo_read_all)
611 ZEND_DEP_FALIAS(pg_loreadall, pg_lo_read_all, arginfo_pg_loreadall)
H A Dphp_pgsql.h134 PHP_FUNCTION(pg_lo_read_all);
/dports/www/mod_php80/php-8.0.15/ext/pgsql/
H A Dpgsql_arginfo.h498 ZEND_FUNCTION(pg_lo_read_all);
610 ZEND_FE(pg_lo_read_all, arginfo_pg_lo_read_all)
611 ZEND_DEP_FALIAS(pg_loreadall, pg_lo_read_all, arginfo_pg_loreadall)
H A Dphp_pgsql.h134 PHP_FUNCTION(pg_lo_read_all);
/dports/databases/php81-pgsql/php-8.1.1/ext/pgsql/
H A Dpgsql_arginfo.h500 ZEND_FUNCTION(pg_lo_read_all);
612 ZEND_FE(pg_lo_read_all, arginfo_pg_lo_read_all)
613 ZEND_DEP_FALIAS(pg_loreadall, pg_lo_read_all, arginfo_pg_loreadall)
/dports/www/mod_php81/php-8.1.1/ext/pgsql/
H A Dpgsql_arginfo.h500 ZEND_FUNCTION(pg_lo_read_all);
612 ZEND_FE(pg_lo_read_all, arginfo_pg_lo_read_all)
613 ZEND_DEP_FALIAS(pg_loreadall, pg_lo_read_all, arginfo_pg_loreadall)
/dports/lang/php81/php-8.1.1/ext/pgsql/
H A Dpgsql_arginfo.h500 ZEND_FUNCTION(pg_lo_read_all);
612 ZEND_FE(pg_lo_read_all, arginfo_pg_lo_read_all)
613 ZEND_DEP_FALIAS(pg_loreadall, pg_lo_read_all, arginfo_pg_loreadall)
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/thecodingmachine/safe/generated/
H A Dpgsql.php885 function pg_lo_read_all($large_object): int function
888 $result = \pg_lo_read_all($large_object);
/dports/www/nextcloud/nextcloud/3rdparty/thecodingmachine/safe/generated/
H A Dpgsql.php885 function pg_lo_read_all($large_object): int function
888 $result = \pg_lo_read_all($large_object);
/dports/lang/php73/php-7.3.33/ext/pgsql/
H A Dphp_pgsql.h162 PHP_FUNCTION(pg_lo_read_all);
/dports/databases/php73-pgsql/php-7.3.33/ext/pgsql/
H A Dphp_pgsql.h162 PHP_FUNCTION(pg_lo_read_all);

123