PHP 8.5.0 Alpha 1 available for testing

Voting

: max(four, three)?
(Example: nine)

The Note You're Voting On

RPaseur at NationalPres dot org
19 years ago
As is often the case, YMMV. I tried the __FILE__ and SCRIPT_FILENAME comparison and found this:

SCRIPT_FILENAME: /var/www/cgi-bin/php441
__FILE__: /raid/home/natpresch/natpresch/RAY_included.php

As an alternative:

count(get_included_files());

Gives one when the script is standalone and always more than one when the script is included.

<< Back to user notes page

To Top