Searched refs:SIZEOF_ZEND_LONG (Results 1 – 25 of 32) sorted by relevance
12
42 # define SIZEOF_ZEND_LONG 8 macro52 # define SIZEOF_ZEND_LONG 4 macro110 #if SIZEOF_ZEND_LONG == 4113 #elif SIZEOF_ZEND_LONG == 8
28 #if SIZEOF_ZEND_LONG == 431 #elif SIZEOF_ZEND_LONG == 846 && SIZEOF_ZEND_LONG == SIZEOF_LONG && defined(PHP_HAVE_BUILTIN_CTZL)59 return SIZEOF_ZEND_LONG * 8;66 if (num == Z_UL(0)) return SIZEOF_ZEND_LONG * 8;69 #if SIZEOF_ZEND_LONG == 8
27 #if SIZEOF_INT < SIZEOF_ZEND_LONG
353 #if SIZEOF_ZEND_LONG == 8 in zend_inline_hash_func()355 #elif SIZEOF_ZEND_LONG == 4 in zend_inline_hash_func()
92 #elif SIZEOF_ZEND_LONG == 4
1630 if (len < SIZEOF_ZEND_LONG * 8) {1701 if (len < SIZEOF_ZEND_LONG * 2 || (len == SIZEOF_ZEND_LONG * 2 && *hex <= '7')) {
1625 if (UNEXPECTED((zend_ulong)op2_lval >= SIZEOF_ZEND_LONG * 8)) { in shift_left_function()1661 if (UNEXPECTED((zend_ulong)op2_lval >= SIZEOF_ZEND_LONG * 8)) { in shift_right_function()3094 # if SIZEOF_ZEND_LONG == 4
96 #if SIZEOF_ZEND_LONG == 4
508 #if (defined(__GNUC__) || __has_builtin(__builtin_ctzl)) && SIZEOF_ZEND_LONG == SIZEOF_LONG && defi…531 #if SIZEOF_ZEND_LONG == 8
84 #if SIZEOF_ZEND_LONG > 4325 #if SIZEOF_ZEND_LONG < 8 in PHP_FUNCTION()417 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()580 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()852 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()1079 if (SIZEOF_ZEND_LONG > 4 && issigned) { in PHP_FUNCTION()1084 if (SIZEOF_ZEND_LONG > 4) { in PHP_FUNCTION()1095 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()1250 #if SIZEOF_ZEND_LONG > 4 in PHP_MINIT_FUNCTION()1309 #if SIZEOF_ZEND_LONG > 4 in PHP_MINIT_FUNCTION()
1057 #if SIZEOF_ZEND_LONG == 4 in php_var_unserialize_internal()1088 #if SIZEOF_ZEND_LONG == 4 in php_var_unserialize_internal()
679 #if SIZEOF_ZEND_LONG == 4721 #if SIZEOF_ZEND_LONG == 4
369 #if SIZEOF_ZEND_LONG > SIZEOF_INT in PHP_FUNCTION()
38 #if SIZEOF_ZEND_LONG == 8 && !defined(PHP_WIN32)
227 #if SIZEOF_ZEND_LONG >= 8 in firebird_stmt_describe()402 #if SIZEOF_ZEND_LONG >= 8 in firebird_stmt_get_col()
39 #if SIZEOF_ZEND_LONG == 8 in php_com_throw_exception()
153 #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()
463 #if SIZEOF_ZEND_LONG == 8 in PHP_MINIT_FUNCTION()
217 #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==41054 #if SIZEOF_ZEND_LONG==81056 #elif SIZEOF_ZEND_LONG==4
78 #if SIZEOF_ZEND_LONG==4 in ps_fetch_from_1_to_8_bytes()108 #if SIZEOF_ZEND_LONG==4 in ps_fetch_from_1_to_8_bytes()639 #if SIZEOF_ZEND_LONG==8 in mysqlnd_stmt_execute_store_types()
1708 if (perm_bind.pack_len < SIZEOF_ZEND_LONG) { in php_mysqlnd_rowp_read_text_protocol_aux()1726 #if SIZEOF_ZEND_LONG==8 in php_mysqlnd_rowp_read_text_protocol_aux()1728 #elif SIZEOF_ZEND_LONG==4 in php_mysqlnd_rowp_read_text_protocol_aux()
557 #if SIZEOF_ZEND_LONG==8 in pdo_mysql_stmt_param_hook()559 #elif SIZEOF_ZEND_LONG==4 in pdo_mysql_stmt_param_hook()
536 #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()
1460 #if SIZEOF_ZEND_LONG < 8 in PHP_FUNCTION()
28 #if SIZEOF_SIZE_T <= SIZEOF_ZEND_LONG
Completed in 118 milliseconds