Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/spl/
H A Dspl_functions.c78 void spl_add_class_name(zval *list, zend_class_entry *pce, int allow, int ce_flags) in spl_add_class_name() argument
80 …if (!allow || (allow > 0 && pce->ce_flags & ce_flags) || (allow < 0 && !(pce->ce_flags & ce_flags)… in spl_add_class_name()
93 void spl_add_interfaces(zval *list, zend_class_entry * pce, int allow, int ce_flags) in spl_add_interfaces() argument
100 spl_add_class_name(list, pce->interfaces[num_interfaces], allow, ce_flags); in spl_add_interfaces()
107 void spl_add_traits(zval *list, zend_class_entry * pce, int allow, int ce_flags) in spl_add_traits() argument
116 spl_add_class_name(list, trait, allow, ce_flags); in spl_add_traits()
123 int spl_add_classes(zend_class_entry *pce, zval *list, int sub, int allow, int ce_flags) in spl_add_classes() argument
128 spl_add_class_name(list, pce, allow, ce_flags); in spl_add_classes()
130 spl_add_interfaces(list, pce, allow, ce_flags); in spl_add_classes()
133 spl_add_classes(pce, list, sub, allow, ce_flags); in spl_add_classes()
H A Dphp_spl.c179 #define SPL_LIST_CLASSES(z_list, sub, allow, ce_flags) \ argument
182 SPL_ADD_CLASS(ArrayObject, z_list, sub, allow, ce_flags); \
192 SPL_ADD_CLASS(GlobIterator, z_list, sub, allow, ce_flags); \
220 SPL_ADD_CLASS(SplFileInfo, z_list, sub, allow, ce_flags); \
223 SPL_ADD_CLASS(SplHeap, z_list, sub, allow, ce_flags); \
224 SPL_ADD_CLASS(SplMinHeap, z_list, sub, allow, ce_flags); \
225 SPL_ADD_CLASS(SplMaxHeap, z_list, sub, allow, ce_flags); \
227 SPL_ADD_CLASS(SplObserver, z_list, sub, allow, ce_flags); \
229 SPL_ADD_CLASS(SplQueue, z_list, sub, allow, ce_flags); \
230 SPL_ADD_CLASS(SplStack, z_list, sub, allow, ce_flags); \
[all …]
H A Dspl_functions.h61 void spl_add_class_name(zval * list, zend_class_entry * pce, int allow, int ce_flags);
62 void spl_add_interfaces(zval * list, zend_class_entry * pce, int allow, int ce_flags);
63 void spl_add_traits(zval * list, zend_class_entry * pce, int allow, int ce_flags);
64 int spl_add_classes(zend_class_entry *pce, zval *list, int sub, int allow, int ce_flags);
/PHP-7.4/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_049.phpt10 …e for property of type int may not be null. Use the nullable type ?int to allow null default value…
H A Dscalar_float_with_invalid_default.phpt2 Float type should not allow invalid types as default
H A Dtyped_properties_015.phpt10 …erty of type stdClass may not be null. Use the nullable type ?stdClass to allow null default value…
/PHP-7.4/ext/standard/tests/math/
H A Dbug28228.phpt2 Bug #28228 (number_format() does not allow empty decimal separator)
/PHP-7.4/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 Dns_trailing_comma_error_06.phpt2 Unmixed 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_094.phpt2 Type group use declarations should not allow override on inner itens
/PHP-7.4/ext/filter/tests/
H A Dbug47745.phpt2 Bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer)
/PHP-7.4/ext/spl/tests/
H A DSplArray_fromArray.phpt2 Check that SplArray::fromArray will not allow integer overflows
/PHP-7.4/ext/dom/tests/
H A Dbug50661.phpt2 Bug #50661 (DOMDocument::loadXML does not allow UTF-16).
/PHP-7.4/ext/date/tests/
H A Dbug26090.phpt2 Bug #26090 (allow colons in time zone offset to strtotime())
H A Dbug68669.phpt2 DateTime::createFromFormat() does not allow NULL $timezone
/PHP-7.4/ext/zlib/tests/
H A Dzlib_scheme_unlink_basic.phpt18 Warning: unlink(): ZLIB does not allow unlinking in %s on line %d
/PHP-7.4/ext/tidy/tests/
H A D021.phpt17 string(73) "This option specifies if Tidy should allow numeric character references. "

Completed in 25 milliseconds

1234