PHP 5.3 source -where are the functions

2 replies
Hello guys!

I downloaded the PHP 5.3.24 source and wondering in which directory I can find the code of PHP built-in functions, like explode(),strlen() and others.

Best regards,
Valentin
#functions #php #source
  • Profile picture of the author Brandon Tanner
    Look in ext --> standard

    A lot of the individual files in that directory (like the 'basic_functions' file and the 'string' file) each contain a bunch of different functions.
    Signature

    {{ DiscussionBoard.errors[7991240].message }}
    • Profile picture of the author Valen007
      Thanks Brandon, it helped
      {{ DiscussionBoard.errors[7992759].message }}

Trending Topics