fix printf with threaded parser; replace SUCCESS/FAILURE with bool
authorMichael Wallner <mike@php.net>
Tue, 4 Dec 2018 10:26:15 +0000 (11:26 +0100)
committerMichael Wallner <mike@php.net>
Tue, 4 Dec 2018 11:13:51 +0000 (12:13 +0100)
commit203caffc3e92072074fd7f2aa666aca801c2e069
tree1af8b5ce724dbd30a7ff54cff175cfef01572127
parent2cef1aee122dcdcf0d1a63a45528fdcb0ee4221e
fix printf with threaded parser; replace SUCCESS/FAILURE with bool
src/call.c
src/call.h
src/context.c
src/context.h
src/data.c
src/parser.c