Searched refs:bin (Results 26 – 50 of 98) sorted by relevance
1234
/PHP-7.3/ext/pgsql/tests/ |
H A D | 18pg_escape_bytea_before.phpt | 17 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 D | 18pg_escape_bytea_esc.phpt | 17 pg_query($db, 'INSERT INTO '.$table_name.' (num, bin) VALUES (9876, \''.$esc_image.'\');'); 20 $unesc_image = pg_unescape_bytea($rows[0]['bin']);
|
H A D | 18pg_escape_bytea_hex.phpt | 20 pg_query($db, 'INSERT INTO '.$table_name.' (num, bin) VALUES (9876, \''.$esc_image.'\');'); 23 $unesc_image = pg_unescape_bytea($rows[0]['bin']);
|
H A D | 08escape.phpt | 47 $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 D | 15pg_delete.phpt | 13 $fields = array('num'=>'1234', 'str'=>'XXX', 'bin'=>'YYY');
|
H A D | 22pg_fetch_object.phpt | 34 ["bin"]=>
|
/PHP-7.3/ext/zlib/ |
H A D | zlib_filter.c | 75 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 D | utils.phpt | 59 $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 D | imageloadfont_invalid.phpt | 10 $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 D | README.FastCGI | 74 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 D | resourcebundle.txt | 8 testbin:bin { a1b2c3d4e5f67890 }
|
H A D | es-bundle.txt | 8 testbin:bin { a1b2c3d4e5f67890 }
|
/PHP-7.3/sapi/cli/tests/ |
H A D | bug67741.phpt | 11 #!/bin/env php
|
/PHP-7.3/appveyor/ |
H A D | test_task.bat | 31 "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 D | bug67761.phpt | 17 #!/usr/bin/env php
|
/PHP-7.3/ext/snmp/ |
H A D | config.m4 | 12 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 D | config.m4 | 17 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 D | bug79503.phpt | 16 … error: tar-based phar "%s%ebug79503.phar" has invalid metadata in magic file ".phar/.metadata.bin"
|
/PHP-7.3/ext/xsl/ |
H A D | config.m4 | 18 if test -x "$i/bin/xslt-config"; then 19 XSLT_CONFIG=$i/bin/xslt-config
|
/PHP-7.3/sapi/fpm/tests/ |
H A D | socket-uds-acl.phpt | 6 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 D | phpextdist | 7 phpize=`php-config --prefix`/bin/phpize
|
/PHP-7.3/ext/pgsql/ |
H A D | config.m4 | 11 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 D | bug44667.phpt | 4 <?php if (!is_executable('/bin/cat')) echo 'skip cat not found'; ?>
|
/PHP-7.3/ext/snmp/tests/ |
H A D | snmpd.conf | 27 exec HexTest /bin/sh /etc/snmp/bigtest.sh
|
/PHP-7.3/sapi/fpm/ |
H A D | php-fpm.service.in | 13 ExecReload=/bin/kill -USR2 $MAINPID
|
Completed in 23 milliseconds
1234