From: Dmitry Stogov Date: Thu, 23 Jun 2016 12:22:08 +0000 (+0300) Subject: typo X-Git-Tag: php-7.1.0alpha3~97^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13a2dde62a93656ccbc822d7d446c0762167c19c;p=php typo --- diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c index 4c7946f690..a914ae221a 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -1249,7 +1249,7 @@ VOID CALLBACK tq_timer_cb(PVOID arg, BOOLEAN timed_out) return; } - eg = (zend_bool *)arg; + eg = (zend_executor_globals *)arg; eg->timed_out = 1; eg->vm_interrupt = 1; }