Home
last modified time | relevance | path

Searched refs:classes (Results 51 – 75 of 397) sorted by relevance

12345678910>>...16

/PHP-7.1/ext/standard/
H A Dvar.c1071 zval *options = NULL, *classes = NULL; in PHP_FUNCTION() local
1088 classes = zend_hash_str_find(Z_ARRVAL_P(options), "allowed_classes", sizeof("allowed_classes")-1); in PHP_FUNCTION()
1089 …if (classes && Z_TYPE_P(classes) != IS_ARRAY && Z_TYPE_P(classes) != IS_TRUE && Z_TYPE_P(classes) … in PHP_FUNCTION()
1095 if(classes && (Z_TYPE_P(classes) == IS_ARRAY || !zend_is_true(classes))) { in PHP_FUNCTION()
1097 …zend_hash_init(class_hash, (Z_TYPE_P(classes) == IS_ARRAY)?zend_hash_num_elements(Z_ARRVAL_P(class… in PHP_FUNCTION()
1099 if(class_hash && Z_TYPE_P(classes) == IS_ARRAY) { in PHP_FUNCTION()
1103 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(classes), entry) { in PHP_FUNCTION()
/PHP-7.1/ext/com_dotnet/tests/
H A Dbug45280.phpt2 Bug #45280 (Reflection of instantiated COM classes causes PHP to crash)
/PHP-7.1/Zend/tests/
H A Dclass_constants_003.phpt2 class constants as default function arguments and dynamically loaded classes
H A Dclosure_007.phpt2 Closure 007: Nested lambdas in classes
H A Dbug33171.phpt2 Bug #33171 (foreach enumerates private fields declared in base classes)
H A Dbug41633_3.phpt2 Bug #41633.3 (Crash instantiating classes with self-referencing constants)
H A Dbug69761.phpt2 Bug #69761 (Serialization of anonymous classes should be prevented)
H A Dbug62441.phpt2 Bug #62441: Incorrect strong typing in namespaced child classes
H A Dbug24436.phpt2 Bug #24436 (isset()/empty() produce errors with non-existent variables in classes)
/PHP-7.1/Zend/tests/traits/
H A Dlanguage007.phpt2 Traits can fulfill the requirements of abstract base classes.
/PHP-7.1/tests/classes/
H A Dautoload_001.phpt6 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
H A Dautoload_002.phpt6 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
H A Dbug23951.phpt2 Bug #23951 (Defines not working in inherited classes)
H A Dautoload_004.phpt6 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
H A Dprivate_members_serialization.phpt2 Verifies that it is possible to return private member names of parent classes in __sleep
/PHP-7.1/ext/standard/tests/serialize/
H A Dbug26762.phpt6 if (class_exists('autoload_root')) die('skip Autoload test classes exist already');
H A Dbug45706.phpt2 Bug #45706 Unserialization of classes derived from ArrayIterator fails
/PHP-7.1/ext/reflection/tests/
H A Dbug75231.phpt2 Bug #75231: ReflectionProperty#getValue() incorrectly works with inherited classes
H A DReflectionObject_getConstructor_basic.phpt51 $classes = array('NewCtor', 'ExtendsNewCtor', 'OldCtor', 'ExtendsOldCtor',
54 foreach ($classes as $class) {
H A DReflectionClass_getConstructor_basic.phpt51 $classes = array('NewCtor', 'ExtendsNewCtor', 'OldCtor', 'ExtendsOldCtor',
54 foreach ($classes as $class) {
H A Dbug52854.phpt2 Bug #52854: ReflectionClass::newInstanceArgs does not work for classes without constructors
/PHP-7.1/Zend/tests/anon/
H A D008.phpt2 testing static access for methods and properties in anon classes
/PHP-7.1/Zend/tests/return_types/
H A Dinheritance008.phpt7 require __DIR__ . "/classes.php.inc";
H A Dinheritance006.phpt7 require __DIR__ . "/classes.php.inc";
/PHP-7.1/ext/spl/tests/
H A Dclass_implements_basic.phpt6 * Description: Return all classes and interfaces implemented by SPL

Completed in 30 milliseconds

12345678910>>...16