Home
last modified time | relevance | path

Searched refs:ordering (Results 1 – 19 of 19) sorted by relevance

/php-src/Zend/tests/
H A Dbug74810.phpt2 Bug #74810: Something odd about ordering of func_get_args() result in 7.2
H A Dobjects_033.phpt9 // which may or may not share the same ordering.
/php-src/ext/standard/tests/image/
H A Dgetimagesize_tif_mm.phpt2 GetImageSize() for tiff format with big-endian (aka Motorola, aka MM) ordering
/php-src/ext/spl/tests/
H A DRecursiveIteratorIterator_dtor_order.phpt6 $dummy = new stdClass; // Dummy object to control object store ordering
/php-src/Zend/tests/type_declarations/variance/
H A Dclass_order_error.phpt2 Returns are covariant, but we don't allow the code due to class ordering
/php-src/ext/reflection/tests/
H A DReflectionClass_getInterfaces_002.phpt2 ReflectionClass::getInterfaces() - interface ordering.
/php-src/ext/dom/tests/
H A Ddom007.phpt69 sort($xkeys); // fix inconsistent output ordering (bug #61810)
79 sort($xkeys); // fix inconsistent output ordering (bug #61810)
/php-src/tests/lang/
H A Dengine_assignExecutionOrder_009.phpt2 Execution ordering with comparison operators.
/php-src/ext/dom/tests/delayed_freeing/
H A Dentity_declaration.phpt21 // Entity ordering depends on the addresses
/php-src/ext/gd/tests/
H A Dbug53156.phpt2 Bug #53156 (imagerectangle problem with point ordering)
/php-src/ext/spl/tests/SplFileObject/
H A Dbug79710.phpt24 // Creation ordering is important for repro
/php-src/ext/dom/tests/compareDocumentPosition/
H A Dentity.phpt2 compareDocumentPosition: entity ordering
/php-src/ext/enchant/
H A Denchant.stub.php69 function enchant_broker_set_ordering(EnchantBroker $broker, string $tag, string $ordering): bool {} argument
H A Denchant_arginfo.h52 ZEND_ARG_TYPE_INFO(0, ordering, IS_STRING, 0)
/php-src/ext/dom/
H A Dnode.c2531 zend_long ordering; in dom_node_compare_document_position() local
2535 ordering = other_intern < this_intern ? DOCUMENT_POSITION_PRECEDING : DOCUMENT_POSITION_FOLLOWING; in dom_node_compare_document_position()
2537 ordering = node1 < node2 ? DOCUMENT_POSITION_PRECEDING : DOCUMENT_POSITION_FOLLOWING; in dom_node_compare_document_position()
2539 RETURN_LONG(DOCUMENT_POSITION_DISCONNECTED | DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC | ordering); in dom_node_compare_document_position()
/php-src/
H A Dconfigure.ac311 dnl Check whether the system byte ordering is bigendian.
/php-src/build/
H A Dphp.m41574 [AC_CACHE_CHECK([whether byte ordering is bigendian], [ac_cv_c_bigendian_php],
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます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 Dmagic11832 >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 182 milliseconds