0

I have error with odd values like

PHP Fatal error: Cannot redeclare chkconfig() (previously declared in D\x01:27)

PHP Fatal error: Cannot redeclare chkconfig() (previously declared in (\x93\x03u\xa2\x7f:27)

PHP Fatal error: Cannot redeclare chkconfig() (previously declared in \x98\xe9\xc6t\xa2\x7f:27)

PHP Fatal error: Cannot redeclare chkconfig() (previously declared in Wut\xa2\x7f:27)

PHP Fatal error: Cannot redeclare chkconfig() (previously declared in @.\xf7t\xa2\x7f:27)

but it is not declare in any other place. What means that odd values?

3
  • 1
    Are you saying that the Error is lying? Commented Oct 28, 2016 at 10:08
  • no, it was working like that a long time, that problem occurs lately Commented Oct 28, 2016 at 10:09
  • these "odd values" are hex values just say'in Commented Oct 28, 2016 at 10:21

1 Answer 1

2

You can just try this:

if (!function_exists('chkconfig')) { // declare your function } 

So that if it does exist, you won't have to redeclare it anymore.

Sign up to request clarification or add additional context in comments.

2 Comments

i know, but im asking about place where it was declare. isnt It odd that its previously declared in @.\xf7t\xa2\x7f:27 ?
Well I can't help you with that as I don't have any access to your computer.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.