Searched defs:class (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_4/ext/phar/tests/files/ |
| H A D | pear2coverage.phar.php | 2 function __autoload($class) 4 $class = str_replace("PEAR2\Pyrus\Developer\CoverageAnalyzer", "", $class); variable 5 include "phar://" . __FILE__ . "/" . str_replace("\\", "/", $class) . ".php"; 19 class Controller { 100 class View 273 $output->writeAttribute('class', 'ln'); 284 $output->writeAttribute('class', 'nc'); 287 $output->writeAttribute('class', 'cv'); 344 $output->writeAttribute('class', 'ba 1604 $class = "PEAR2\\Pyrus\\Developer\\CoverageAnalyzer\\Web\\View"; variable [all...] |
| /PHP_5_4/scripts/dev/generate-phpt/src/setup/preconditions/ |
| H A D | gtIsValidMethod.php | 7 class gtIsValidMethod extends gtPreCondition { 12 $class = new ReflectionClass($className); variable 13 $methods = $class->getMethods();
|
| /PHP_5_4/sapi/apache_hooks/ |
| H A D | sapi_apache.c | 94 zval *class; local 97 ALLOC_ZVAL(class); 98 ZVAL_STRING(class, handler->name, 1); 102 call_user_function_ex(EG(function_table), &class, method, ret, 0, NULL, 0, NULL TSRMLS_CC); local 103 zval_dtor(class); 108 /* not a class::method */
|
| /PHP_5_4/ext/standard/ |
| H A D | dns.c | 418 u_short type, class, dlen; local 435 GETSHORT(class, cp); 452 add_assoc_string(*subarray, "class", "IN", 1);
|
Completed in 7 milliseconds