| /PHP_5_3/ext/phar/phar/ |
| H A D | directorygraphiterator.inc | 5 * @brief class DirectoryGraphIterator 17 class DirectoryGraphIterator extends DirectoryTreeIterator
|
| H A D | invertedregexiterator.inc | 5 * @brief class InvertedRegexIterator 17 class InvertedRegexIterator extends RegexIterator
|
| H A D | phar.inc | 6 * @brief class Phar 12 // {{{ class Phar extends PHP_Archive 14 * Phar class 21 class Phar extends PHP_Archive implements RecursiveIterator
|
| /PHP_5_3/ext/spl/examples/ |
| H A D | cachingrecursiveiterator.inc | 5 * @brief class CachingRecursiveIterator 24 class CachingRecursiveIterator extends RecursiveCachingIterator
|
| H A D | directorygraphiterator.inc | 5 * @brief class DirectoryGraphIterator 17 class DirectoryGraphIterator extends DirectoryTreeIterator
|
| H A D | directorytree.inc | 5 * @brief class DirectoryTree 17 class DirectoryTree extends RecursiveIteratorIterator
|
| H A D | findfile.inc | 5 * @brief class FindFile 16 * @brief Base class to find files 21 class FindFile extends FilterIterator 57 * extended class that uses regular expressions to search.
|
| H A D | inigroups.inc | 5 * @brief class IniGroups 20 * Using this class you can iterator over all groups of a ini file. 22 * This class uses a 'is-a' relation to KeyFilter in contrast to a 'has-a' 28 class IniGroups extends KeyFilter
|
| H A D | keyfilter.inc | 5 * @brief class KeyFilter 17 * Instances of this class act as a filter around iterators whose elements 22 class KeyFilter extends FilterIterator
|
| /PHP_5_3/ext/spl/internal/ |
| H A D | iteratoriterator.inc | 5 * @brief class IteratorIterator 22 * It is also possible to derive the class and implement IteratorAggregate by 26 class SomeClass extends BaseClass implements IteratorAggregate 35 * As you can see in the example this approach requires that the class to 36 * downcast to is actually a base class of the specified iterator to wrap. 40 class IteratorIterator implements OuterIterator 45 * @param classname optional class the iterator has to be downcasted to 59 throw new Exception("Classes that only implement Traversable can be wrapped only after converting class IteratorIterator into c code"); 115 /** The inner iterator must be private because when this class will be
|
| H A D | norewinditerator.inc | 5 * @brief class NoRewindIterator 18 class NoRewindIterator extends IteratorIterator
|
| H A D | outeriterator.inc | 5 * @brief class OuterIterator
|
| H A D | parentiterator.inc | 5 * @brief class FilterIterator 22 class ParentIterator extends RecursiveFilterIterator
|
| H A D | recursivearrayiterator.inc | 5 * @brief class RecursiveArrayIterator 23 * class it is called from. That is you extend RecursiveFilterIterator and 24 * getChildren() will create instance of that class. The problem is that doing 30 class RecursiveArrayIterator extends ArrayIterator implements RecursiveIterator 41 * @note the returned iterator will be of the same class as $this
|
| H A D | recursivefilteriterator.inc | 5 * @brief class RecursiveFilterIterator 23 * class it is called from. That is you extend RecursiveFilterIterator and 24 * getChildren() will create instance of that class. The problem is that doing 30 abstract class RecursiveFilterIterator extends FilterIterator implements RecursiveIterator 48 * @note the returned iterator will be of the same class as $this
|
| H A D | recursiveiterator.inc | 5 * @brief class RecursiveIterator
|
| H A D | splqueue.inc | 5 * @brief class SplQueue 22 * The SplQueue class provides the main functionalities of a 25 class SplQueue extends SplDoublyLinkedList
|
| H A D | splstack.inc | 5 * @brief class SplStack 18 * The SplStack class provides the main functionalities of a 21 class SplStack extends SplDoublyLinkedList
|
| /PHP_5_3/scripts/dev/generate-phpt/src/ |
| H A D | gtAutoload.php | 8 * defining the file to load each class from. 10 class gtAutoload 52 * @param string $class Class name to autoload 55 public static function autoload($class) 57 if (isset(self::$classMap[$class])) { 58 include self::$classPath . self::$classMap[$class];
|
| /PHP_5_3/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_3/ext/mysqli/tests/ |
| H A D | reflection_tools.inc | 2 function inspectClass($class) { 6 printf("\nInspecting class '%s'\n", $class->getName()); 7 printf("isInternal: %s\n", ($class->isInternal()) ? 'yes' : 'no'); 8 printf("isUserDefined: %s\n", ($class->isUserDefined()) ? 'yes' : 'no'); 9 printf("isInstantiable: %s\n", ($class->isInstantiable()) ? 'yes' : 'no'); 10 printf("isInterface: %s\n", ($class->isInterface()) ? 'yes' : 'no'); 11 printf("isAbstract: %s\n", ($class->isAbstract()) ? 'yes' : 'no'); 12 printf("isFinal: %s\n", ($class->isFinal()) ? 'yes' : 'no'); 13 printf("isIteratable: %s\n", ($class [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | php_dns.h | 27 #define php_dns_search(res, dname, class, type, answer, anslen) \ 28 ((int)dns_search(res, dname, class, type, answer, anslen, (struct sockaddr *)&from, &fromsize)) 33 #define php_dns_search(res, dname, class, type, answer, anslen) \ 34 res_nsearch(res, dname, class, type, answer, anslen); 40 #define php_dns_search(res, dname, class, type, answer, anslen) \ 41 res_search(dname, class, type, answer, anslen)
|
| /PHP_5_3/sapi/apache_hooks/ |
| H A D | sapi_apache.c | 98 zval *class; local 101 ALLOC_ZVAL(class); 102 ZVAL_STRING(class, handler->name, 1); 106 call_user_function_ex(EG(function_table), &class, method, ret, 0, NULL, 0, NULL TSRMLS_CC); local 107 zval_dtor(class); 112 /* not a class::method */
|
| /PHP_5_3/Zend/ |
| H A D | zend_istdiostream.h | 26 class istdiostream : public istream
|
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd_priv.h | 50 #define MYSQLND_CLASS_METHOD_TABLE_NAME(class) mysqlnd_##class##_methods 51 #define MYSQLND_CLASS_METHODS_START(class) struct st_##class##_methods MYSQLND_CLASS_METHOD_TABLE_NAME(class) = {
|