Home
last modified time | relevance | path

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

1234

/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_expire_password.phpt80 /* allow connect */
92 /* allow connect, fix pw */
/PHP-5.6/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.6/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 …]
H A Dtestoutput82035 [\040\t]* )* # If comment found, allow more spaces.
2063 [\040\t]* )* # If comment found, allow more spaces.
2080 [\040\t]* )* # If comment found, allow more spaces.
2106 [\040\t]* )* # If comment found, allow more spaces.
2124 [\040\t]* )* # If comment found, allow more spaces.
2147 [\040\t]* )* # If comment found, allow more spaces.
2165 [\040\t]* )* # If comment found, allow more spaces.
2188 [\040\t]* )* # If comment found, allow more spaces.
2243 [\040\t]* )* # If comment found, allow more spaces.
2261 [\040\t]* )* # If comment found, allow more spaces.
[all …]
/PHP-5.6/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_multi_statements.phpt36 // New connection, does not allow multiple statements.
/PHP-5.6/ext/standard/
H A Dstring.c4359 zval **allow=NULL; local
4370 if (allow != NULL) {
4371 convert_to_string_ex(allow);
4372 allowed_tags = Z_STRVAL_PP(allow);
4634 if (allow) {
4635 if (IS_INTERNED(allow)) {
4636 allow_free = allow = zend_str_tolower_dup(allow, allow_len);
4639 php_strtolower(allow, allow_len);
4661 if (allow) {
4727 if (allow) {
[all …]
/PHP-5.6/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt72 // Server settings only allow one per second (should result in disconnection)
/PHP-5.6/ext/pdo/tests/
H A Dbug_44173.phpt61 Warning: PDO::query(): SQLSTATE[HY000]: General error: fetch mode doesn't allow any extra arguments…
/PHP-5.6/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-5.6/ext/standard/tests/mail/
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_alt2-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-5.6/ext/standard/tests/dir/
H A Dscandir_variation7.phpt59 chmod ($dir_path, 0777); // change dir permission to allow all operation
H A Dopendir_variation7.phpt62 chmod ($dir_path, 0777); // change dir permission to allow all operation
H A Dreaddir_variation5.phpt60 chmod ($dir_path, 0777); // change dir permission to allow all operation
/PHP-5.6/ext/spl/internal/
H A Diteratoriterator.inc18 * not implement Iterator have their reasone to. Most likely they do not allow
/PHP-5.6/win32/build/
H A Dconfig.w32.h.in133 /* MSVC.6/NET don't allow 'long long' or know 'intmax_t' */
/PHP-5.6/ext/filter/docs/
H A Dfilter.txt95 These two constants define whether to allow arrays in the source values. The
126 - ALLOW_OCTAL: allow octal numbers with the format
128 - ALLOW_HEX: allow hexadecimal numbers with the
/PHP-5.6/ext/openssl/
H A DREADME33 allow you to enter the passphrase as a parameter you may use the syntax
117 These functions allow you to manipulate S/MIME messages!
156 TODO: allow user to specify cipher.

Completed in 97 milliseconds

1234