Home
last modified time | relevance | path

Searched refs:binary (Results 101 – 125 of 247) sorted by relevance

12345678910

/PHP-5.5/ext/ftp/tests/
H A Dbug39583-2.phpt2 Bug #39583 (FTP always transfers in binary mode)
H A Dbug39583.phpt2 Bug #39583 (FTP always transfers in binary mode)
/PHP-5.5/ext/pgsql/tests/
H A D08escape.phpt44 // Insert binary to DB
50 // Retrieve binary from DB
/PHP-5.5/ext/wddx/tests/
H A D001.phpt37 string(11) "binary data"
/PHP-5.5/ext/zlib/tests/
H A Dbug_34821.phpt2 Bug #34821 (zlib encoders fail on widely varying binary data)
/PHP-5.5/ext/standard/tests/strings/
H A Dbug39621.phpt2 Bug #39621 (str_replace() is not binary safe on strings with equal length)
H A Dbin2hex_error.phpt7 * Description: Convert binary data into hexadecimal representation
H A Dbasename_basic.phpt48 /* paths with binary value to check if the function is binary safe*/
/PHP-5.5/ext/standard/tests/file/
H A Dmkdir_rmdir_variation2.phpt37 echo "\n*** Testing mkdir() and rmdir() for binary safe functionality ***\n";
66 *** Testing mkdir() and rmdir() for binary safe functionality ***
H A Dpopen_pclose_basic.phpt50 fwrite($file_handle, (binary)$str);
51 fwrite($file_handle, (binary)$newline);
H A Dfileinode_variation.phpt79 echo "-- Testing with binary input --\n";
109 -- Testing with binary input --
H A Dfile_put_contents_variation5.phpt33 … file_put_contents($filename, (binary) "File written in working directory", FILE_USE_INCLUDE_PATH);
/PHP-5.5/ext/simplexml/tests/
H A Dsxe_001.phpt28 var_dump(simplexml_load_string((binary)$xml, 'SimpleXMLIterator'));
/PHP-5.5/ext/phar/tests/
H A Dphar_createdefaultstub.phpt153 $L = unpack('V', $a = (binary)fread($fp, 4));
154 $m = (binary)'';
161 $last = (binary)fread($fp, $read);
301 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
447 $L = unpack('V', $a = (binary)fread($fp, 4));
448 $m = (binary)'';
455 $last = (binary)fread($fp, $read);
595 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
749 $L = unpack('V', $a = (binary)fread($fp, 4));
750 $m = (binary)'';
[all …]
H A Dphar_setdefaultstub.phpt173 $L = unpack('V', $a = (binary)fread($fp, 4));
174 $m = (binary)'';
181 $last = (binary)fread($fp, $read);
321 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
468 $L = unpack('V', $a = (binary)fread($fp, 4));
469 $m = (binary)'';
476 $last = (binary)fread($fp, $read);
616 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
763 $L = unpack('V', $a = (binary)fread($fp, 4));
764 $m = (binary)'';
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dlocal_infile_tools.inc63 if (!fwrite($fp, (binary)"'97';'x';\n") ||
64 !fwrite($fp, (binary)"'98';'y';\n") ||
65 !fwrite($fp, (binary)"99;'z';\n")) {
H A D045.phpt35 /* variables are binary */
/PHP-5.5/ext/standard/tests/math/
H A Dbindec_error.phpt6 …* Description: Returns the decimal equivalent of the binary number represented by the binary_strin…
/PHP-5.5/ext/dom/tests/
H A Dbug40836.phpt9 $xml = (binary)'<?xml version="1.0" encoding="utf-8"?>
/PHP-5.5/ext/phar/tests/files/
H A Dphar_oo_test.inc7 $file = (binary)'<?php include "' . $pname . '/a.php"; __HALT_COMPILER(); ?>';
H A Dnophar.phar117 $L = unpack('V', $a = (binary)fread($fp, 4));
118 $m = (binary)'';
125 $last = (binary)fread($fp, $read);
265 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
H A Dinclude_path2.phar117 $L = unpack('V', $a = (binary)fread($fp, 4));
118 $m = (binary)'';
125 $last = (binary)fread($fp, $read);
265 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
/PHP-5.5/Zend/
H A DLICENSE6 Redistribution and use in source and binary forms, with or without
13 2. Redistributions in binary form must reproduce the above
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dnophar.phar117 $L = unpack('V', $a = (binary)fread($fp, 4));
118 $m = (binary)'';
125 $last = (binary)fread($fp, $read);
265 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
H A Dopenssl.phar117 $L = unpack('V', $a = (binary)fread($fp, 4));
118 $m = (binary)'';
125 $last = (binary)fread($fp, $read);
265 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {

Completed in 37 milliseconds

12345678910