Home
last modified time | relevance | path

Searched refs:flags (Results 426 – 450 of 458) sorted by relevance

1...<<111213141516171819

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_report.phpt20 printf("[002] Expecting boolean/true even for invalid flags, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_fetch_all.phpt138 if (!(gettype($php_value)=="unicode" && ($fields[1]->flags & 128))) {
H A Dmysqli_fetch_all_oo.phpt139 if (!(gettype($php_value)=="unicode" && ($fields[1]->flags & 128))) {
/PHP-5.5/ext/standard/tests/file/
H A Dfnmatch_variation.phpt10 /* Prototype: bool fnmatch ( string $pattern, string $string [, int $flags] )
/PHP-5.5/ext/standard/
H A Dproc_open.c974 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in PHP_FUNCTION()
H A Dftp_fopen_wrapper.c783 static int php_stream_ftp_url_stat(php_stream_wrapper *wrapper, char *url, int flags, php_stream_st… in php_stream_ftp_url_stat() argument
H A Dstring.c3507 char flags[256]; local
3518 php_charmask((unsigned char *)what, wlength, flags TSRMLS_CC);
3522 if (flags[(unsigned char)c]) {
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1502 >12 belong >0 flags 0x%x
2138 >10 byte >0 flags:
4894 # flags in version byte
7268 # General flags for any ext* fs
7271 # INCOMPAT flags
7279 # RO_INCOMPAT flags
11877 # 73 byte # Finder flags
11889 # 101 byte # new Finder flags
17574 >20 belong 0 \b, no gmt time flags
17576 >20 belong >1 \b, %d gmt time flags
[all …]
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c17 if (!(c->flags & CONST_CT_SUBST) || (c->flags & CONST_CS)) { in zend_get_persistent_constant()
27 if (c->flags & CONST_PERSISTENT) { in zend_get_persistent_constant()
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME82 compiler flags (CFLAGS if you are using "configure" -- see below). This has the
181 This command specifies that the C compiler should be run with the flags '-O2
721 detection, and run-time flags that are specific to PCRE, as well as the POSIX
722 wrapper API. It also uses the debugging flags to check some of the internals of
H A DChangeLog915 of the compiled pattern block, expand the flags field from 16 to 32 bits
2532 29. Arrange for flags added by the "release type" setting in CMake to be shown
2917 2. The 32-bit options word was also used for 6 internal flags, but the numbers
2920 moved the internal flags into a new 16-bit field to free up more option
3257 7. Add -Wl,-R... flags in pcre-config.in for *BSD* systems, as I'm told
3781 via the PCRE_NEWLINE_xxx flags. There are now options for pcregrep to
4084 (non-Windows) now includes $(CFLAGS) because these flags are sometimes
4295 both the P and the s flags.
5042 flags a bitmap indicating which of the following fields are set
/PHP-5.5/
H A Drun-tests.php404 $flags = array('-v', '-V', '--version');
407 foreach($flags AS $flag) {
H A Dconfigure.in838 dnl Remove all optimization flags from CFLAGS
844 dnl Add the special gcc flags
H A Dphp.ini-development55 ; Boolean flags can be turned on using the values 1, On, True or Yes.
928 ; http://php.net/filter.default-flags
H A Dphp.ini-production55 ; Boolean flags can be turned on using the values 1, On, True or Yes.
928 ; http://php.net/filter.default-flags
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c1042 const char *persistent_id, int options, int flags, in php_openssl_ssl_socket_factory() argument
/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.c552 req->keep = (((fcgi_begin_request*)buf)->flags & FCGI_KEEP_CONN); in fcgi_read_request()
/PHP-5.5/Zend/
H A Dzend_compile.h220 zend_uint flags; member
H A Dzend_vm_execute.h4079 if (generator->flags & ZEND_GENERATOR_FORCED_CLOSE) { in ZEND_YIELD_SPEC_CONST_CONST_HANDLER()
4772 if (generator->flags & ZEND_GENERATOR_FORCED_CLOSE) { in ZEND_YIELD_SPEC_CONST_TMP_HANDLER()
5792 if (generator->flags & ZEND_GENERATOR_FORCED_CLOSE) { in ZEND_YIELD_SPEC_CONST_VAR_HANDLER()
6524 if (generator->flags & ZEND_GENERATOR_FORCED_CLOSE) { in ZEND_YIELD_SPEC_CONST_UNUSED_HANDLER()
7276 if (generator->flags & ZEND_GENERATOR_FORCED_CLOSE) { in ZEND_YIELD_SPEC_CONST_CV_HANDLER()
9307 if (generator->flags & ZEND_GENERATOR_FORCED_CLOSE) { in ZEND_YIELD_SPEC_TMP_CONST_HANDLER()
10002 if (generator->flags & ZEND_GENERATOR_FORCED_CLOSE) { in ZEND_YIELD_SPEC_TMP_TMP_HANDLER()
11024 if (generator->flags & ZEND_GENERATOR_FORCED_CLOSE) { in ZEND_YIELD_SPEC_TMP_VAR_HANDLER()
11609 if (generator->flags & ZEND_GENERATOR_FORCED_CLOSE) { in ZEND_YIELD_SPEC_TMP_UNUSED_HANDLER()
12301 if (generator->flags & ZEND_GENERATOR_FORCED_CLOSE) { in ZEND_YIELD_SPEC_TMP_CV_HANDLER()
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c782 net->data->options.flags |= MYSQLND_NET_FLAG_USE_COMPRESSION; in MYSQLND_METHOD()
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY60 2007/06/18: [impl] rename CClassNode flags.
299 add BIT_CTYPE_XXXX bit flags to regenc.h.
836 2004/11/12: [impl] change menber 'not' of CClassNode to 'flags'.
837 add flags FLAG_CCLASS_NOT and FLAG_CCLASS_SHARE.
/PHP-5.5/ext/mysqli/
H A Dmysqli.c1188 …snprintf(tmp, sizeof(tmp), (mysql_fetch_field_direct(result, i)->flags & UNSIGNED_FLAG)? MYSQLI_LL… in php_mysqli_fetch_into_hash_aux()
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c924 req->keep = (((fcgi_begin_request*)buf)->flags & FCGI_KEEP_CONN); in fcgi_read_request()
/PHP-5.5/ext/ldap/
H A Dldap.c496 static int _php_sasl_interact(LDAP *ld, unsigned flags, void *defaults, void *in) in _php_sasl_interact() argument
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c2285 if (c->flags & CONST_PERSISTENT) {

Completed in 214 milliseconds

1...<<111213141516171819