__b               402 Zend/zend_API.h #define add_assoc_bool(__arg, __key, __b) add_assoc_bool_ex(__arg, __key, strlen(__key), __b)
__b               462 Zend/zend_API.h #define add_property_bool(__arg, __key, __b) add_property_bool_ex(__arg, __key, strlen(__key), __b)
__b               121 ext/standard/php_smart_string.h 	char __b[32];															\
__b               122 ext/standard/php_smart_string.h 	char *__t = zend_print##func##_to_buf(__b + sizeof(__b) - 1, (num));	\
__b               123 ext/standard/php_smart_string.h 	smart_string_appendl_ex((dest), __t, __b + sizeof(__b) - 1 - __t, (type));	\