We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25687b commit 326c254Copy full SHA for 326c254
sapi/fuzzer/fuzzer-sapi.c
@@ -137,7 +137,7 @@ static void fuzzer_disable_classes(void)
137
/* Overwrite built-in constructor for InfiniteIterator as it
138
* can cause long loops that bypass the executor step limit. */
139
/* Lowercase as this is how the CE as stored */
140
- zend_class_entry *InfiniteIterator_class = zend_hash_str_find(CG(class_table), "infiniteiterator", strlen("infiniteiterator"));
+ zend_class_entry *InfiniteIterator_class = zend_hash_str_find_ptr(CG(class_table), "infiniteiterator", strlen("infiniteiterator"));
141
InfiniteIterator_class->create_object = disable_class_create_handler;
142
}
143
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments