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

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

There is a newer version: 4.0.131
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy