Home
last modified time | relevance | path

Searched refs:bin (Results 26 – 50 of 98) sorted by relevance

1234

/PHP-7.3/ext/pgsql/tests/
H A D18pg_escape_bytea_before.phpt17 pg_query($db, 'INSERT INTO '.$table_name.' (num, bin) VALUES (9876, E\''.$esc_image.'\');');
20 $unesc_image = pg_unescape_bytea($rows[0]['bin']);
H A D18pg_escape_bytea_esc.phpt17 pg_query($db, 'INSERT INTO '.$table_name.' (num, bin) VALUES (9876, \''.$esc_image.'\');');
20 $unesc_image = pg_unescape_bytea($rows[0]['bin']);
H A D18pg_escape_bytea_hex.phpt20 pg_query($db, 'INSERT INTO '.$table_name.' (num, bin) VALUES (9876, \''.$esc_image.'\');');
23 $unesc_image = pg_unescape_bytea($rows[0]['bin']);
H A D08escape.phpt47 $sql = "INSERT INTO ".$table_name." (num, bin) VALUES (-9999, CAST ('".$escaped_data."' AS BYTEA));…
52 $sql = "SELECT bin::bytea FROM ".$table_name." WHERE num = -9999";
56 if ($data === pg_unescape_bytea($row['bin'])) {
H A D15pg_delete.phpt13 $fields = array('num'=>'1234', 'str'=>'XXX', 'bin'=>'YYY');
H A D22pg_fetch_object.phpt34 ["bin"]=>
/PHP-7.3/ext/zlib/
H A Dzlib_filter.c75 size_t bin = 0, desired; in php_zlib_inflate_filter() local
79 while (bin < (unsigned int) bucket->buflen && !data->finished) { in php_zlib_inflate_filter()
81 desired = bucket->buflen - bin; in php_zlib_inflate_filter()
85 memcpy(data->strm.next_in, bucket->buf + bin, desired); in php_zlib_inflate_filter()
104 bin += desired; in php_zlib_inflate_filter()
192 size_t bin = 0, desired; in php_zlib_deflate_filter() local
198 while (bin < (unsigned int) bucket->buflen) { in php_zlib_deflate_filter()
199 desired = bucket->buflen - bin; in php_zlib_deflate_filter()
203 memcpy(data->strm.next_in, bucket->buf + bin, desired); in php_zlib_deflate_filter()
215 bin += desired; in php_zlib_deflate_filter()
/PHP-7.3/ext/sodium/tests/
H A Dutils.phpt59 $bin = $i == 0 ? '' : random_bytes($i);
60 $b64 = base64_encode($bin);
61 $b64_ = sodium_bin2base64($bin, SODIUM_BASE64_VARIANT_ORIGINAL);
66 if ($bin !== $bin_) {
70 if ($bin !== $bin_) {
/PHP-7.3/ext/gd/tests/
H A Dimageloadfont_invalid.phpt10 $bin = "\x41\x41\x41\x41\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x01\x00";
12 fwrite($fp, $bin);
/PHP-7.3/sapi/cgi/
H A DREADME.FastCGI74 Now, we'll create a fcgi-bin directory, just like you would do with normal
76 FastCGI binaries. We'll use /space/fcgi-bin/ for this example. Remember to
80 ScriptAlias /fcgi-bin/ /space/fcgi-bin/
81 <Location /fcgi-bin/>
91 Alias /fcgi-bin/ /space/fcgi-bin/
95 use the FastCGI binary /fcgi-bin/php to deliver PHP pages.
99 Action application/x-httpd-fastphp /fcgi-bin/php-cgi
/PHP-7.3/ext/intl/tests/_files/
H A Dresourcebundle.txt8 testbin:bin { a1b2c3d4e5f67890 }
H A Des-bundle.txt8 testbin:bin { a1b2c3d4e5f67890 }
/PHP-7.3/sapi/cli/tests/
H A Dbug67741.phpt11 #!/bin/env php
/PHP-7.3/appveyor/
H A Dtest_task.bat31 "C:\Program Files\MySql\MySQL Server 5.7\bin\mysql.exe" --user=%MYSQL_TEST_USER% -e "CREATE DATABAS…
40 "C:\Program Files\PostgreSQL\10\bin\createdb.exe" test
66 copy %DEPS_DIR%\bin\libenchant_ispell.dll c:\enchant_plugins
68 copy %DEPS_DIR%\bin\libenchant_myspell.dll c:\enchant_plugins
/PHP-7.3/ext/phar/tests/tar/
H A Dbug67761.phpt17 #!/usr/bin/env php
/PHP-7.3/ext/snmp/
H A Dconfig.m412 AC_PATH_PROG(SNMP_CONFIG,net-snmp-config,,[/usr/local/bin:$PATH])
14 SNMP_CONFIG="$PHP_SNMP/bin/net-snmp-config"
/PHP-7.3/ext/pdo_pgsql/
H A Dconfig.m417 for i in $PHP_PDO_PGSQL $PHP_PDO_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do
/PHP-7.3/ext/phar/tests/
H A Dbug79503.phpt16 … error: tar-based phar "%s%ebug79503.phar" has invalid metadata in magic file ".phar/.metadata.bin"
/PHP-7.3/ext/xsl/
H A Dconfig.m418 if test -x "$i/bin/xslt-config"; then
19 XSLT_CONFIG=$i/bin/xslt-config
/PHP-7.3/sapi/fpm/tests/
H A Dsocket-uds-acl.phpt6 FPM\Tester::skipIfAnyFileDoesNotExist(['/usr/bin/getfacl', '/etc/passwd', '/etc/group']);
64 passthru("/usr/bin/getfacl -cp " . $tester->getListen('{{ADDR:UDS}}'));
/PHP-7.3/scripts/dev/
H A Dphpextdist7 phpize=`php-config --prefix`/bin/phpize
/PHP-7.3/ext/pgsql/
H A Dconfig.m411 for i in $PHP_PGSQL $PHP_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do
/PHP-7.3/ext/standard/tests/general_functions/
H A Dbug44667.phpt4 <?php if (!is_executable('/bin/cat')) echo 'skip cat not found'; ?>
/PHP-7.3/ext/snmp/tests/
H A Dsnmpd.conf27 exec HexTest /bin/sh /etc/snmp/bigtest.sh
/PHP-7.3/sapi/fpm/
H A Dphp-fpm.service.in13 ExecReload=/bin/kill -USR2 $MAINPID

Completed in 22 milliseconds

1234