Home
last modified time | relevance | path

Searched refs:order (Results 101 – 125 of 211) sorted by relevance

123456789

/PHP-5.6/ext/gmp/
H A Dgmp.c1085 int gmp_import_export_validate(long size, long options, int *order, int *endian TSRMLS_DC) in gmp_import_export_validate() argument
1095 *order = -1; in gmp_import_export_validate()
1099 *order = 1; in gmp_import_export_validate()
1135 int order, endian; in ZEND_FUNCTION() local
1142 if (gmp_import_export_validate(size, options, &order, &endian TSRMLS_CC) == FAILURE) { in ZEND_FUNCTION()
1154 mpz_import(gmpnumber, data_len / size, order, size, endian, 0, data); in ZEND_FUNCTION()
1165 int order, endian; in ZEND_FUNCTION() local
1173 if (gmp_import_export_validate(size, options, &order, &endian TSRMLS_CC) == FAILURE) { in ZEND_FUNCTION()
1187 mpz_export(out_string, NULL, order, size, endian, 0, gmpnumber); in ZEND_FUNCTION()
/PHP-5.6/ext/standard/tests/array/
H A Darray_reverse_variation6.phpt6 * Description: Return input as a new array with the order of the entries reversed
H A Darray_diff_assoc_variation6.phpt14 * but has been created in a different order
H A Dkrsort_variation10.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation
H A Dkrsort_variation8.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation.
H A Drsort_variation9.phpt6 * Description: Sort an array in reverse order
H A Drsort_variation5.phpt11 * Description: Sort an array in reverse order
H A Drsort_variation3.phpt10 * Description: Sort an array in reverse order
H A Dkrsort_variation3.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation
H A Dkrsort_variation9.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation.
H A Drsort_object1.phpt6 * Description: Sort an array in reverse order
/PHP-5.6/ext/oci8/tests/
H A Dfetch_object.phpt59 if (!($s = oci_parse($c, 'select * from fetch_object_tab where rownum < 2 order by "caseSensitive"'…
H A Dfetch_object_1.phpt59 if (!($s = oci_parse($c, 'select * from fetch_object_tab where rownum < 2 order by "caseSensitive"'…
H A Dlob_null.phpt147 $s = oci_parse ($c, 'select id, data from lob_null_tab order by id');
153 $s = oci_parse ($c, 'select id, data from lob_null_tab order by id');
H A Dlob_029.phpt65 $s = oci_parse($c, "select * from FileTest order by FileNum");
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_stmt_datatype_change.phpt28 $s1 = $c1->prepare("select a from type_change order by a");
H A Dmysqli_pconn_conn_multiple.phpt79 printf("Flipping phost/host order\n");
152 Flipping phost/host order
/PHP-5.6/ext/soap/
H A Dphp_sdl.h216 int order; member
/PHP-5.6/tests/lang/
H A Dexecution_order.phpt2 Execution order of variables
H A Dengine_assignExecutionOrder_001.phpt2 Evaluation order during assignments.
/PHP-5.6/ext/standard/tests/strings/
H A Dimplode1.phpt7 array elements in the same order, with the glue string between each element.
50 /* loop through to display a string containing all the array $pieces in the same order,
/PHP-5.6/ext/date/tests/
H A Dexamine_diff.inc27 * This spec includes a "+" or "-" after the "P" in order to
/PHP-5.6/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt47 // Note: Due to detect order, detected as UTF-8
/PHP-5.6/ext/pspell/
H A DREADME28 In order to use pspell, you need to have *both* aspell and pspell libraries
/PHP-5.6/Zend/RFCs/
H A D001.txt47 into awkward and confusing copying & destructing of objects. In order
125 message whenever such an automatic clone occurs, in order to allow

Completed in 65 milliseconds

123456789