Searched refs:seen (Results 1 – 18 of 18) sorted by relevance
/PHP-7.3/ext/imap/tests/ |
H A D | imap_fetch_overview_variation5.phpt | 73 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 D | imap_fetch_overview_basic.phpt | 67 seen is 0 81 seen is 0 93 seen is 0
|
H A D | imap_fetchbody_basic.phpt | 42 var_dump( $overview[0]->seen ); 57 var_dump( $overview[0]->seen );
|
H A D | imap_fetch_overview_variation2.phpt | 134 seen is 0 173 seen is 0 188 seen is 0
|
H A D | imap_fetch_overview_variation6.phpt | 106 seen is 0
|
H A D | imap_include.inc | 24 'seen',
|
/PHP-7.3/ext/curl/tests/ |
H A D | curl_ftp_pasv.phpt | 25 /* 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 D | drcp_scope3.phpt | 16 // function1 is not closed, so the updated value will be seen in
|
H A D | drcp_scope5.phpt | 19 // function1 is not closed, so the updated value will be seen in
|
/PHP-7.3/ext/imap/ |
H A D | php_imap.c | 1685 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 D | confutils.js | 256 this.seen = false; 388 arg.seen = true; 481 if (arg.seen)
|
/PHP-7.3/ext/standard/ |
H A D | array.c | 4493 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 D | README.REDIST.BINS | 195 hadn't seen his code).
|
H A D | php.ini-development | 1444 ; After this number of seconds, stored data will be seen as 'garbage' and
|
H A D | php.ini-production | 1446 ; After this number of seconds, stored data will be seen as 'garbage' and
|
/PHP-7.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 113733 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 D | magic | 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,
|
H A D | magic私はガラスを食べられます | 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 658 milliseconds