Home
last modified time | relevance | path

Searched refs:allow (Results 1 – 25 of 93) sorted by relevance

1234

/PHP-8.2/ext/spl/
H A Dspl_functions.c25 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 Dphp_spl.c162 #define SPL_LIST_CLASSES(z_list, sub, allow, ce_flags) \ argument
165 SPL_ADD_CLASS(ArrayObject, z_list, sub, allow, ce_flags); \
175 SPL_ADD_CLASS(GlobIterator, z_list, sub, allow, ce_flags); \
203 SPL_ADD_CLASS(SplFileInfo, z_list, sub, allow, ce_flags); \
206 SPL_ADD_CLASS(SplHeap, z_list, sub, allow, ce_flags); \
207 SPL_ADD_CLASS(SplMinHeap, z_list, sub, allow, ce_flags); \
208 SPL_ADD_CLASS(SplMaxHeap, z_list, sub, allow, ce_flags); \
210 SPL_ADD_CLASS(SplObserver, z_list, sub, allow, ce_flags); \
212 SPL_ADD_CLASS(SplQueue, z_list, sub, allow, ce_flags); \
213 SPL_ADD_CLASS(SplStack, z_list, sub, allow, ce_flags); \
[all …]
H A Dspl_functions.h29 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.2/Zend/tests/type_declarations/
H A Dscalar_float_with_integer_default_weak.phpt2 Float type should allow an integer as default
H A Dscalar_float_with_integer_default_strict.phpt2 Float type should allow an integer as default even with strict types
H A Dtyped_properties_010.phpt2 Test typed properties allow fetch reference
H A Dtyped_properties_011.phpt2 Test typed properties allow fetch reference for init array
H A Dtyped_properties_012.phpt2 Test typed properties allow fetch reference for foreach
H A Dtyped_properties_112.phpt2 Test typed properties allow true
H A Dtyped_properties_110.phpt2 Test typed properties allow null
H A Dscalar_float_with_invalid_default.phpt2 Float type should not allow invalid types as default
H A Dtyped_properties_049.phpt10 …e for property of type int may not be null. Use the nullable type ?int to allow null default value…
H A Dtyped_properties_111.phpt2 Test typed properties allow false
/PHP-8.2/ext/standard/tests/math/
H A Dbug28228.phpt2 Bug #28228 (number_format() does not allow empty decimal separator)
/PHP-8.2/Zend/tests/
H A Dlist_010.phpt2 Do not allow mixing [] and list()
H A Dns_trailing_comma_error_03.phpt2 Group use declarations mustn't allow more than one comma
H A Dbug71871.phpt2 Bug #71871: Interfaces allow final and abstract functions
H A Dbug71871_2.phpt2 Bug #71871: Interfaces allow final and abstract functions
H A Dns_trailing_comma_error_06.phpt2 Unmixed group use declarations mustn't allow more than one comma
H A Dns_094.phpt2 Type group use declarations should not allow override on inner items
/PHP-8.2/ext/filter/tests/
H A Dbug47745.phpt2 Bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer)
/PHP-8.2/Zend/tests/readonly_classes/
H A Dgh9285_success.phpt2 Bug GH-9285: PHP 8.2 readonly classes allow inheriting mutable properties from traits - success
/PHP-8.2/ext/zlib/tests/
H A Dzlib_scheme_unlink_basic.phpt13 Warning: unlink(): ZLIB does not allow unlinking in %s on line %d
/PHP-8.2/ext/dom/tests/
H A Dbug50661.phpt2 Bug #50661 (DOMDocument::loadXML does not allow UTF-16).
/PHP-8.2/Zend/tests/function_arguments/
H A Dsensitive_parameter_value_no_dynamic_property.phpt2 A SensitiveParameterValue does not allow dynamic properties.

Completed in 26 milliseconds

1234