We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0544fd commit a0093b9Copy full SHA for a0093b9
phpwb_window.c
@@ -578,7 +578,7 @@ ZEND_FUNCTION(wb_bring_to_front)
578
579
ZEND_FUNCTION(wb_get_window_buffer)
580
{
581
- long pwbo;
+ zend_long pwbo;
582
583
ZEND_PARSE_PARAMETERS_START(1, 1)
584
Z_PARAM_LONG(pwbo)
@@ -592,7 +592,7 @@ ZEND_FUNCTION(wb_get_window_buffer)
592
593
ZEND_FUNCTION(wb_get_window_handle)
594
595
596
597
598
0 commit comments