Home
last modified time | relevance | path

Searched refs:SIZEOF_ZEND_LONG (Results 1 – 25 of 30) sorted by relevance

12

/PHP-7.0/Zend/
H A Dzend_long.h42 # define SIZEOF_ZEND_LONG 8 macro
52 # define SIZEOF_ZEND_LONG 4 macro
108 #if SIZEOF_ZEND_LONG == 4
111 #elif SIZEOF_ZEND_LONG == 8
H A Dzend_range_check.h27 #if SIZEOF_INT < SIZEOF_ZEND_LONG
H A Dzend_bitset.h28 #if SIZEOF_ZEND_LONG == 4
31 #elif SIZEOF_ZEND_LONG == 8
H A Dzend_string.h352 #if SIZEOF_ZEND_LONG == 8 in zend_inline_hash_func()
354 #elif SIZEOF_ZEND_LONG == 4 in zend_inline_hash_func()
H A Dzend_multiply.h92 #elif SIZEOF_ZEND_LONG == 4
H A Dzend_language_scanner.l1643 if (len < SIZEOF_ZEND_LONG * 8) {
1714 if (len < SIZEOF_ZEND_LONG * 2 || (len == SIZEOF_ZEND_LONG * 2 && *hex <= '7')) {
H A Dzend_alloc.c515 #if (defined(__GNUC__) || __has_builtin(__builtin_ctzl)) && SIZEOF_ZEND_LONG == SIZEOF_LONG && defi…
538 #if SIZEOF_ZEND_LONG == 8
554 #if (defined(__GNUC__) || __has_builtin(__builtin_ctzl)) && SIZEOF_ZEND_LONG == SIZEOF_LONG && defi…
577 #if SIZEOF_ZEND_LONG == 8
H A Dzend_operators.c1610 if (UNEXPECTED((zend_ulong)op2_lval >= SIZEOF_ZEND_LONG * 8)) { in shift_left_function()
1646 if (UNEXPECTED((zend_ulong)op2_lval >= SIZEOF_ZEND_LONG * 8)) { in shift_right_function()
3077 # if SIZEOF_ZEND_LONG == 4
H A Dzend_operators.h96 #if SIZEOF_ZEND_LONG == 4
/PHP-7.0/ext/standard/
H A Dpack.c84 #if SIZEOF_ZEND_LONG > 4
324 #if SIZEOF_ZEND_LONG < 8 in PHP_FUNCTION()
416 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
579 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
842 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
1069 if (SIZEOF_ZEND_LONG > 4 && issigned) { in PHP_FUNCTION()
1074 if (SIZEOF_ZEND_LONG > 4) { in PHP_FUNCTION()
1085 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
1240 #if SIZEOF_ZEND_LONG > 4 in PHP_MINIT_FUNCTION()
1299 #if SIZEOF_ZEND_LONG > 4 in PHP_MINIT_FUNCTION()
H A Dvar_unserializer.c1020 #if SIZEOF_ZEND_LONG == 4 in php_var_unserialize_internal()
1051 #if SIZEOF_ZEND_LONG == 4 in php_var_unserialize_internal()
H A Dvar_unserializer.re642 #if SIZEOF_ZEND_LONG == 4
684 #if SIZEOF_ZEND_LONG == 4
H A Dmath.c381 #if SIZEOF_ZEND_LONG > SIZEOF_INT in PHP_FUNCTION()
/PHP-7.0/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h38 #if SIZEOF_ZEND_LONG == 8 && !defined(PHP_WIN32)
H A Dfirebird_statement.c227 #if SIZEOF_ZEND_LONG >= 8 in firebird_stmt_describe()
402 #if SIZEOF_ZEND_LONG >= 8 in firebird_stmt_get_col()
/PHP-7.0/ext/com_dotnet/
H A Dcom_misc.c39 #if SIZEOF_ZEND_LONG == 8 in php_com_throw_exception()
H A Dcom_variant.c153 #if SIZEOF_ZEND_LONG == 4 in php_com_variant_from_zval()
216 #if SIZEOF_ZEND_LONG == 8 in php_com_zval_from_variant()
348 #if SIZEOF_ZEND_LONG == 8 in php_com_copy_variant()
H A Dcom_extension.c463 #if SIZEOF_ZEND_LONG == 8 in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/mysqli/
H A Dmysqli_api.c217 #if SIZEOF_ZEND_LONG==8 in mysqli_stmt_bind_param_do_bind()
219 #elif SIZEOF_ZEND_LONG==4 in mysqli_stmt_bind_param_do_bind()
288 #if SIZEOF_ZEND_LONG==8 in mysqli_stmt_bind_param_do_bind()
290 #elif SIZEOF_ZEND_LONG==4 in mysqli_stmt_bind_param_do_bind()
989 #if SIZEOF_ZEND_LONG==4
1054 #if SIZEOF_ZEND_LONG==8
1056 #elif SIZEOF_ZEND_LONG==4
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c79 #if SIZEOF_ZEND_LONG==4 in ps_fetch_from_1_to_8_bytes()
109 #if SIZEOF_ZEND_LONG==4 in ps_fetch_from_1_to_8_bytes()
640 #if SIZEOF_ZEND_LONG==8 in mysqlnd_stmt_execute_store_types()
H A Dmysqlnd_wireprotocol.c1684 if (perm_bind.pack_len < SIZEOF_ZEND_LONG) { in php_mysqlnd_rowp_read_text_protocol_aux()
1702 #if SIZEOF_ZEND_LONG==8 in php_mysqlnd_rowp_read_text_protocol_aux()
1704 #elif SIZEOF_ZEND_LONG==4 in php_mysqlnd_rowp_read_text_protocol_aux()
/PHP-7.0/ext/pdo_mysql/
H A Dmysql_statement.c557 #if SIZEOF_ZEND_LONG==8 in pdo_mysql_stmt_param_hook()
559 #elif SIZEOF_ZEND_LONG==4 in pdo_mysql_stmt_param_hook()
/PHP-7.0/ext/interbase/
H A Dibase_query.c536 #if (SIZEOF_ZEND_LONG < 8) in _php_ibase_bind_array()
550 #if (SIZEOF_ZEND_LONG > 4) in _php_ibase_bind_array()
559 #if (SIZEOF_ZEND_LONG >= 8) in _php_ibase_bind_array()
1334 #if (SIZEOF_ZEND_LONG >= 8) in _php_ibase_var_zval()
/PHP-7.0/
H A DUPGRADING.INTERNALS119 …- SIZEOF_ZEND_LONG reworked SIZEOF_ZEND_LONG re…
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c28 #if SIZEOF_SIZE_T <= SIZEOF_ZEND_LONG

Completed in 81 milliseconds

12