Searched refs:ordering (Results 1 – 19 of 19) sorted by relevance
/php-src/Zend/tests/ |
H A D | bug74810.phpt | 2 Bug #74810: Something odd about ordering of func_get_args() result in 7.2
|
/php-src/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-src/ext/spl/tests/ |
H A D | RecursiveIteratorIterator_dtor_order.phpt | 6 $dummy = new stdClass; // Dummy object to control object store ordering
|
/php-src/Zend/tests/type_declarations/variance/ |
H A D | class_order_error.phpt | 2 Returns are covariant, but we don't allow the code due to class ordering
|
/php-src/ext/reflection/tests/ |
H A D | ReflectionClass_getInterfaces_002.phpt | 2 ReflectionClass::getInterfaces() - interface ordering.
|
/php-src/ext/dom/tests/ |
H A D | dom007.phpt | 69 sort($xkeys); // fix inconsistent output ordering (bug #61810) 79 sort($xkeys); // fix inconsistent output ordering (bug #61810)
|
/php-src/tests/lang/ |
H A D | engine_assignExecutionOrder_009.phpt | 2 Execution ordering with comparison operators.
|
/php-src/ext/dom/tests/delayed_freeing/ |
H A D | entity_declaration.phpt | 21 // Entity ordering depends on the addresses
|
/php-src/ext/gd/tests/ |
H A D | bug53156.phpt | 2 Bug #53156 (imagerectangle problem with point ordering)
|
/php-src/ext/spl/tests/SplFileObject/ |
H A D | bug79710.phpt | 24 // Creation ordering is important for repro
|
/php-src/Zend/tests/objects/ |
H A D | objects_033.phpt | 9 // which may or may not share the same ordering.
|
/php-src/ext/dom/tests/compareDocumentPosition/ |
H A D | entity.phpt | 2 compareDocumentPosition: entity ordering
|
/php-src/ext/enchant/ |
H A D | enchant.stub.php | 69 function enchant_broker_set_ordering(EnchantBroker $broker, string $tag, string $ordering): bool {} argument
|
H A D | enchant_arginfo.h | 52 ZEND_ARG_TYPE_INFO(0, ordering, IS_STRING, 0)
|
/php-src/ext/dom/ |
H A D | node.c | 2572 zend_long ordering; in dom_node_compare_document_position() local 2576 ordering = other_intern < this_intern ? DOCUMENT_POSITION_PRECEDING : DOCUMENT_POSITION_FOLLOWING; in dom_node_compare_document_position() 2578 ordering = node1 < node2 ? DOCUMENT_POSITION_PRECEDING : DOCUMENT_POSITION_FOLLOWING; in dom_node_compare_document_position() 2580 RETURN_LONG(DOCUMENT_POSITION_DISCONNECTED | DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC | ordering); in dom_node_compare_document_position()
|
/php-src/ |
H A D | configure.ac | 311 dnl Check whether the system byte ordering is bigendian.
|
/php-src/build/ |
H A D | php.m4 | 1574 [AC_CACHE_CHECK([whether byte ordering is bigendian], [ac_cv_c_bigendian_php],
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 11832 >0 lelong&0x3 0 total store ordering, 11833 >0 lelong&0x3 1 partial store ordering, 11834 >0 lelong&0x3 2 relaxed memory ordering, 34060 >>>>>>>(104.l+132) string/c uyvy UYVY 4:2:2 byte ordering 34090 >>>>>>>(104.l+132) string/c yuy2 YUY2 4:2:2 byte ordering packed 40914 # XKM (compiled X keymap) files (including version and byte ordering)
|
H A D | magic | 11832 >0 lelong&0x3 0 total store ordering, 11833 >0 lelong&0x3 1 partial store ordering, 11834 >0 lelong&0x3 2 relaxed memory ordering, 34060 >>>>>>>(104.l+132) string/c uyvy UYVY 4:2:2 byte ordering 34090 >>>>>>>(104.l+132) string/c yuy2 YUY2 4:2:2 byte ordering packed 40914 # XKM (compiled X keymap) files (including version and byte ordering)
|
Completed in 254 milliseconds