Searched refs:get_defined_constants (Results 1 – 13 of 13) sorted by relevance
2 Test get_defined_constants() function : basic functionality5 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 ***
2 Bug #65291 - get_defined_constants() causes PHP to crash in a very limited case.19 get_defined_constants();20 get_defined_constants(true);
18 var_dump(gettype(get_defined_constants(true)));19 var_dump(gettype(get_defined_constants()));20 var_dump(count(get_defined_constants()));
5 $defined_constants = get_defined_constants(true);
14 $c = get_defined_constants(true);
8 foreach(get_defined_constants() as $constantName => $constantValue) {
12 var_dump(get_defined_constants(true)["user"]);
7 $constants = get_defined_constants(true);
10 $constants = get_defined_constants(true);
45 array_keys(get_defined_constants())
176 function get_defined_constants(bool $categorize = false): array {} function
286 ZEND_FUNCTION(get_defined_constants);350 ZEND_FE(get_defined_constants, arginfo_get_defined_constants)
1598 ZEND_FUNCTION(get_defined_constants) in ZEND_FUNCTION() argument
Completed in 23 milliseconds