Home
last modified time | relevance | path

Searched refs:constant (Results 176 – 200 of 452) sorted by last modified time

12345678910>>...19

/php-src/tests/output/
H A Dsapi_windows_vt100_support_winok_err.phpt25 STDIN (constant):
43 STDOUT (constant):
61 STDERR (constant):
H A Dsapi_windows_vt100_support_winok_in-err.phpt25 STDIN (constant):
43 STDOUT (constant):
61 STDERR (constant):
H A Dsapi_windows_vt100_support_winok_in-out-err.phpt25 STDIN (constant):
43 STDOUT (constant):
61 STDERR (constant):
H A Dsapi_windows_vt100_support_winok_out-err.phpt25 STDIN (constant):
43 STDOUT (constant):
61 STDERR (constant):
H A Dsapi_windows_vt100_support_winok_out.phpt25 STDIN (constant):
43 STDOUT (constant):
61 STDERR (constant):
H A Dstream_isatty.inc6 'STDIN (constant)' => STDIN,
9 'STDOUT (constant)' => STDOUT,
12 'STDERR (constant)' => STDERR,
H A Dstream_isatty_err.phpt17 STDIN (constant): bool(true)
20 STDOUT (constant): bool(true)
23 STDERR (constant): bool(false)
H A Dstream_isatty_in-err.phpt17 STDIN (constant): bool(false)
20 STDOUT (constant): bool(true)
23 STDERR (constant): bool(false)
H A Dstream_isatty_in-out-err.phpt17 STDIN (constant): bool(false)
20 STDOUT (constant): bool(false)
23 STDERR (constant): bool(false)
H A Dstream_isatty_in-out.phpt17 STDIN (constant): bool(false)
20 STDOUT (constant): bool(false)
23 STDERR (constant): bool(true)
H A Dstream_isatty_out-err.phpt17 STDIN (constant): bool(true)
20 STDOUT (constant): bool(false)
23 STDERR (constant): bool(false)
/php-src/tests/lang/
H A DreturnByReference.003.phpt24 …2. Trying to assign by reference the return value of a function that returns a constant by ref:\n";
46 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
H A DreturnByReference.004.phpt26 …2. Trying to assign by reference the return value of a function that returns a constant by ref:\n";
48 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
H A DreturnByReference.005.phpt27 …2. Trying to assign by reference the return value of a function that returns a constant by ref:\n";
49 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
H A DreturnByReference.006.phpt28 …nction call, assign by reference the return value of a function that returns a constant by ref:\n";
50 …f function call, assign by reference the return value of a function that returns a constant by ref:
H A DreturnByReference.007.phpt30 …nction call, assign by reference the return value of a function that returns a constant by ref:\n";
52 …f function call, assign by reference the return value of a function that returns a constant by ref:
H A DreturnByReference.008.phpt31 …nction call, assign by reference the return value of a function that returns a constant by ref:\n";
53 …f function call, assign by reference the return value of a function that returns a constant by ref:
H A Dbug26869.phpt2 Bug #26869 (constant as the key of static array)
H A Dbug18872.phpt2 Bug #18872 (class constant used as default parameter)
H A Dbug21849.phpt2 Bug #21849 (self::constant doesn't work as method's default parameter)
/php-src/tests/func/
H A D010.phpt10 // the stack size + some random constant
/php-src/tests/classes/
H A Dbug29446.phpt2 Bug #29446 (ZE allows multiple declarations of the same class constant)
19 Fatal error: Cannot redefine class constant testClass::TEST_CONST in %s on line 5
H A Dconstants_basic_001.phpt2 Class constant declarations
82 Fatal error: Uncaught Error: Undefined constant C::c19 in %s:%d
H A Dconstants_basic_002.phpt2 Basic class support - defining and reading a class constant.
10 echo "\nRead class constant.\n";
13 echo "\nFail to read class constant from instance.\n";
17 echo "\nClass constant not visible in object var_dump.\n";
21 Read class constant.
24 Fail to read class constant from instance.
29 Class constant not visible in object var_dump.
H A Dconstants_error_001.phpt2 Error case: duplicate class constant definition
12 Fatal error: Cannot redefine class constant myclass::myConst in %s on line 5

Completed in 30 milliseconds

12345678910>>...19