Jump to content

toreachdeepak

Members
  • Posts

    44
  • Joined

  • Last visited

Posts posted by toreachdeepak

  1. Hello, How to we pass the non ascii string as input argument to the PHP Script ? For example below argv[1] - hi_INargv[2] - 100argv[3] -"हिंदी का अनुवा" $ php voxom_tts_integ.php hi_IN 100 "हिंदी का अनुवा"But I am not able to pass the hindi or non ascii text as argument to PHP Script Regards Deepak Bhatia

  2. it should give you a line number and file in which the error occurred. combined with a error type and message, that should be sufficient to resolve the issue. unless there is something else I'm missing in your question.
    How do we get the error_type means E_WARNING or E_ERROR ?
  3. Hi, Thanks in advance. How do we check whether the php function called generates which error ? For example, if I set the wrong timezone then I get E_NOTICE date_default_timezone_set('Asia/Kolkata'); But how do we check which E_WARNING/E_NOTICE etc is generated. Regards Deepak Bhatia

×
×
  • Create New...