Home
last modified time | relevance | path

Searched refs:order (Results 51 – 75 of 234) sorted by relevance

12345678910

/PHP-8.3/Zend/tests/traits/bugs/
H A Dabstract-methods04.phpt3 implementstion may be provided by other traits. Sorting order shouldn't influence result.
/PHP-8.3/ext/exif/tests/
H A Dexif007.phpt2 … exif_read_data, baseline JPEG with no IFD, EXIF, GPS or Interoperability data in Intel byte-order.
H A Dexif024.phpt2 Check for exif_read_data, JPEG with IFD0, EXIF, INTEROP data in Intel byte-order.
H A Dexif025.phpt2 Check for exif_read_data, JPEG with IFD0, EXIF, INTEROP data in Motorola byte-order.
/PHP-8.3/Zend/tests/try/
H A Dtry_finally_019.phpt2 Combination of foreach, finally and goto (call order)
H A Dtry_finally_020.phpt2 Combination of foreach, finally and exception (call order)
/PHP-8.3/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload2.phpt2 Class order allowed with autoloading (2)
H A Dclass_order_autoload3.phpt2 Class order allowed with autoloading (3)
H A Dclass_order_autoload4.phpt2 Class order allowed with autoloading (4)
/PHP-8.3/ext/oci8/tests/
H A Dfetch_object_2.phpt32 if (!($s = oci_parse($c, 'select * from fetch_object_2_tab order by 1'))) {
46 if (!($s = oci_parse($c, 'select * from fetch_object_2_tab order by 1'))) {
H A Dimp_res_cursor.phpt45 … open c1 for select cursor(select c1, c2 from imp_res_cursor_tab_1 order by 1) as curs from dual;
48 open c1 for select * from imp_res_cursor_tab_2 where rownum < 3 order by 1;
H A Dimp_res_get_cursor.phpt42 …open c1 for select cursor(select c1, c2 from imp_res_get_cursor_tab_1 order by 1) as curs from dua…
45 open c1 for select * from imp_res_get_cursor_tab_2 where rownum < 3 order by 1;
H A Dbind_empty.phpt53 $stid = oci_parse($c, "select * from bind_empty_tab order by 1");
66 $stid = oci_parse($c, "select * from bind_empty_tab order by 1");
H A Dimp_res_lob.phpt37 open c1 for select * from imp_res_lob_tab order by 1;
41 open c1 for select c2 from imp_res_lob_tab order by c1;
H A Dlob_018.phpt46 $query = 'select * from lob_018_tab order by mykey asc';
57 $query = 'select * from lob_018_tab order by mykey desc';
H A Dimp_res_get_1.phpt42 open c1 for select * from imp_res_get_1_tab_1 order by 1;
45 open c1 for select * from imp_res_get_1_tab_2 where rownum < 3 order by 1;
H A Dimp_res_get_2.phpt42 open c1 for select * from imp_res_get_2_tab_1 order by 1;
45 open c1 for select * from imp_res_get_2_tab_2 where rownum < 3 order by 1;
/PHP-8.3/Zend/tests/
H A Dlist_keyed_evaluation_order_nested.phpt2 list() with keys, evaluation order: nested
29 // Should be evaluated in the order:
H A Dbug64988.phpt2 Bug #64988 (Class loading order affects E_WARNING warning)
/PHP-8.3/ext/curl/tests/
H A Dbug65458.phpt17 // $preclose - $init has a delta in the order of bytes, not megabytes. Given
/PHP-8.3/tests/lang/
H A Dengine_assignExecutionOrder_005.phpt2 Evaluation order during assignments.
/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Dattribute_declaration.phpt19 // Note: no way to query the attribute declaration, but this at least tests destruction order
/PHP-8.3/ext/pdo_firebird/tests/
H A Dbug_74462.phpt17 $S = $dbh->query('select abool from atable order by id');
/PHP-8.3/Zend/tests/constexpr/
H A Dnew_not_allowed_class_constant.phpt6 // New in class constants (and static properties) brings up evaluation order questions: When
/PHP-8.3/ext/standard/tests/dir/
H A Dreaddir_variation4.phpt59 // different OS order files differently so will
67 // more important to check that all contents are present than order they are returned in

Completed in 23 milliseconds

12345678910