Searched refs:endian (Results 1 – 20 of 20) sorted by relevance
/PHP-8.3/ext/intl/tests/ |
H A D | resourcebundle.inc | 2 // FIXME Improve Endian check when endian const gets added 3 // Check if platform is Big or Little endian 5 $endian = 'be'; 7 $endian = 'le'; 10 define('BUNDLE', __DIR__ . '/_files/resourcebundle_' . $endian);
|
H A D | resourcebundle.build | 2 // FIXME Add handling for big endian archs
|
/PHP-8.3/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_ucs4.c | 159 int n, endian; in mbfl_filt_conv_ucs4_wchar() local 161 endian = filter->status & 0xff00; in mbfl_filt_conv_ucs4_wchar() 164 if (endian) { in mbfl_filt_conv_ucs4_wchar() 173 if (endian) { in mbfl_filt_conv_ucs4_wchar() 182 if (endian) { in mbfl_filt_conv_ucs4_wchar() 191 if (endian) { in mbfl_filt_conv_ucs4_wchar() 199 if (endian) { in mbfl_filt_conv_ucs4_wchar()
|
/PHP-8.3/ext/standard/tests/image/ |
H A D | getimagesize_tif_mm.phpt | 2 GetImageSize() for tiff format with big-endian (aka Motorola, aka MM) ordering
|
/PHP-8.3/ext/ffi/tests/ |
H A D | bug79571.phpt | 8 die('skip for little-endian architectures only');
|
H A D | 040.phpt | 8 die('skip for little-endian architectures only');
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | finfo_buffer_basic-mb.phpt | 41 string(25) "RIFF (little-endian) data"
|
H A D | finfo_buffer_basic.phpt | 41 string(25) "RIFF (little-endian) data"
|
H A D | finfo_buffer_variation1-mb.phpt | 40 string(25) "RIFF (little-endian) data"
|
H A D | finfo_buffer_variation1.phpt | 40 string(25) "RIFF (little-endian) data"
|
H A D | magic | 10103 # big endian 10115 # big endian 10144 # big endian 10158 # big endian 17114 # TODO: for big endian use same code as for little endian 17598 # big-endian or little-endian. 27109 # byte order: 00h~little-endian non-zero=1~big-endian 27113 # word order: 00h~little-endian non-zero=1~big-endian 35381 # big-endian 37137 # XXX - needs byte-endian stuff (big-endian and little-endian DVI?) [all …]
|
H A D | magic私はガラスを食べられます | 10103 # big endian 10115 # big endian 10144 # big endian 10158 # big endian 17114 # TODO: for big endian use same code as for little endian 17598 # big-endian or little-endian. 27109 # byte order: 00h~little-endian non-zero=1~big-endian 27113 # word order: 00h~little-endian non-zero=1~big-endian 35381 # big-endian 37137 # XXX - needs byte-endian stuff (big-endian and little-endian DVI?) [all …]
|
/PHP-8.3/ext/standard/tests/serialize/ |
H A D | precision.phpt | 6 die("skip test for little-endian architectures");
|
/PHP-8.3/ext/gmp/tests/ |
H A D | gmp_export.phpt | 86 gmp_export(): Argument #3 ($flags) cannot use multiple endian options
|
H A D | gmp_import.phpt | 99 gmp_import(): Argument #3 ($flags) cannot use multiple endian options
|
/PHP-8.3/ext/gmp/ |
H A D | gmp.c | 979 int gmp_import_export_validate(zend_long size, zend_long options, int *order, int *endian) in gmp_import_export_validate() argument 1003 *endian = -1; in gmp_import_export_validate() 1006 *endian = 1; in gmp_import_export_validate() 1010 *endian = 0; in gmp_import_export_validate() 1028 int order, endian; in ZEND_FUNCTION() local 1035 if (gmp_import_export_validate(size, options, &order, &endian) == FAILURE) { in ZEND_FUNCTION() 1046 mpz_import(gmpnumber, data_len / size, order, size, endian, 0, data); in ZEND_FUNCTION() 1056 int order, endian; in ZEND_FUNCTION() local 1064 if (gmp_import_export_validate(size, options, &order, &endian) == FAILURE) { in ZEND_FUNCTION() 1083 mpz_export(ZSTR_VAL(out_string), NULL, order, size, endian, 0, gmpnumber); in ZEND_FUNCTION()
|
/PHP-8.3/build/ |
H A D | config.guess | 218 endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'` 219 machine=${arch}${endian}-unknown
|
H A D | php.m4 | 1703 AC_DEFINE(WORDS_BIGENDIAN, [], [Define if processor uses big-endian word])
|
/PHP-8.3/ |
H A D | NEWS | 724 big-endian PPC). (orlitzky)
|
/PHP-8.3/ext/fileinfo/ |
H A D | libmagic.patch | 712 + /* php_magic_database is a const, performing writes will segfault. This is for big-endian
|
Completed in 246 milliseconds