Home
last modified time | relevance | path

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

1234

/PHP-7.0/ext/spl/
H A Dspl_functions.c80 void spl_add_class_name(zval *list, zend_class_entry *pce, int allow, int ce_flags) in spl_add_class_name() argument
82 …if (!allow || (allow > 0 && pce->ce_flags & ce_flags) || (allow < 0 && !(pce->ce_flags & ce_flags)… in spl_add_class_name()
95 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()
106 void spl_add_traits(zval *list, zend_class_entry * pce, int allow, int ce_flags) in spl_add_traits() argument
111 spl_add_class_name(list, pce->traits[num_traits], allow, ce_flags); in spl_add_traits()
118 int spl_add_classes(zend_class_entry *pce, zval *list, int sub, int allow, int ce_flags) in spl_add_classes() argument
123 spl_add_class_name(list, pce, allow, ce_flags); in spl_add_classes()
125 spl_add_interfaces(list, pce, allow, ce_flags); in spl_add_classes()
128 spl_add_classes(pce, list, sub, allow, ce_flags); in spl_add_classes()
H A Dphp_spl.c180 #define SPL_LIST_CLASSES(z_list, sub, allow, ce_flags) \ argument
183 SPL_ADD_CLASS(ArrayObject, z_list, sub, allow, ce_flags); \
188 SPL_ADD_CLASS(Countable, z_list, sub, allow, ce_flags); \
222 SPL_ADD_CLASS(SplFileInfo, z_list, sub, allow, ce_flags); \
225 SPL_ADD_CLASS(SplHeap, z_list, sub, allow, ce_flags); \
226 SPL_ADD_CLASS(SplMinHeap, z_list, sub, allow, ce_flags); \
227 SPL_ADD_CLASS(SplMaxHeap, z_list, sub, allow, ce_flags); \
229 SPL_ADD_CLASS(SplObserver, z_list, sub, allow, ce_flags); \
231 SPL_ADD_CLASS(SplQueue, z_list, sub, allow, ce_flags); \
232 SPL_ADD_CLASS(SplStack, z_list, sub, allow, ce_flags); \
[all …]
H A Dspl_functions.h63 void spl_add_class_name(zval * list, zend_class_entry * pce, int allow, int ce_flags);
64 void spl_add_interfaces(zval * list, zend_class_entry * pce, int allow, int ce_flags);
65 void spl_add_traits(zval * list, zend_class_entry * pce, int allow, int ce_flags);
66 int spl_add_classes(zend_class_entry *pce, zval *list, int sub, int allow, int ce_flags);
/PHP-7.0/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 Dscalar_float_with_invalid_default.phpt2 Float type should not allow invalid types as default
/PHP-7.0/ext/standard/tests/math/
H A Dbug28228.phpt2 Bug #28228 (number_format() does not allow empty decimal separator)
/PHP-7.0/ext/filter/tests/
H A Dbug47745.phpt2 Bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer)
/PHP-7.0/Zend/tests/
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.0/ext/spl/tests/
H A DSplArray_fromArray.phpt2 Check that SplArray::fromArray will not allow integer overflows
/PHP-7.0/ext/dom/tests/
H A Dbug50661.phpt2 Bug #50661 (DOMDocument::loadXML does not allow UTF-16).
/PHP-7.0/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.0/ext/zlib/tests/
H A Dzlib_scheme_unlink_basic.phpt19 Warning: unlink(): ZLIB does not allow unlinking in %s on line %d
/PHP-7.0/ext/tidy/tests/
H A D021.phpt17 string(73) "This option specifies if Tidy should allow numeric character references. "
/PHP-7.0/ext/pgsql/tests/
H A D80_bug39971.phpt2 Bug #39971 (8.0+) (pg_insert/pg_update do not allow now() to be used for timestamp fields)
/PHP-7.0/ext/curl/tests/
H A Dbug64267.phpt2 Bug #64267 (CURLOPT_INFILE doesn't allow reset)
/PHP-7.0/Zend/tests/grammar/
H A Dregression_007.phpt2 Test to ensure semi reserved words allow deference
/PHP-7.0/Zend/tests/variadic/
H A Dremoving_parameter_error.phpt7 * PHP does not allow this (for non-variadics), so I'm not allowing it here, too,
/PHP-7.0/ext/standard/tests/serialize/
H A Dbug72663_2.phpt2 Bug #72663 (2): Don't allow references into failed unserialize
/PHP-7.0/Zend/RFCs/
H A D003.txt15 addition to the engine for requiring loose types would allow
45 The current function syntax should be expanded to allow typing of
/PHP-7.0/ext/session/tests/
H A Dsession_id_basic.phpt23 // Turn off strice mode, since it does not allow uninitialized session ID
/PHP-7.0/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation6.phpt44 echo "*** Creating links in a directory without permission to allow the operation ***\n";
87 *** Creating links in a directory without permission to allow the operation ***

Completed in 31 milliseconds

1234