Home
last modified time | relevance | path

Searched refs:SIZEOF_ZEND_LONG (Results 1 – 25 of 32) sorted by last modified time

12

/PHP-7.2/main/
H A Dmain.c2219 REGISTER_MAIN_LONG_CONSTANT("PHP_INT_SIZE", SIZEOF_ZEND_LONG, CONST_PERSISTENT | CONST_CS); in php_module_startup()
/PHP-7.2/ext/standard/
H A Dvar_unserializer.re721 #if SIZEOF_ZEND_LONG == 4
763 #if SIZEOF_ZEND_LONG == 4
H A Dvar_unserializer.c1047 #if SIZEOF_ZEND_LONG == 4 in php_var_unserialize_internal()
1078 #if SIZEOF_ZEND_LONG == 4 in php_var_unserialize_internal()
H A Dmath.c373 #if SIZEOF_ZEND_LONG > SIZEOF_INT in PHP_FUNCTION()
H A Dpack.c77 #if SIZEOF_ZEND_LONG > 4
319 #if SIZEOF_ZEND_LONG < 8 in PHP_FUNCTION()
414 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
577 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
851 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
1077 if (SIZEOF_ZEND_LONG > 4 && issigned) { in PHP_FUNCTION()
1082 if (SIZEOF_ZEND_LONG > 4) { in PHP_FUNCTION()
1093 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
1248 #if SIZEOF_ZEND_LONG > 4 in PHP_MINIT_FUNCTION()
1307 #if SIZEOF_ZEND_LONG > 4 in PHP_MINIT_FUNCTION()
/PHP-7.2/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()
883 #if SIZEOF_ZEND_LONG==8
/PHP-7.2/ext/pdo_firebird/
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()
H A Dphp_pdo_firebird_int.h38 #if SIZEOF_ZEND_LONG == 8 && !defined(PHP_WIN32)
/PHP-7.2/ext/opcache/
H A Dzend_accelerator_util_funcs.c28 #if SIZEOF_SIZE_T <= SIZEOF_ZEND_LONG
H A DZendAccelerator.c2532 …F_INT) ZEND_TOSTR(SIZEOF_LONG) ZEND_TOSTR(SIZEOF_SIZE_T) ZEND_TOSTR(SIZEOF_ZEND_LONG) ZEND_TOSTR(Z…
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_inference.c541 return s >= SIZEOF_ZEND_LONG * 8 - 1 || (n << s) < n; in shift_left_overflows()
543 return s >= SIZEOF_ZEND_LONG * 8 - 1 || (n << s) > n; in shift_left_overflows()
788 if (op2_min >= SIZEOF_ZEND_LONG * 8) { in zend_inference_calc_binary_op_range()
789 op2_min = SIZEOF_ZEND_LONG * 8 - 1; in zend_inference_calc_binary_op_range()
791 if (op2_max >= SIZEOF_ZEND_LONG * 8) { in zend_inference_calc_binary_op_range()
792 op2_max = SIZEOF_ZEND_LONG * 8 - 1; in zend_inference_calc_binary_op_range()
1450 #if SIZEOF_ZEND_LONG == 4 in zend_inference_calc_range()
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1710 if (perm_bind.pack_len < SIZEOF_ZEND_LONG) { in php_mysqlnd_rowp_read_text_protocol_aux()
1728 #if SIZEOF_ZEND_LONG==8 in php_mysqlnd_rowp_read_text_protocol_aux()
1730 #elif SIZEOF_ZEND_LONG==4 in php_mysqlnd_rowp_read_text_protocol_aux()
H A Dmysqlnd_ps_codec.c78 #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()
/PHP-7.2/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.2/ext/interbase/
H A Dinterbase.c1462 #if SIZEOF_ZEND_LONG < 8 in PHP_FUNCTION()
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()
1330 #if (SIZEOF_ZEND_LONG >= 8) in _php_ibase_var_zval()
/PHP-7.2/ext/com_dotnet/
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_misc.c39 #if SIZEOF_ZEND_LONG == 8 in php_com_throw_exception()
H A Dcom_extension.c472 #if SIZEOF_ZEND_LONG == 8 in PHP_MINIT_FUNCTION()
/PHP-7.2/Zend/
H A Dzend_vm_execute.h4314 && EXPECTED((zend_ulong)Z_LVAL_P(op2) < SIZEOF_ZEND_LONG * 8)) {
4342 && EXPECTED((zend_ulong)Z_LVAL_P(op2) < SIZEOF_ZEND_LONG * 8)) {
8432 && EXPECTED((zend_ulong)Z_LVAL_P(op2) < SIZEOF_ZEND_LONG * 8)) {
8460 && EXPECTED((zend_ulong)Z_LVAL_P(op2) < SIZEOF_ZEND_LONG * 8)) {
10488 && EXPECTED((zend_ulong)Z_LVAL_P(op2) < SIZEOF_ZEND_LONG * 8)) {
10516 && EXPECTED((zend_ulong)Z_LVAL_P(op2) < SIZEOF_ZEND_LONG * 8)) {
35044 && EXPECTED((zend_ulong)Z_LVAL_P(op2) < SIZEOF_ZEND_LONG * 8)) {
35072 && EXPECTED((zend_ulong)Z_LVAL_P(op2) < SIZEOF_ZEND_LONG * 8)) {
41565 && EXPECTED((zend_ulong)Z_LVAL_P(op2) < SIZEOF_ZEND_LONG * 8)) {
41593 && EXPECTED((zend_ulong)Z_LVAL_P(op2) < SIZEOF_ZEND_LONG * 8)) {
[all …]
H A Dzend_vm_def.h224 && EXPECTED((zend_ulong)Z_LVAL_P(op2) < SIZEOF_ZEND_LONG * 8)) {
252 && EXPECTED((zend_ulong)Z_LVAL_P(op2) < SIZEOF_ZEND_LONG * 8)) {
H A Dzend_operators.c1636 if (UNEXPECTED((zend_ulong)op2_lval >= SIZEOF_ZEND_LONG * 8)) { in shift_left_function()
1672 if (UNEXPECTED((zend_ulong)op2_lval >= SIZEOF_ZEND_LONG * 8)) { in shift_right_function()
3110 # if SIZEOF_ZEND_LONG == 4
H A Dzend_operators.h93 #if SIZEOF_ZEND_LONG == 4
444 #if PHP_HAVE_BUILTIN_SADDL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_increment_function()
452 #elif PHP_HAVE_BUILTIN_SADDLL_OVERFLOW && SIZEOF_LONG_LONG == SIZEOF_ZEND_LONG in fast_long_increment_function()
498 #if PHP_HAVE_BUILTIN_SSUBL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_decrement_function()
506 #elif PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW && SIZEOF_LONG_LONG == SIZEOF_ZEND_LONG in fast_long_decrement_function()
552 #if PHP_HAVE_BUILTIN_SADDL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_add_function()
559 #elif PHP_HAVE_BUILTIN_SADDLL_OVERFLOW && SIZEOF_LONG_LONG == SIZEOF_ZEND_LONG in fast_long_add_function()
655 #if PHP_HAVE_BUILTIN_SSUBL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_sub_function()
662 #elif PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW && SIZEOF_LONG_LONG == SIZEOF_ZEND_LONG in fast_long_sub_function()
H A Dzend_range_check.h27 #if SIZEOF_INT < SIZEOF_ZEND_LONG
H A Dzend_string.h372 #if SIZEOF_ZEND_LONG == 8 in zend_inline_hash_func()
374 #elif SIZEOF_ZEND_LONG == 4 in zend_inline_hash_func()

Completed in 296 milliseconds

12