Searched defs:classes (Results 1 – 8 of 8) sorted by relevance
21 $classes = array( variable
32 $classes = array_merge(get_declared_classes(), get_declared_interfaces()); variable
384 PHPDBG_INFO(classes) /* {{{ */ in PHPDBG_INFO() argument387 HashTable classes; in PHPDBG_INFO() local
296 ### classes ### subsection
247 static inline int unserialize_allowed_class(zend_string *class_name, HashTable *classes) in unserialize_allowed_class()525 HashTable *classes = NULL; in php_var_unserialize() local
1042 zval *options = NULL, *classes = NULL; in PHP_FUNCTION() local
52 static HashTable classes; variable
80 static HashTable classes; variable
Completed in 63 milliseconds