Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/spl/
H A Dspl_functions.c80 void spl_add_class_name(zval *list, zend_class_entry * pce, int allow, int ce_flags TSRMLS_DC) 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()
96 void spl_add_interfaces(zval *list, zend_class_entry * pce, int allow, int ce_flags TSRMLS_DC) in spl_add_interfaces() argument
101 spl_add_class_name(list, pce->interfaces[num_interfaces], allow, ce_flags TSRMLS_CC); in spl_add_interfaces()
107 void spl_add_traits(zval *list, zend_class_entry * pce, int allow, int ce_flags TSRMLS_DC) in spl_add_traits() argument
112 spl_add_class_name(list, pce->traits[num_traits], allow, ce_flags TSRMLS_CC); in spl_add_traits()
119 int spl_add_classes(zend_class_entry *pce, zval *list, int sub, int allow, int ce_flags TSRMLS_DC) in spl_add_classes() argument
124 spl_add_class_name(list, pce, allow, ce_flags TSRMLS_CC); in spl_add_classes()
126 spl_add_interfaces(list, pce, allow, ce_flags TSRMLS_CC); in spl_add_classes()
129 spl_add_classes(pce, list, sub, allow, ce_flags TSRMLS_CC); in spl_add_classes()
H A Dphp_spl.c185 #define SPL_LIST_CLASSES(z_list, sub, allow, ce_flags) \ argument
188 SPL_ADD_CLASS(ArrayObject, z_list, sub, allow, ce_flags); \
193 SPL_ADD_CLASS(Countable, z_list, sub, allow, ce_flags); \
227 SPL_ADD_CLASS(SplFileInfo, z_list, sub, allow, ce_flags); \
230 SPL_ADD_CLASS(SplHeap, z_list, sub, allow, ce_flags); \
231 SPL_ADD_CLASS(SplMinHeap, z_list, sub, allow, ce_flags); \
232 SPL_ADD_CLASS(SplMaxHeap, z_list, sub, allow, ce_flags); \
234 SPL_ADD_CLASS(SplObserver, z_list, sub, allow, ce_flags); \
236 SPL_ADD_CLASS(SplQueue, z_list, sub, allow, ce_flags); \
237 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 TSRMLS_DC);
64 void spl_add_interfaces(zval * list, zend_class_entry * pce, int allow, int ce_flags TSRMLS_DC);
65 void spl_add_traits(zval * list, zend_class_entry * pce, int allow, int ce_flags TSRMLS_DC);
66 int spl_add_classes(zend_class_entry *pce, zval *list, int sub, int allow, int ce_flags TSRMLS_DC);
/PHP-5.5/ext/standard/tests/math/
H A Dbug28228.phpt2 Bug #28228 (number_format() does not allow empty decimal separator)
/PHP-5.5/ext/filter/tests/
H A Dbug47745.phpt2 Bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer)
/PHP-5.5/ext/dom/tests/
H A Dbug50661.phpt2 Bug #50661 (DOMDocument::loadXML does not allow UTF-16).
/PHP-5.5/ext/spl/tests/
H A DSplArray_fromArray.phpt2 Check that SplArray::fromArray will not allow integer overflows
/PHP-5.5/ext/date/tests/
H A Dbug26090.phpt2 Bug #26090 (allow colons in time zone offset to strtotime())
/PHP-5.5/ext/zlib/tests/
H A Dzlib_scheme_unlink_basic.phpt19 Warning: unlink(): ZLIB does not allow unlinking in %s on line %d
/PHP-5.5/ext/tidy/tests/
H A D021.phpt17 string(73) "This option specifies if Tidy should allow numeric character references. "
/PHP-5.5/ext/curl/tests/
H A Dbug64267.phpt2 Bug #64267 (CURLOPT_INFILE doesn't allow reset)
/PHP-5.5/ext/pgsql/tests/
H A D80_bug39971.phpt2 Bug #39971 (pg_insert/pg_update do not allow now() to be used for timestamp fields)
/PHP-5.5/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
H A D001.txt26 model will allow the addressing of many needs such as destructors,
94 The new object model will allow for a much more intuitive
125 message whenever such an automatic clone occurs, in order to allow
/PHP-5.5/ext/session/tests/
H A Dsession_id_basic.phpt23 // Turn off strice mode, since it does not allow uninitialized session ID
/PHP-5.5/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 ***
/PHP-5.5/ext/xmlwriter/tests/
H A Dbug41287.phpt2 Bug #41287 (Namespace functions don't allow xmlns definition to be optional)
/PHP-5.5/ext/spl/examples/
H A Dinigroups.inc25 * but for puritists that would allow correctness in so far as then no
/PHP-5.5/ext/standard/
H A Dphp_string.h136 PHPAPI size_t php_strip_tags(char *rbuf, int len, int *state, char *allow, int allow_len);
137 PHPAPI size_t php_strip_tags_ex(char *rbuf, int len, int *stateptr, char *allow, int allow_len, zen…
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_41125.phpt27 // And now allow the evil to do his work
/PHP-5.5/
H A Dphp5.spec.in21 features thrown in. The goal of the language is to allow web
/PHP-5.5/ext/gmp/tests/
H A Dbug50283.phpt2 Feature Request #50283 (allow base in gmp_strval to use full range: 2 to 62, and -2 to -36)
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_expire_password.phpt80 /* allow connect */
92 /* allow connect, fix pw */
/PHP-5.5/ext/phar/
H A DTODO6 allow disabling it if it is enabled in the system [Greg]
86 X don't allow a stub or alias to be added to a .zip/.tar that does not have
88 X allow read/write on .tar/.zip files that do not contain a stub or alias [Steph/Greg]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput81173 [\040\t]* )* # If comment found, allow more spaces.
1201 [\040\t]* )* # If comment found, allow more spaces.
1218 [\040\t]* )* # If comment found, allow more spaces.
1244 [\040\t]* )* # If comment found, allow more spaces.
1262 [\040\t]* )* # If comment found, allow more spaces.
1285 [\040\t]* )* # If comment found, allow more spaces.
1303 [\040\t]* )* # If comment found, allow more spaces.
1326 [\040\t]* )* # If comment found, allow more spaces.
1381 [\040\t]* )* # If comment found, allow more spaces.
1399 [\040\t]* )* # If comment found, allow more spaces.
[all …]

Completed in 34 milliseconds

123