scottmac / php-function-rename

Function Renaming in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Function Renaming in PHP

A utility function for renaming functions for the purpose of stubbing out things that are untested

Installation

  • phpize
  • ./configure --enable-rename
  • make && make install

Usage

<?php
function old_function() { }
rename_function('old_function', 'new_function');

About

Function Renaming in PHP

License:Other


Languages

Language:C 100.0%