Home
last modified time | relevance | path

Searched refs:order (Results 151 – 175 of 234) sorted by relevance

12345678910

/PHP-8.3/ext/intl/
H A DERROR_CONVENTIONS.md21 the name of the function that failed in order to make debugging easier (though
/PHP-8.3/ext/oci8/tests/
H A Drefcur_prefetch_1.phpt38 open cur1 for select * from refcurtest order by c1;
/PHP-8.3/ext/standard/tests/strings/
H A Dimplode1.phpt44 /* loop through to display a string containing all the array $pieces in the same order,
/PHP-8.3/docs/
H A Dself-contained-extensions.md140 In order to be useful, a self-contained extension must be loadable as a shared
/PHP-8.3/
H A Dphp.ini-production10 ; The following is a summary of its search order:
287 ; a different order.
661 ; https://php.net/variables-order
666 ; the order in which that data is registered. The values for this directive
674 ; https://php.net/request-order
1190 ; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
1359 ; variable in order to use PHP's session functions.
1679 ; automatic encoding detection order.
1680 ; "auto" detect order is changed according to mbstring.language
1681 ; https://php.net/mbstring.detect-order
[all …]
H A Dphp.ini-development10 ; The following is a summary of its search order:
287 ; a different order.
659 ; https://php.net/variables-order
664 ; the order in which that data is registered. The values for this directive
672 ; https://php.net/request-order
1188 ; compile-time value defined MYSQL_PORT (in that order). Win32 will only look
1357 ; variable in order to use PHP's session functions.
1677 ; automatic encoding detection order.
1678 ; "auto" detect order is changed according to mbstring.language
1679 ; https://php.net/mbstring.detect-order
[all …]
H A DUPGRADING.INTERNALS42 * The order of members of zend_op_array, zend_ssa_var, zend_ssa_var_info,
/PHP-8.3/ext/standard/tests/array/
H A Dbug34066_1.phpt6 $order = array(
233 "Doc" => $order
/PHP-8.3/ext/exif/tests/
H A Dexif016.phpt2 Check for exif_read_data, TIFF with IFD data in Intel byte-order.
H A Dexif017.phpt2 Check for exif_read_data, TIFF with IFD data in Motorola byte-order.
H A Dexif026.phpt2 Check for exif_read_data, TIFF with IFD0, EXIF, INTEROP data in Intel byte-order.
H A Dexif027.phpt2 Check for exif_read_data, TIFF with IFD0, EXIF, INTEROP data in Motorola byte-order.
H A Dexif018.phpt2 Check for exif_read_data, TIFF with IFD and EXIF data in Intel byte-order.
H A Dexif020.phpt2 Check for exif_read_data, TIFF with IFD and GPS data in Intel byte-order.
H A Dexif021.phpt2 Check for exif_read_data, TIFF with IFD and GPS data in Motorola byte-order.
H A Dexif022.phpt2 Check for exif_read_data, TIFF with IFD, EXIF and GPS data in Intel byte-order.
H A Dexif023.phpt2 Check for exif_read_data, TIFF with IFD, EXIF and GPS data in Motorola byte-order.
/PHP-8.3/ext/openssl/
H A Dopenssl.c4302 OPENSSL_PKEY_SET_BN(data, order); in php_openssl_pkey_init_legacy_ec()
4304 if (!(p && a && b && order)) { in php_openssl_pkey_init_legacy_ec()
4305 if (!p && !a && !b && !order) { in php_openssl_pkey_init_legacy_ec()
4355 if (!EC_GROUP_set_generator(group, point_g, order, cofactor)) { in php_openssl_pkey_init_legacy_ec()
4410 BN_free(order); in php_openssl_pkey_init_legacy_ec()
4458 OPENSSL_PKEY_SET_BN(data, order); in php_openssl_pkey_init_ec()
4460 if (!(p && a && b && order)) { in php_openssl_pkey_init_ec()
4461 if (!p && !a && !b && !order) { in php_openssl_pkey_init_ec()
4472 !OSSL_PARAM_BLD_push_BN(bld, OSSL_PKEY_PARAM_EC_ORDER, order) || in php_openssl_pkey_init_ec()
4526 !EC_GROUP_set_generator(group, point_g, order, cofactor)) { in php_openssl_pkey_init_ec()
[all …]
/PHP-8.3/ext/mbstring/tests/data/
H A D8859-6.txt23 # The entries are in ISO/IEC 8859-6 order.
H A D8859-8.txt23 # The entries are in ISO/IEC 8859-8 order.
H A DJISX0201.txt28 # The entries are in JIS order
H A DCP1251.txt17 # The entries are in cp1251 order
/PHP-8.3/Zend/
H A Dzend_vm_gen.php1657 $order = [];
1661 $order[$op] = null;
1665 return $order;
/PHP-8.3/ext/mbstring/libmbfl/
H A DLICENSE70 this license for certain libraries in order to permit linking those
113 be combined with the library in order to run.
376 conditions are imposed on you (whether by court order, agreement or
/PHP-8.3/ext/standard/html_tables/mappings/
H A DCP1251.TXT17 # The entries are in cp1251 order

Completed in 83 milliseconds

12345678910