Searched refs:globalObjectIdentifier (Results 1 – 1 of 1) sorted by relevance
1088 * @param string $globalObjectIdentifier1092 function closeAndRemoveRuntimeVariableIfExists(string $globalObjectIdentifier) argument1095 if (!isset($this->executionScopedVariables[$globalObjectIdentifier])) {1102 $object = &$this->executionScopedVariables[$globalObjectIdentifier];1125 unset($this->executionScopedVariables[$globalObjectIdentifier]);