/PHP-8.2/ext/com_dotnet/ |
H A D | com_saproxy.c | 41 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 D | com_misc.c | 94 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 D | com_iterator.c | 36 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 D | com_handlers.c | 101 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 D | php_com_dotnet_internal.h | 131 PHP_COM_DOTNET_API bool php_com_safearray_get_elem(VARIANT *array, VARIANT *dest, LONG dim1);
|
H A D | com_wrapper.c | 39 LONG refcount; /* COM reference count */
|
/PHP-8.2/ext/oci8/tests/ |
H A D | pecl_bug8816.phpt | 15 $create_1 = "CREATE TABLE t1 (id INTEGER, l1 LONG)"; 16 $create_2 = "CREATE TABLE t2 (id INTEGER, l2 LONG)";
|
H A D | bind_long_raw.phpt | 2 bind LONG RAW field
|
H A D | bind_long.phpt | 2 bind LONG field
|
/PHP-8.2/ext/intl/tests/ |
H A D | dateformat_get_datetype.phpt | 17 IntlDateFormatter::LONG,
|
H A D | dateformat_get_timetype.phpt | 17 IntlDateFormatter::LONG,
|
H A D | normalizer_normalize_kc_cf.phpt | 46 $char_long_s_dot = "\xE1\xBA\x9B"; // 'LATIN SMALL LETTER LONG S WITH DOT ABOVE' (U+1E9B)
|
H A D | dateformat_format_parse.phpt | 25 IntlDateFormatter::LONG,
|
H A D | normalizer_normalize.phpt | 54 $char_long_s_dot = "\xE1\xBA\x9B"; // 'LATIN SMALL LETTER LONG S WITH DOT ABOVE' (U+1E9B)
|
H A D | dateformat_format_parse_version2.phpt | 26 IntlDateFormatter::LONG,
|
H A D | dateformat_format_parse_version_icu72-1.phpt | 25 IntlDateFormatter::LONG,
|
/PHP-8.2/ext/intl/dateformat/ |
H A D | dateformat.stub.php | 17 public const LONG = UNKNOWN; define in IntlDateFormatter
|
/PHP-8.2/ext/pdo_mysql/tests/ |
H A D | bug_33689.phpt | 57 [native_type] => LONG
|
H A D | pdo_mysql_stmt_getcolumnmeta.phpt | 154 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 D | pdo_oci_stmt_getcolumnmeta.phpt | 230 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 D | pspell.c | 208 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 D | bug_mysql_49406.phpt | 41 MYSQLI_TYPE_LONG => "LONG",
|
/PHP-8.2/ext/intl/timezone/ |
H A D | timezone_methods.cpp | 479 TimeZone::SHORT, TimeZone::LONG, 488 zend_long display_type = TimeZone::LONG; in PHP_FUNCTION()
|
H A D | timezone_arginfo.h | 181 ZVAL_LONG(&const_DISPLAY_LONG_value, TimeZone::LONG); in register_class_IntlTimeZone()
|
/PHP-8.2/win32/ |
H A D | registry.c | 51 LONG ret; in OpenPhpRegistryKey()
|