Home
last modified time | relevance | path

Searched refs:valid (Results 1026 – 1050 of 1056) sorted by relevance

1...<<414243

/PHP-5.5/
H A Dphp.ini-production1039 ; Check that a connection is still valid before reuse.
1423 ; The path for which the cookie is valid.
1427 ; The domain for which the cookie is valid.
1480 ; considered as valid.
1544 ; Note that all valid entries require a "=", even if no value follows.
H A DUPGRADING225 unserialize() is not a valid serialization of any object. Since there
H A DNEWS941 . Fixed bug #66985 (Some timezones are no longer valid in PHP 5.5.10).
3047 . Fixed bug #61003 (mysql_stat() require a valid connection). (Johannes).
4078 . Fixed bug #55399 (parse_url() incorrectly treats ':' as a valid path).
4706 . Fixed bug #52430 (date_parse parse 24:xx:xx as valid time). (Derick)
5301 - Fixed bug #50496 (Use of <stdbool.h> is valid only in a c99 compilation
5354 - Fixed bug #50158 (FILTER_VALIDATE_EMAIL fails with valid addresses
6521 - Fixed bug #47282 (FILTER_VALIDATE_EMAIL is marking valid email addresses
6548 - Fixed bug #46973 (IPv6 address filter rejects valid address). (Felipe)
6797 with valid ISO8601 date string). (Jeff Lawsons)
7909 - Fixed bug #39846 (Invalid IPv4 treated as valid). (Ilia)
[all …]
H A Dltmain.sh6413 $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
/PHP-5.5/ext/gd/
H A Dgd.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
/PHP-5.5/ext/standard/tests/file/
H A Dftruncate_variation6-win32.phpt6 die('skip.. only valid for Windows');
H A Dftruncate_variation6.phpt6 die('skip.. Not valid for Windows');
H A Dtempnam_variation4.phpt6 die('skip Not valid for Windows');
/PHP-5.5/Zend/
H A DZendTS.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
H A Dzend_execute_API.c807 …ore).object_buckets || !EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(fci->object_ptr)].valid)) { in zend_call_function()
H A Dzend_API.c3035 !EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(object_ptr)].valid)) { in zend_is_callable_ex()
3116 !EG(objects_store).object_buckets[Z_OBJ_HANDLE_PP(obj)].valid) { in zend_is_callable_ex()
H A Dzend_vm_def.h4197 is_empty = iter->funcs->valid(iter TSRMLS_CC) != SUCCESS;
4324 if (!iter || (iter->index > 0 && iter->funcs->valid(iter TSRMLS_CC) == FAILURE)) {
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt116 and any data against which it is matched to be checked for UTF-8 valid-
1443 this, it remembers all the paths through the tree that represent valid
2397 pattern is valid, and you want to skip this check for performance rea-
3297 is a valid newline sequence and explicit \r or \n escapes appear in the
3850 can never occur in a valid UTF-8 string.
5126 8-bit UTF-8 mode less than 0x10ffff and a valid codepoint
5128 16-bit UTF-16 mode less than 0x10ffff and a valid codepoint
5130 32-bit UTF-32 mode less than 0x10ffff and a valid codepoint
5817 [z-\xff] is valid, but [A-\d] and [A-[:digit:]] are not.
8533 return value must be a valid JIT stack, the result of calling
[all …]
/PHP-5.5/ext/ldap/
H A Dldap.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in516 ; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no.
/PHP-5.5/ext/mbstring/
H A Dmbstring.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE306 c) Accompany the work with a written offer, valid for at
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc412 * Check whether hash method is valid.
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS355 4. When CRLF is a valid line-ending sequence, pcre_exec() and pcre_dfa_exec()
H A DChangeLog1911 the cases when CRLF is a valid newline sequence.
3074 15. Updated the test for a valid UTF-8 string to conform to the later RFC 3629.
3132 28. More problems have arisen in unanchored patterns when CRLF is a valid line
3729 18. A valid (though odd) pattern that looked like a POSIX character
4477 3. When matching a UTF-8 string, the test for a valid string at the start has
4586 10. By default, when in UTF-8 mode, PCRE now checks for valid UTF-8 strings at
5386 09 are not valid octal constants. Single digits will be used for minor values
/PHP-5.5/win32/
H A Dphp5dll.dsp8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
H A Dinstall.txt278 The next step is to set up a valid configuration file for PHP, php.ini.
805 environment of the running web server without any valid CGI variables!
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch2000 /* Cool, we have a valid connection and a file to send to it. */
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1545 >92 belong & 1 \b, valid
4045 # This string is valid for SunOS (BE) and a matching "short" is listed
4819 # test for valid TAG key format (0x10 or 0)
6964 # valid sectorsize must be a power of 2 from 32 to 32768
7005 # valid only for sector sizes with more then 32 Bytes
10265 # test for valid versions
10875 # tests are not fool-proof since some perfectly valid JPEGs are currently
11443 >4 lelong !0 - valid,
12127 # anything with a valid driver descriptor will also have a valid
12938 # hooray, there's a DOS extender using the PE format, with a valid PE
/PHP-5.5/ext/soap/
H A Dphp_encoding.c2341 while (iter->funcs->valid(iter TSRMLS_CC) == SUCCESS) { in to_xml_array()

Completed in 182 milliseconds

1...<<414243