Home
last modified time | relevance | path

Searched refs:LONG (Results 1 – 25 of 38) sorted by relevance

12

/PHP-7.2/ext/intl/tests/
H A Ddateformat_localtime.phpt24 IntlDateFormatter::LONG,
34 IntlDateFormatter::LONG,
48 $fmt1 = ut_datefmt_create( 'en_US_CA', IntlDateFormatter::LONG, IntlDateFormatter::LONG);
55 "DateType::LONG, TimeType::LONG",
103 IntlDateFormatter : DateType::LONG, TimeType::LONG
113 IntlDateFormatter : DateType::LONG, TimeType::LONG
123 IntlDateFormatter : DateType::LONG, TimeType::LONG
132 IntlDateFormatter : DateType::LONG, TimeType::LONG
H A Ddateformat_parse_localtime_parsepos.phpt22 IntlDateFormatter::LONG,
36 $fmt1 = ut_datefmt_create( 'en_US_CA', IntlDateFormatter::LONG, IntlDateFormatter::LONG);
43 "DateType::LONG, TimeType::LONG",
87 IntlDateFormatter : DateType::LONG, TimeType::LONG Error : 'Date parsing failed: U_PARSE_ERROR'
97 IntlDateFormatter : DateType::LONG, TimeType::LONG Error : 'Date parsing failed: U_PARSE_ERROR'
107 IntlDateFormatter : DateType::LONG, TimeType::LONG Error : 'Date parsing failed: U_PARSE_ERROR'
116 IntlDateFormatter : DateType::LONG, TimeType::LONG Error : 'Date parsing failed: U_PARSE_ERROR'
H A Ddateformat_parse.phpt25 IntlDateFormatter::LONG,
39 array("December 18, 1969 8:49:59 AM PST", IntlDateFormatter::LONG, IntlDateFormatter::FULL),
45 array("December 18, 1969 8:49:59 AM PST", IntlDateFormatter::LONG, IntlDateFormatter::NONE),
46 array("December 18, 1969 8:49:59 AM PST", IntlDateFormatter::LONG, IntlDateFormatter::SHORT),
47 array("12/18/69 8:49 AM", IntlDateFormatter::SHORT, IntlDateFormatter::LONG),
48 array("19691218 08:49 AM", IntlDateFormatter::SHORT, IntlDateFormatter::LONG),
H A Ddateformat_get_datetype.phpt17 IntlDateFormatter::LONG,
H A Ddateformat_get_timetype.phpt17 IntlDateFormatter::LONG,
H A Ddateformat_parse_timestamp_parsepos.phpt26 IntlDateFormatter::LONG,
H A Ddateformat_format_parse.phpt24 IntlDateFormatter::LONG,
H A Ddateformat_format_parse_version2.phpt24 IntlDateFormatter::LONG,
/PHP-7.2/ext/com_dotnet/
H A Dcom_saproxy.c46 LONG dimensions;
58 LONG key;
59 LONG imin, imax;
60 LONG *indices;
93 LONG ubound, lbound; in saproxy_read_dimension()
158 LONG *indices; in saproxy_read_dimension()
165 indices = safe_emalloc(dims, sizeof(LONG), 0); in saproxy_read_dimension()
174 indices[dims-1] = (LONG)Z_LVAL_P(offset); in saproxy_read_dimension()
236 LONG *indices; in saproxy_write_dimension()
249 indices[dims-1] = (LONG)Z_LVAL_P(offset); in saproxy_write_dimension()
[all …]
H A Dcom_misc.c98 PHP_COM_DOTNET_API int php_com_safearray_get_elem(VARIANT *array, VARIANT *dest, LONG dim1) in php_com_safearray_get_elem()
101 LONG lbound, ubound; in php_com_safearray_get_elem()
102 LONG indices[1]; in php_com_safearray_get_elem()
H A Dcom_iterator.c40 LONG sa_max;
115 if (php_com_safearray_get_elem(&I->safe_array, &I->v, (LONG)I->key) == 0) { in com_iter_move_forwards()
171 LONG bound; in php_com_iter_get()
H A Dcom_handlers.c106 if (php_com_safearray_get_elem(&obj->v, &v, (LONG)Z_LVAL_P(offset))) { in com_read_dimension()
146 LONG indices = 0; in com_write_dimension()
155 indices = (LONG)Z_LVAL_P(offset); in com_write_dimension()
531 LONG ubound = 0, lbound = 0; in com_object_count()
H A Dphp_com_dotnet_internal.h171 PHP_COM_DOTNET_API int php_com_safearray_get_elem(VARIANT *array, VARIANT *dest, LONG dim1);
/PHP-7.2/ext/oci8/tests/
H A Dpecl_bug8816.phpt13 $create_1 = "CREATE TABLE t1 (id INTEGER, l1 LONG)";
14 $create_2 = "CREATE TABLE t2 (id INTEGER, l2 LONG)";
H A Dbind_long_raw.phpt2 bind LONG RAW field
H A Dbind_long.phpt2 bind LONG field
/PHP-7.2/ext/intl/dateformat/
H A Ddateformat.c45 DATEFORMATTER_EXPOSE_CLASS_CONST( LONG ); in dateformat_register_constants()
/PHP-7.2/ext/pdo_mysql/tests/
H A Dbug_33689.phpt54 [native_type] => LONG
H A Dpdo_mysql_stmt_getcolumnmeta.phpt162 test_meta($db, 100, 'INT', -2147483648, 'LONG', ($is_mysqlnd) ? PDO::PARAM_INT : PDO::PARAM_STR);
163 …test_meta($db, 110, 'INT UNSIGNED', 4294967295, 'LONG', ($is_mysqlnd) ? PDO::PARAM_INT : PDO::PARA…
/PHP-7.2/ext/intl/doc/
H A Ddatefmt_api.php36 const LONG = 1; define in DateFormatter
/PHP-7.2/ext/pspell/
H A Dpspell.c296 LONG result; in PHP_FUNCTION()
393 LONG result; in PHP_FUNCTION()
712 LONG result; in PHP_FUNCTION()
/PHP-7.2/ext/mysqli/tests/
H A Dbug_mysql_49406.phpt40 MYSQLI_TYPE_LONG => "LONG",
/PHP-7.2/ext/intl/timezone/
H A Dtimezone_methods.cpp517 TimeZone::SHORT, TimeZone::LONG,
528 zend_long display_type = TimeZone::LONG; in PHP_FUNCTION()
/PHP-7.2/win32/
H A Dregistry.c53 LONG ret; in OpenPhpRegistryKey()
/PHP-7.2/ext/standard/
H A Dphp_crypt_r.c83 LONG volatile initialized = 0; in _crypt_extended_init_r()

Completed in 54 milliseconds

12