All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.joern.php2cpg.astcreation.PhpBuiltins.scala Maven / Gradle / Ivy

package io.joern.php2cpg.astcreation

import io.shiftleft.utils.IOUtils

import scala.io.Source

object PhpBuiltins {
  lazy val FuncNames: Set[String] = {
    Source.fromResource("builtin_functions.txt").getLines().toSet
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy