/PHP-8.3/ext/spl/ |
H A D | spl_functions.c | 25 void spl_add_class_name(zval *list, zend_class_entry *pce, int allow, int ce_flags) in spl_add_class_name() argument 27 …if (!allow || (allow > 0 && (pce->ce_flags & ce_flags)) || (allow < 0 && !(pce->ce_flags & ce_flag… in spl_add_class_name() 40 void spl_add_interfaces(zval *list, zend_class_entry * pce, int allow, int ce_flags) in spl_add_interfaces() argument 45 spl_add_class_name(list, pce->interfaces[num_interfaces], allow, ce_flags); in spl_add_interfaces() 52 void spl_add_traits(zval *list, zend_class_entry * pce, int allow, int ce_flags) in spl_add_traits() argument 60 spl_add_class_name(list, trait, allow, ce_flags); in spl_add_traits() 67 void spl_add_classes(zend_class_entry *pce, zval *list, bool sub, int allow, int ce_flags) in spl_add_classes() argument 70 spl_add_class_name(list, pce, allow, ce_flags); in spl_add_classes() 72 spl_add_interfaces(list, pce, allow, ce_flags); in spl_add_classes() 75 spl_add_classes(pce, list, sub, allow, ce_flags); in spl_add_classes()
|
H A D | php_spl.c | 165 #define SPL_LIST_CLASSES(z_list, sub, allow, ce_flags) \ argument 168 SPL_ADD_CLASS(ArrayObject, z_list, sub, allow, ce_flags); \ 178 SPL_ADD_CLASS(GlobIterator, z_list, sub, allow, ce_flags); \ 206 SPL_ADD_CLASS(SplFileInfo, z_list, sub, allow, ce_flags); \ 209 SPL_ADD_CLASS(SplHeap, z_list, sub, allow, ce_flags); \ 210 SPL_ADD_CLASS(SplMinHeap, z_list, sub, allow, ce_flags); \ 211 SPL_ADD_CLASS(SplMaxHeap, z_list, sub, allow, ce_flags); \ 213 SPL_ADD_CLASS(SplObserver, z_list, sub, allow, ce_flags); \ 215 SPL_ADD_CLASS(SplQueue, z_list, sub, allow, ce_flags); \ 216 SPL_ADD_CLASS(SplStack, z_list, sub, allow, ce_flags); \ [all …]
|
H A D | spl_functions.h | 29 void spl_add_class_name(zval * list, zend_class_entry * pce, int allow, int ce_flags); 30 void spl_add_interfaces(zval * list, zend_class_entry * pce, int allow, int ce_flags); 31 void spl_add_traits(zval * list, zend_class_entry * pce, int allow, int ce_flags); 32 void spl_add_classes(zend_class_entry *pce, zval *list, bool sub, int allow, int ce_flags);
|
/PHP-8.3/Zend/tests/type_declarations/ |
H A D | scalar_float_with_integer_default_weak.phpt | 2 Float type should allow an integer as default
|
H A D | scalar_float_with_integer_default_strict.phpt | 2 Float type should allow an integer as default even with strict types
|
H A D | typed_properties_010.phpt | 2 Test typed properties allow fetch reference
|
H A D | typed_properties_011.phpt | 2 Test typed properties allow fetch reference for init array
|
H A D | typed_properties_012.phpt | 2 Test typed properties allow fetch reference for foreach
|
H A D | typed_properties_112.phpt | 2 Test typed properties allow true
|
H A D | typed_properties_110.phpt | 2 Test typed properties allow null
|
H A D | typed_properties_049.phpt | 10 …e for property of type int may not be null. Use the nullable type ?int to allow null default value…
|
H A D | typed_properties_111.phpt | 2 Test typed properties allow false
|
H A D | scalar_float_with_invalid_default.phpt | 2 Float type should not allow invalid types as default
|
/PHP-8.3/ext/standard/tests/math/ |
H A D | bug28228.phpt | 2 Bug #28228 (number_format() does not allow empty decimal separator)
|
/PHP-8.3/Zend/tests/ |
H A D | list_010.phpt | 2 Do not allow mixing [] and list()
|
H A D | ns_trailing_comma_error_03.phpt | 2 Group use declarations mustn't allow more than one comma
|
H A D | bug71871.phpt | 2 Bug #71871: Interfaces allow final and abstract functions
|
H A D | bug71871_2.phpt | 2 Bug #71871: Interfaces allow final and abstract functions
|
H A D | ns_trailing_comma_error_06.phpt | 2 Unmixed group use declarations mustn't allow more than one comma
|
H A D | ns_094.phpt | 2 Type group use declarations should not allow override on inner items
|
/PHP-8.3/ext/filter/tests/ |
H A D | bug47745.phpt | 2 Bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer)
|
/PHP-8.3/Zend/tests/readonly_classes/ |
H A D | gh9285_success.phpt | 2 Bug GH-9285: PHP 8.2 readonly classes allow inheriting mutable properties from traits - success
|
/PHP-8.3/ext/dom/tests/ |
H A D | bug50661.phpt | 2 Bug #50661 (DOMDocument::loadXML does not allow UTF-16).
|
/PHP-8.3/ext/zlib/tests/ |
H A D | zlib_scheme_unlink_basic.phpt | 13 Warning: unlink(): ZLIB does not allow unlinking in %s on line %d
|
/PHP-8.3/Zend/tests/function_arguments/ |
H A D | sensitive_parameter_value_no_dynamic_property.phpt | 2 A SensitiveParameterValue does not allow dynamic properties.
|