verb 3113 Zend/zend_API.c char *verb; verb 3116 Zend/zend_API.c verb = "should not"; verb 3120 Zend/zend_API.c verb = "cannot"; verb 3126 Zend/zend_API.c zend_spprintf(error, 0, "non-static method %s::%s() %s be called statically", ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(fcc->function_handler->common.function_name), verb); verb 3132 Zend/zend_API.c zend_throw_error(NULL, "Non-static method %s::%s() %s be called statically", ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(fcc->function_handler->common.function_name), verb); verb 3134 Zend/zend_API.c zend_error(severity, "Non-static method %s::%s() %s be called statically", ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(fcc->function_handler->common.function_name), verb);