| @@ 873-875 (lines=3) @@ | ||
| 870 | ); |
|
| 871 | ||
| 872 | // If we're able to resolve the function name, do so. |
|
| 873 | if ( $mapped_function && T_CONSTANT_ENCAPSED_STRING === $this->tokens[ $mapped_function ]['code'] ) { |
|
| 874 | $functionName = trim( $this->tokens[ $mapped_function ]['content'], '\'' ); |
|
| 875 | } |
|
| 876 | } |
|
| 877 | ||
| 878 | // If slashing is required, give an error. |
|
| @@ 309-312 (lines=4) @@ | ||
| 306 | ); |
|
| 307 | ||
| 308 | // If we're able to resolve the function name, do so. |
|
| 309 | if ( $mapped_function && T_CONSTANT_ENCAPSED_STRING === $this->tokens[ $mapped_function ]['code'] ) { |
|
| 310 | $functionName = trim( $this->tokens[ $mapped_function ]['content'], '\'' ); |
|
| 311 | $ptr = $mapped_function; |
|
| 312 | } |
|
| 313 | } |
|
| 314 | ||
| 315 | // Skip pointer to after the function. |
|