Home
last modified time | relevance | path

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

/PHP-7.3/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_variation2.phpt134 seen is 0
173 seen is 0
188 seen is 0
H A Dimap_fetch_overview_variation6.phpt106 seen is 0
H A Dimap_include.inc24 'seen',
/PHP-7.3/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.3/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.3/ext/imap/
H A Dphp_imap.c1685 tmp[0] = cache->recent ? (cache->seen ? 'R': 'N') : ' '; in PHP_FUNCTION()
1686 tmp[1] = (cache->recent | cache->seen) ? ' ' : 'U'; in PHP_FUNCTION()
2142 add_property_string(return_value, "Recent", cache->recent ? (cache->seen ? "R": "N") : " "); in PHP_FUNCTION()
2143 add_property_string(return_value, "Unseen", (cache->recent | cache->seen) ? " " : "U"); in PHP_FUNCTION()
2640 if (!cache->seen || cache->recent) { in PHP_FUNCTION()
3526 add_property_long(&myoverview, "seen", elt->seen); in PHP_FUNCTION()
/PHP-7.3/win32/build/
H A Dconfutils.js256 this.seen = false;
388 arg.seen = true;
481 if (arg.seen)
/PHP-7.3/ext/standard/
H A Darray.c4493 HashTable seen; local
4498 zend_hash_init(&seen, zend_hash_num_elements(Z_ARRVAL_P(array)), NULL, NULL, 0);
4504 retval = zend_hash_add_empty_element(&seen, Z_STR_P(val));
4508 retval = zend_hash_add_empty_element(&seen, str_val);
4527 zend_hash_destroy(&seen);
/PHP-7.3/
H A DREADME.REDIST.BINS195 hadn't seen his code).
H A Dphp.ini-development1444 ; After this number of seconds, stored data will be seen as 'garbage' and
H A Dphp.ini-production1446 ; After this number of seconds, stored data will be seen as 'garbage' and
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c113733 int seen = 0;
113743 if( c==']' ) seen = 1;
113753 seen = 1;
123478 int seen[2];
123483 seen[0] = 0;
123484 seen[1] = 0;
123491 seen[j] = i+1;
123493 if( seen[0]==0 ){
123498 j = seen[0]-1;
123504 j = seen[1]-1;
[all …]
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic2262 # not seen ustar variant with garbish version
3098 # [never seen any but the last; -lh4- reported in comp.compression:]
4952 # blit: file(1) magic for 68K Blit stuff as seen from 680x0 machine
15889 # TODO: glType (all textures I've seen so far are GL_UNSIGNED_BYTE)
23603 # uppercase letters. However, examples have been seen without the date string,
H A Dmagic私はガラスを食べられます2262 # not seen ustar variant with garbish version
3098 # [never seen any but the last; -lh4- reported in comp.compression:]
4952 # blit: file(1) magic for 68K Blit stuff as seen from 680x0 machine
15889 # TODO: glType (all textures I've seen so far are GL_UNSIGNED_BYTE)
23603 # uppercase letters. However, examples have been seen without the date string,

Completed in 513 milliseconds