Exemplo n.º 1
0
 public static function providerPHP()
 {
     return array(array('$.php.strrev("string")', strrev("string")), array('$.php.strrev("string")', strrev("string"), 'str*'), array('$.php.strrev("string")', strrev("string"), 'strrev'), array('$.php.get_current_user', get_current_user()), array('$.php.Fenom.helper_func("string", 12)', helper_func("string", 12)), array('$.php.Fenom.helper_func("string", 12)', helper_func("string", 12), 'Fenom\\*'), array('$.php.Fenom.helper_func("string", 12)', helper_func("string", 12), 'Fenom\\helper_func'), array('$.php.Fenom.helper_func("string", 12)', helper_func("string", 12), '*helper_func'), array('$.php.Fenom.helper_func("string", 12)', helper_func("string", 12), '*'), array('$.php.Fenom.TestCase::dots("string")', TestCase::dots("string")), array('$.php.Fenom.TestCase::dots("string")', TestCase::dots("string"), 'Fenom\\*'), array('$.php.Fenom.TestCase::dots("string")', TestCase::dots("string"), 'Fenom\\TestCase*'), array('$.php.Fenom.TestCase::dots("string")', TestCase::dots("string"), 'Fenom\\TestCase::*'), array('$.php.Fenom.TestCase::dots("string")', TestCase::dots("string"), 'Fenom\\*::dots'), array('$.php.Fenom.TestCase::dots("string")', TestCase::dots("string"), 'Fenom\\*::*'), array('$.php.Fenom.TestCase::dots("string")', TestCase::dots("string"), 'Fenom\\TestCase::dots'), array('$.php.Fenom.TestCase::dots("string")', TestCase::dots("string"), '*::dots'), array('$.php.Fenom.TestCase::dots("string")', TestCase::dots("string"), '*'));
 }