Home
last modified time | relevance | path

Searched refs:classes (Results 126 – 150 of 235) sorted by relevance

12345678910

/php-src/Zend/tests/
H A Dbug43200.phpt2 Bug #43200 (Interface implementation / inheritance not possible in abstract classes)
/php-src/ext/opcache/tests/jit/
H A Dbug80634.phpt2 Bug #80634 (write_property handler of internal classes is skipped on preloaded JITted code)
/php-src/ext/standard/
H A Dvar.c1329 zval *classes, *max_depth; in php_unserialize_with_options() local
1331 classes = zend_hash_str_find_deref(options, "allowed_classes", sizeof("allowed_classes")-1); in php_unserialize_with_options()
1332 …if (classes && Z_TYPE_P(classes) != IS_ARRAY && Z_TYPE_P(classes) != IS_TRUE && Z_TYPE_P(classes) … in php_unserialize_with_options()
1333 …wed_classes\" must be of type array|bool, %s given", function_name, zend_zval_value_name(classes)); in php_unserialize_with_options()
1337 if(classes && (Z_TYPE_P(classes) == IS_ARRAY || !zend_is_true(classes))) { in php_unserialize_with_options()
1339 …zend_hash_init(class_hash, (Z_TYPE_P(classes) == IS_ARRAY)?zend_hash_num_elements(Z_ARRVAL_P(class… in php_unserialize_with_options()
1341 if(class_hash && Z_TYPE_P(classes) == IS_ARRAY) { in php_unserialize_with_options()
1345 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(classes), entry) { in php_unserialize_with_options()
/php-src/ext/reflection/tests/
H A DReflectionMethod_getClosureThis.phpt22 // Initialize classes
H A DReflectionClassConstant_getValue.phpt6 /* Use separate classes to make sure that in-place constant updates don't interfere */
H A DReflectionMethod_getClosure_basic.phpt24 // Initialize classes
H A DReflectionClassConstant_getValue_typed.phpt6 /* Use separate classes to make sure that in-place constant updates don't interfere */
H A DReflectionMethod_getClosure_error.phpt24 // Initialize classes
/php-src/Zend/tests/traits/
H A Dconstant_005.phpt2 Conflicting constants in composing classes with different visibility modifiers should result in a f…
H A Dconstant_006.phpt2 Conflicting constants in composing classes with different values should result in a fatal error, si…
H A Dconstant_007.phpt2 Conflicting constants in composing classes with different finality should result in a fatal error, …
H A Dconstant_010.phpt2 Conflicting constants in another traits in same composing classes with different finality should re…
H A Dconstant_008.phpt2 Conflicting constants in another traits in same composing classes with different visibility modifie…
H A Dconstant_009.phpt2 Conflicting constants in another traits in same composing classes with different values should resu…
/php-src/ext/opcache/tests/
H A Dbug64353.phpt2 Bug #64353 (Built-in classes can be unavailable with dynamic includes and OPcache)
H A Dgh8846.phpt2 Bug GH-8846: Delayed early binding can be used for classes without parents
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_096.phpt2 References to typed properties with undefined classes
/php-src/ext/pdo/tests/
H A Dbug_43663.phpt2 PDO Common: Bug #43663 (__call on classes derived from PDO)
/php-src/ext/standard/tests/serialize/
H A Dbug30234.phpt5 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
/php-src/Zend/tests/type_declarations/intersection_types/variance/
H A Dvalid5.phpt2 Replacing union of classes respecting intersection type by intersection type
/php-src/Zend/tests/constexpr/
H A Dnew_not_allowed_class_constant.phpt8 // class is declared would break references to classes that are declared later in the same
/php-src/Zend/tests/type_declarations/dnf_types/variance/
H A Dvalid5.phpt2 Replacing union of classes respecting intersection type by intersection type
/php-src/ext/intl/tests/
H A Dbug62915-2.phpt2 Bug #62915: cloning of several classes is defective
/php-src/ext/zend_test/tests/
H A Dzend_internal_class_prop_intersection.phpt2 Test that internal classes can register intersection types
/php-src/tests/classes/
H A Dbug65768.phpt36 Fatal error: DateTimeInterface can't be implemented by user classes in %sbug65768.php on line %d

Completed in 35 milliseconds

12345678910