Ad
  • Custom User Avatar

    The recent kata doesn't have php 7.0 to print inputs . We cant print on the php 7.4

  • Custom User Avatar

    Oh, Thank you Chrono79

  • Custom User Avatar

    you're not helping. I mean i can't even print a simple string.
    I did other kata, and i can print (in php) but not in this kata

    edit: I found a difference in output :

    -this one show "details" and doesn't show what i print,
    -others show "log" and can show what i print

  • Custom User Avatar

    Hello

    I m using PHP, and i didn't suceed to print the input .
    I tried var_dump, print_r, echo ... own function to show with console.log().

    How i can show the inputs?

    ps: I tried JavaScript, and it works with console.log()