Home
last modified time | relevance | path

Searched refs:seen (Results 1 – 19 of 19) sorted by relevance

/PHP-8.3/ext/imap/tests/
H A Dimap_fetch_overview_variation5.phpt75 seen is 0
88 seen is 0
99 seen is 0
115 seen is 0
126 seen is 0
137 seen is 0
H A Dimap_fetch_overview_basic.phpt63 seen is 0
77 seen is 0
89 seen is 0
H A Dimap_fetchbody_basic.phpt43 var_dump( $overview[0]->seen );
58 var_dump( $overview[0]->seen );
H A Dimap_fetch_overview_variation6.phpt103 seen is 0
/PHP-8.3/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt26 /* Without enabling SKIP_PASV_IP flag, the following output will be seen..
32 /* After enabling SKIP_PASV_IP flag, the following output will be seen..
/PHP-8.3/ext/oci8/tests/
H A Ddrcp_scope3.phpt20 // function1 is not closed, so the updated value will be seen in
H A Ddrcp_scope5.phpt23 // function1 is not closed, so the updated value will be seen in
/PHP-8.3/ext/imap/tests/setup/
H A Dimap_include.inc24 'seen',
/PHP-8.3/ext/imap/
H A Dphp_imap.c1108 tmp[0] = cache->recent ? (cache->seen ? 'R': 'N') : ' '; in PHP_FUNCTION()
1109 tmp[1] = (cache->recent | cache->seen) ? ' ' : 'U'; in PHP_FUNCTION()
1575 cache->seen ? ZSTR_CHAR('R') : ZSTR_CHAR('N') in PHP_FUNCTION()
1581 (cache->recent | cache->seen) ? ZSTR_CHAR(' ') : ZSTR_CHAR('U') in PHP_FUNCTION()
2074 if (!cache->seen || cache->recent) { in PHP_FUNCTION()
3174 elt->seen in PHP_FUNCTION()
/PHP-8.3/win32/build/
H A Dconfutils.js240 this.seen = false;
372 arg.seen = true;
465 if (arg.seen)
/PHP-8.3/ext/standard/
H A Darray.c4814 HashTable seen; local
4819 zend_hash_init(&seen, zend_hash_num_elements(Z_ARRVAL_P(array)), NULL, NULL, 0);
4825 retval = zend_hash_add_empty_element(&seen, Z_STR_P(val));
4829 retval = zend_hash_add_empty_element(&seen, str_val);
4848 zend_hash_destroy(&seen);
/PHP-8.3/
H A DUPGRADING309 encodings from consideration when an invalid byte was seen, and if the
H A DREADME.REDIST.BINS195 hadn't seen his code).
H A DNEWS1277 encodings from consideration when an invalid byte was seen, and if the
H A Dphp.ini-development1461 ; After this number of seconds, stored data will be seen as 'garbage' and
H A Dphp.ini-production1463 ; After this number of seconds, stored data will be seen as 'garbage' and
/PHP-8.3/ext/mbstring/tests/data/
H A DMacJapanese-SJIS.txt116 # difference is sometimes seen as just a glyph variant).
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic2744 # not seen ustar variant with garbish version
3977 # [never seen any but the last; -lh4- reported in comp.compression:]
6892 # blit: file(1) magic for 68K Blit stuff as seen from 680x0 machine
21451 # TODO: glType (all textures I've seen so far are GL_UNSIGNED_BYTE)
25609 # For road traffic information service (RDS/TMS/TMC). Commonly seen in City Navigator maps
34817 # uppercase letters. However, examples have been seen without the date string,
H A Dmagic私はガラスを食べられます2744 # not seen ustar variant with garbish version
3977 # [never seen any but the last; -lh4- reported in comp.compression:]
6892 # blit: file(1) magic for 68K Blit stuff as seen from 680x0 machine
21451 # TODO: glType (all textures I've seen so far are GL_UNSIGNED_BYTE)
25609 # For road traffic information service (RDS/TMS/TMC). Commonly seen in City Navigator maps
34817 # uppercase letters. However, examples have been seen without the date string,

Completed in 243 milliseconds