Home
last modified time | relevance | path

Searched refs:allow (Results 26 – 50 of 85) sorted by relevance

1234

/PHP-7.0/ext/standard/
H A Dphp_string.h136 PHPAPI size_t php_strip_tags(char *rbuf, size_t len, int *state, const char *allow, size_t allow_le…
137 PHPAPI size_t php_strip_tags_ex(char *rbuf, size_t len, int *stateptr, const char *allow, size_t al…
H A Dstring.c4370 zval *allow=NULL; local
4379 if (allow) {
4380 convert_to_string(allow);
4381 allowed_tags = Z_STRVAL_P(allow);
4625 if (allow) {
4648 if (allow) {
4667 } else if (allow && state == 1) {
4685 } else if (allow && state == 1) {
4714 if (allow) {
4768 } else if (allow && state == 1) {
[all …]
/PHP-7.0/ext/xmlwriter/tests/
H A Dbug41287.phpt2 Bug #41287 (Namespace functions don't allow xmlns definition to be optional)
/PHP-7.0/ext/spl/examples/
H A Dinigroups.inc25 * but for puritists that would allow correctness in so far as then no
/PHP-7.0/Zend/RFCs/
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-7.0/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-7.0/
H A Dphp7.spec.in21 features thrown in. The goal of the language is to allow web
/PHP-7.0/ext/pdo_mysql/tests/
H A Dbug_41125.phpt27 // And now allow the evil to do his work
H A Dpdo_mysql_attr_multi_statements.phpt36 // New connection, does not allow multiple statements.
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_expire_password.phpt80 /* allow connect */
92 /* allow connect, fix pw */
/PHP-7.0/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-7.0/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 …]
H A Dtestinput1689 [\040\t]* )* # If comment found, allow more spaces.
717 [\040\t]* )* # If comment found, allow more spaces.
734 [\040\t]* )* # If comment found, allow more spaces.
760 [\040\t]* )* # If comment found, allow more spaces.
778 [\040\t]* )* # If comment found, allow more spaces.
801 [\040\t]* )* # If comment found, allow more spaces.
819 [\040\t]* )* # If comment found, allow more spaces.
842 [\040\t]* )* # If comment found, allow more spaces.
897 [\040\t]* )* # If comment found, allow more spaces.
915 [\040\t]* )* # If comment found, allow more spaces.
[all …]
/PHP-7.0/ext/pdo/tests/
H A Dbug_44173.phpt61 Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode doesn't allow any extra arguments…
/PHP-7.0/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt72 // Server settings only allow one per second (should result in disconnection)
/PHP-7.0/ext/pdo/
H A DREADME44 Some drivers will allow you to temporarily disable autocommit if you call
H A DTODO16 This would then allow PDO to call setAttribute()
/PHP-7.0/ext/standard/tests/mail/
H A Dmail_variation_alt2-win32.phpt57 // sleep for a while to allow msg to be delivered
H A Dmail_basic_alt1-win32.phpt58 // sleep for a while to allow msg to be delivered
H A Dmail_basic_alt2-win32.phpt56 // sleep for a while to allow msg to be delivered
H A Dmail_basic_alt3-win32.phpt56 // sleep for a while to allow msg to be delivered
H A Dmail_basic_alt4-win32.phpt57 // sleep for a while to allow msg to be delivered
H A Dmail_variation_alt1-win32.phpt57 // sleep for a while to allow msg to be delivered
H A Dmail_variation_alt3-win32.phpt56 // sleep for a while to allow msg to be delivered
/PHP-7.0/ext/standard/tests/dir/
H A Dscandir_variation7.phpt59 chmod ($dir_path, 0777); // change dir permission to allow all operation

Completed in 56 milliseconds

1234