Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #18460

content of /usr/include/*.php files

From alex <1j9448a02@lnx159sneakemail.com.invalid>
Newsgroups comp.lang.php
Subject content of /usr/include/*.php files
Date 2020-12-14 10:44 +0100
Organization Aioe.org NNTP Server
Message-ID <rr7c6j$1f3c$1@gioia.aioe.org> (permalink)

Show all headers | View raw


/usr/include
~/include
<my-project>/include

The files contained in these directories, in turn, what should they contain?

Definitions of constants?
Definitions of global variables?
Instructions like header (...);, etc.?
Functions?
Classes?

Here is an example:

<?php // ~/include/sample.php
define(...);
$global_var = ...;
header(...);
set_include_path(...);
set_error_handler(...);
function abc() {}
class xyz {}

What should there be and what shouldn't there be?

Back to comp.lang.php | Previous | NextNext in thread | Find similar | Unroll thread


Thread

content of /usr/include/*.php files alex <1j9448a02@lnx159sneakemail.com.invalid> - 2020-12-14 10:44 +0100
  Re: content of /usr/include/*.php files "J.O. Aho" <user@example.net> - 2020-12-14 13:37 +0100
    Re: content of /usr/include/*.php files alex <1j9448a02@lnx159sneakemail.com.invalid> - 2020-12-15 16:20 +0100

csiph-web