Home
last modified time | relevance | path

Searched refs:get_defined_constants (Results 1 – 13 of 13) sorted by relevance

/PHP-8.3/ext/standard/tests/general_functions/
H A Dget_defined_constants_basic.phpt2 Test get_defined_constants() function : basic functionality
5 echo "*** Testing get_defined_constants() : basic functionality ***\n";
7 var_dump(gettype(get_defined_constants(true)));
8 var_dump(gettype(get_defined_constants()));
10 $arr1 = get_defined_constants(false);
11 $arr2 = get_defined_constants();
14 $n1 = count(get_defined_constants());
16 $arr2 = get_defined_constants();
27 *** Testing get_defined_constants() : basic functionality ***
/PHP-8.3/Zend/tests/
H A Dbug65291.phpt2 Bug #65291 - get_defined_constants() causes PHP to crash in a very limited case.
19 get_defined_constants();
20 get_defined_constants(true);
H A D017.phpt18 var_dump(gettype(get_defined_constants(true)));
19 var_dump(gettype(get_defined_constants()));
20 var_dump(count(get_defined_constants()));
/PHP-8.3/ext/dom/tests/
H A Ddomdocumentload_utilities.inc5 $defined_constants = get_defined_constants(true);
/PHP-8.3/ext/session/tests/
H A Dbug74833.phpt14 $c = get_defined_constants(true);
/PHP-8.3/ext/standard/tests/url/
H A Dparse_url_basic_010.phpt8 foreach(get_defined_constants() as $constantName => $constantValue) {
/PHP-8.3/ext/zend_test/tests/
H A Dgh11423.phpt12 var_dump(get_defined_constants(true)["user"]);
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_constants_categories.phpt7 $constants = get_defined_constants(true);
H A Dmysqli_constants.phpt10 $constants = get_defined_constants(true);
/PHP-8.3/sapi/phpdbg/
H A D.phpdbginit45 array_keys(get_defined_constants())
/PHP-8.3/Zend/
H A Dzend_builtin_functions.stub.php164 function get_defined_constants(bool $categorize = false): array {} function
H A Dzend_builtin_functions_arginfo.h265 ZEND_FUNCTION(get_defined_constants);
328 ZEND_FE(get_defined_constants, arginfo_get_defined_constants)
H A Dzend_builtin_functions.c1482 ZEND_FUNCTION(get_defined_constants) in ZEND_FUNCTION() argument

Completed in 27 milliseconds