Home
last modified time | relevance | path

Searched refs:binary (Results 126 – 150 of 247) sorted by relevance

12345678910

/PHP-5.5/ext/phar/tests/files/
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)) {
/PHP-5.5/
H A DREADME.TESTING17 CLI binary.
40 automatically set for you. "make test" executes "run-tests.php" script with the CLI binary. Some
44 NOTE: PHP binary executing "run-tests.php" and php binary used for
45 executing test scripts may differ. If you use different PHP binary for
H A DREADME.REDIST.BINS27 Redistribution and use in source and binary forms, with or without
32 2. Redistributions in binary form must reproduce the above copyright
69 Redistribution and use in source and binary forms, with or without
156 Redistribution and use in source and binary forms, with or without
163 2. Redistributions in binary form must reproduce the above copyright
258 Redistribution and use in source and binary forms, with or without
263 2. Redistributions in binary form must reproduce the above copyright
318 Redistribution and use in source and binary forms, with or without
323 2. Redistributions in binary form must reproduce the above copyright
365 Redistribution and use in source and binary forms, with or without
[all …]
H A DLICENSE6 Redistribution and use in source and binary forms, with or without
13 2. Redistributions in binary form must reproduce the above copyright
/PHP-5.5/ext/standard/tests/strings/
H A Dbasename.phpt30 // binary safe?
H A Dmd5_file.phpt2 Test md5_file() function with ASCII output and raw binary output
65 /* Normal operation with raw binary output */
H A Dunpack_error.phpt7 * Description: Unpack data from binary string
H A Dbin2hex_basic.phpt7 * Description: Convert binary data into hexadecimal representation
/PHP-5.5/ext/standard/tests/file/
H A Ddisk_total_space_basic.phpt23 fwrite($fh, (binary)"Garbage Data Garbage Data Garbage Data Garbage Data Garbage Data Garbage Data …
H A Dfile_variation.phpt19 fwrite($fh, (binary)$data);
38 fwrite( $file_handle, (binary)"The key string to be searched is SEARCH_KEY\nLine without key string…
H A Dfile_put_contents_variation4.phpt40 file_put_contents($filename, (binary) "File in include path", FILE_USE_INCLUDE_PATH);
H A Dfopen_variation12.phpt21 fwrite($h, (binary) "This is the test file");
H A Ddisk_total_space_error.phpt27 fwrite( $fh, (binary)" Garbage data for the temporary file" );
H A Dbug27508.phpt49 $tn = (binary) tempnam($tmp_dir, 'foo');
H A Dfopen_variation7.phpt35 fwrite($h, (binary)"This is the test file");
H A Dbug60120.phpt52 $written = fwrite($writePipes[0], (binary)substr($stdin, $stdinOffset), 8192);
H A Dfopen_variation9.phpt35 fwrite($h, (binary) "This is the test file");
H A Dlstat_stat_variation7.phpt32 fwrite($fh, str_repeat((binary)"Hello World", $old_stat['blksize']));
H A Dfopen_variation16.phpt43 fwrite($h, (binary) "This is the test file");
/PHP-5.5/ext/standard/tests/streams/
H A Dproc_open_bug60120.phpt41 $written = fwrite($writePipes[0], (binary)substr($stdin, $stdinOffset), 8192);
H A Dproc_open_bug64438.phpt41 $written = fwrite($writePipes[0], (binary)substr($stdin, $stdinOffset), 8192);
/PHP-5.5/ext/simplexml/tests/
H A Dsxe_002.phpt38 $sxe = simplexml_load_string((binary)$xml, 'SimpleXMLIterator');
H A Dsxe_003.phpt38 $sxe = simplexml_load_string((binary)$xml, 'SimpleXMLIterator');
/PHP-5.5/ext/pcre/pcrelib/
H A DLICENCE66 Redistribution and use in source and binary forms, with or without
72 * Redistributions in binary form must reproduce the above copyright
/PHP-5.5/ext/snmp/
H A Dconfig.m441 AC_MSG_ERROR([Could not find net-snmp-config binary. Please check your net-snmp installation.])

Completed in 42 milliseconds

12345678910