Showing 10 of 1,214 results.

6. Conveying Non-Source Forms. | License

…stomarily used for software interchange., b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you...

6. Conveying Non-Source Forms. | License

…stomarily used for software interchange., b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you...

6. Conveying Non-Source Forms. | License

…stomarily used for software interchange., b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you...

Compilation Targets

…lation targets instruct the compiler to change its behavior depending on where the resulting PHP code is used. Currently, the following compilation targets are supported: Template Output, : Instructs the compiler to emit PHP code that will appear...

getFirstError | The Document Parser

Retrieves the first error. If the error source contains multiple types of errors, such as parser errors and validation errors, all errors will be considered. 1 <?php 2 3 use Stillat \ BladeParser \ Errors \ BladeError ; 4 5 public function...

getFirstFatalError | The Document Parser

Retrieves the first fatal error. If the error source contains multiple types of errors, such as parser errors and validation errors, all errors will be considered. Fatal errors are considered those that would produce invalid compiled PHP code,...