Home
last modified time | relevance | path

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

12

/PHP-8.2/ext/com_dotnet/
H A Dcom_saproxy.c41 LONG dimensions;
53 LONG key;
54 LONG imin, imax;
55 LONG *indices;
89 LONG ubound, lbound; in saproxy_read_dimension()
159 LONG *indices; in saproxy_read_dimension()
166 indices = safe_emalloc(dims, sizeof(LONG), 0); in saproxy_read_dimension()
175 indices[dims-1] = (LONG)Z_LVAL_P(offset); in saproxy_read_dimension()
240 LONG *indices; in saproxy_write_dimension()
253 indices[dims-1] = (LONG)Z_LVAL_P(offset); in saproxy_write_dimension()
[all …]
H A Dcom_misc.c94 PHP_COM_DOTNET_API bool php_com_safearray_get_elem(VARIANT *array, VARIANT *dest, LONG dim1) in php_com_safearray_get_elem()
97 LONG lbound, ubound; in php_com_safearray_get_elem()
98 LONG indices[1]; in php_com_safearray_get_elem()
H A Dcom_iterator.c36 LONG sa_max;
111 if (!php_com_safearray_get_elem(&I->safe_array, &I->v, (LONG)I->key)) { in com_iter_move_forwards()
170 LONG bound; in php_com_iter_get()
H A Dcom_handlers.c101 if (php_com_safearray_get_elem(&obj->v, &v, (LONG)Z_LVAL_P(offset))) { in com_read_dimension()
141 LONG indices = 0; in com_write_dimension()
150 indices = (LONG)Z_LVAL_P(offset); in com_write_dimension()
496 LONG ubound = 0, lbound = 0; in com_object_count()
H A Dphp_com_dotnet_internal.h131 PHP_COM_DOTNET_API bool php_com_safearray_get_elem(VARIANT *array, VARIANT *dest, LONG dim1);
H A Dcom_wrapper.c39 LONG refcount; /* COM reference count */
/PHP-8.2/ext/oci8/tests/
H A Dpecl_bug8816.phpt15 $create_1 = "CREATE TABLE t1 (id INTEGER, l1 LONG)";
16 $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-8.2/ext/intl/tests/
H A Ddateformat_get_datetype.phpt17 IntlDateFormatter::LONG,
H A Ddateformat_get_timetype.phpt17 IntlDateFormatter::LONG,
H A Dnormalizer_normalize_kc_cf.phpt46 $char_long_s_dot = "\xE1\xBA\x9B"; // 'LATIN SMALL LETTER LONG S WITH DOT ABOVE' (U+1E9B)
H A Ddateformat_format_parse.phpt25 IntlDateFormatter::LONG,
H A Dnormalizer_normalize.phpt54 $char_long_s_dot = "\xE1\xBA\x9B"; // 'LATIN SMALL LETTER LONG S WITH DOT ABOVE' (U+1E9B)
H A Ddateformat_format_parse_version2.phpt26 IntlDateFormatter::LONG,
H A Ddateformat_format_parse_version_icu72-1.phpt25 IntlDateFormatter::LONG,
/PHP-8.2/ext/intl/dateformat/
H A Ddateformat.stub.php17 public const LONG = UNKNOWN; define in IntlDateFormatter
/PHP-8.2/ext/pdo_mysql/tests/
H A Dbug_33689.phpt57 [native_type] => LONG
H A Dpdo_mysql_stmt_getcolumnmeta.phpt154 test_meta($db, 100, 'INT', -2147483648, 'LONG', PDO::PARAM_INT);
155 test_meta($db, 110, 'INT UNSIGNED', 4294967295, 'LONG', PDO::PARAM_INT);
/PHP-8.2/ext/pdo_oci/tests/
H A Dpdo_oci_stmt_getcolumnmeta.phpt230 test_meta($db, 350, 'LONG' , str_repeat('b', 256) , 'LONG' , PDO::PARAM_STR);
231 test_meta($db, 360, 'LONG RAW' , str_repeat('b', 256) , 'LONG RAW', PDO::PARAM_STR);
/PHP-8.2/ext/pspell/
H A Dpspell.c208 LONG result; in PHP_FUNCTION()
301 LONG result; in PHP_FUNCTION()
593 LONG result; in PHP_FUNCTION()
/PHP-8.2/ext/mysqli/tests/
H A Dbug_mysql_49406.phpt41 MYSQLI_TYPE_LONG => "LONG",
/PHP-8.2/ext/intl/timezone/
H A Dtimezone_methods.cpp479 TimeZone::SHORT, TimeZone::LONG,
488 zend_long display_type = TimeZone::LONG; in PHP_FUNCTION()
H A Dtimezone_arginfo.h181 ZVAL_LONG(&const_DISPLAY_LONG_value, TimeZone::LONG); in register_class_IntlTimeZone()
/PHP-8.2/win32/
H A Dregistry.c51 LONG ret; in OpenPhpRegistryKey()

Completed in 38 milliseconds

12