Searched refs:binary (Results 1 - 14 of 14) sorted by relevance
| /PHP_5_4/ext/openssl/ |
| H A D | openssl.mak | 177 @echo Deleting binary files...
|
| /PHP_5_4/ext/pgsql/ |
| H A D | pgsql.mak | 162 @echo Deleting binary files...
|
| /PHP_5_4/ext/phar/tests/cache_list/files/ |
| H A D | phar_test.inc | 7 $manifest = (binary)''; 39 if (empty($crc32))$crc32= crc32((binary)$cont); 43 $manifest .= pack('V', strlen($name)) . (binary)$name; 44 $manifest .= pack('VVVVVV', $ulen, $time, $clen, $crc32, $flags|$perm, strlen($meta)) . (binary)$meta; 55 $manifest = pack('VnVV', count($files), isset($hasdir) ? 0x1110 : 0x1000, $gflags, strlen($alias)) . (binary)$alias . pack('V', strlen($pmeta)) . (binary)$pmeta . $manifest; 56 $file = (binary)$file; 61 $file .= (binary)$cont;
|
| /PHP_5_4/ext/phar/tests/files/ |
| H A D | phar_test.inc | 7 $manifest = (binary)''; 39 if (empty($crc32))$crc32= crc32((binary)$cont); 43 $manifest .= pack('V', strlen($name)) . (binary)$name; 44 $manifest .= pack('VVVVVV', $ulen, $time, $clen, $crc32, $flags|$perm, strlen($meta)) . (binary)$meta; 55 $manifest = pack('VnVV', count($files), isset($hasdir) ? 0x1110 : 0x1000, $gflags, strlen($alias)) . (binary)$alias . pack('V', strlen($pmeta)) . (binary)$pmeta . $manifest; 56 $file = (binary)$file; 61 $file .= (binary)$cont;
|
| /PHP_5_4/ext/phar/tests/tar/files/ |
| H A D | make_invalid_tar.php.inc | 6 fwrite($this->tmp, (binary)'oopsie');
|
| /PHP_5_4/ext/standard/ |
| H A D | crypt_blowfish.c | 18 * Redistribution and use in source and binary forms, with or without 665 } binary; member in struct:__anon430 692 if (count < min || BF_decode(data.binary.salt, &setting[7], 16)) { 696 BF_swap(data.binary.salt, 4); 705 L ^= data.binary.salt[i & 2]; 706 R ^= data.binary.salt[(i & 2) + 1]; 715 L ^= data.binary.salt[(BF_N + 2) & 3]; 716 R ^= data.binary.salt[(BF_N + 3) & 3]; 721 L ^= data.binary.salt[(BF_N + 4) & 3]; 722 R ^= data.binary [all...] |
| /PHP_5_4/ext/xml/ |
| H A D | xml.mak | 164 @echo Deleting binary files...
|
| /PHP_5_4/ |
| H A D | makerpm | 52 capabilities to the apache server. This version includes the "php_cgi" binary
|
| /PHP_5_4/scripts/ |
| H A D | php-config.in | 35 # Determine which (if any) php binary is available 58 --php-binary) 81 --php-binary [$php_binary]
|
| /PHP_5_4/ext/ldap/ |
| H A D | ldap.mak | 165 @echo Deleting binary files...
|
| /PHP_5_4/ext/mysql/ |
| H A D | mysql.mak | 161 @echo Deleting binary files...
|
| /PHP_5_4/ext/mssql/ |
| H A D | php_mssql.c | 143 ZEND_ARG_INFO(0, binary) 981 /* uniqueidentifier is a 16-byte binary number */ 1180 /* TODO binary */ 2226 /* {{{ proto string mssql_guid_string(string binary [,bool short_format]) 2227 Converts a 16 byte binary GUID to a string */ 2230 char *binary; local 2236 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &binary, &binary_len, &sf) == FAILURE) { 2240 dbconvert(NULL, SQLBINARY, (BYTE*) binary, MIN(16, binary_len), SQLCHAR, buffer, -1);
|
| /PHP_5_4/ext/fileinfo/libmagic/ |
| H A D | apprentice.c | 6 * Redistribution and use in source and binary forms, with or without 12 * 2. Redistributions in binary form must reproduce the above copyright 889 /* binary test if pattern is not text */ 1042 static const char binary[] = "binary"; local 1055 me[i].mp->flag & BINTEST ? binary : text); 1064 "binary test for text type\n");
|
| /PHP_5_4/build/ |
| H A D | shtool | 1043 binary ) 1044 # binary package id (OpenPKG RPM)
|
Completed in 92 milliseconds