Home
last modified time | relevance | path

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

/PHP-7.4/ext/imap/tests/
H A Dimap_fetch_overview_variation5.phpt73 seen is 0
86 seen is 0
97 seen is 0
113 seen is 0
124 seen is 0
135 seen is 0
H A Dimap_fetch_overview_basic.phpt67 seen is 0
81 seen is 0
93 seen is 0
H A Dimap_fetchbody_basic.phpt42 var_dump( $overview[0]->seen );
57 var_dump( $overview[0]->seen );
H A Dimap_fetch_overview_variation6.phpt106 seen is 0
H A Dimap_include.inc24 'seen',
/PHP-7.4/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt25 /* Without enabling SKIP_PASV_IP flag, the following output will be seen..
31 /* After enabling SKIP_PASV_IP flag, the following output will be seen..
/PHP-7.4/ext/oci8/tests/
H A Ddrcp_scope3.phpt16 // function1 is not closed, so the updated value will be seen in
H A Ddrcp_scope5.phpt19 // function1 is not closed, so the updated value will be seen in
/PHP-7.4/ext/imap/
H A Dphp_imap.c1697 tmp[0] = cache->recent ? (cache->seen ? 'R': 'N') : ' '; in PHP_FUNCTION()
1698 tmp[1] = (cache->recent | cache->seen) ? ' ' : 'U'; in PHP_FUNCTION()
2158 add_property_string(return_value, "Recent", cache->recent ? (cache->seen ? "R": "N") : " "); in PHP_FUNCTION()
2159 add_property_string(return_value, "Unseen", (cache->recent | cache->seen) ? " " : "U"); in PHP_FUNCTION()
2662 if (!cache->seen || cache->recent) { in PHP_FUNCTION()
3548 add_property_long(&myoverview, "seen", elt->seen); in PHP_FUNCTION()
/PHP-7.4/win32/build/
H A Dconfutils.js227 this.seen = false;
359 arg.seen = true;
456 if (arg.seen)
/PHP-7.4/ext/standard/
H A Darray.c4566 HashTable seen; local
4571 zend_hash_init(&seen, zend_hash_num_elements(Z_ARRVAL_P(array)), NULL, NULL, 0);
4577 retval = zend_hash_add_empty_element(&seen, Z_STR_P(val));
4581 retval = zend_hash_add_empty_element(&seen, str_val);
4600 zend_hash_destroy(&seen);
/PHP-7.4/
H A DREADME.REDIST.BINS194 hadn't seen his code).
H A Dphp.ini-development1421 ; After this number of seconds, stored data will be seen as 'garbage' and
H A Dphp.ini-production1421 ; After this number of seconds, stored data will be seen as 'garbage' and
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2399 # not seen ustar variant with garbish version
3284 # [never seen any but the last; -lh4- reported in comp.compression:]
5629 # blit: file(1) magic for 68K Blit stuff as seen from 680x0 machine
16985 # TODO: glType (all textures I've seen so far are GL_UNSIGNED_BYTE)
19579 # For road traffic information service (RDS/TMS/TMC). Commonly seen in City Navigator maps
25318 # uppercase letters. However, examples have been seen without the date string,
H A Dmagic2399 # not seen ustar variant with garbish version
3284 # [never seen any but the last; -lh4- reported in comp.compression:]
5629 # blit: file(1) magic for 68K Blit stuff as seen from 680x0 machine
16985 # TODO: glType (all textures I've seen so far are GL_UNSIGNED_BYTE)
19579 # For road traffic information service (RDS/TMS/TMC). Commonly seen in City Navigator maps
25318 # uppercase letters. However, examples have been seen without the date string,

Completed in 188 milliseconds