Searched refs:seen (Results 1 – 19 of 19) sorted by relevance
/PHP-8.3/ext/imap/tests/ |
H A D | imap_fetch_overview_variation5.phpt | 75 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 D | imap_fetch_overview_basic.phpt | 63 seen is 0 77 seen is 0 89 seen is 0
|
H A D | imap_fetchbody_basic.phpt | 43 var_dump( $overview[0]->seen ); 58 var_dump( $overview[0]->seen );
|
H A D | imap_fetch_overview_variation6.phpt | 103 seen is 0
|
/PHP-8.3/ext/curl/tests/ |
H A D | curl_ftp_pasv.phpt | 26 /* 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 D | drcp_scope3.phpt | 20 // function1 is not closed, so the updated value will be seen in
|
H A D | drcp_scope5.phpt | 23 // function1 is not closed, so the updated value will be seen in
|
/PHP-8.3/ext/imap/tests/setup/ |
H A D | imap_include.inc | 24 'seen',
|
/PHP-8.3/ext/imap/ |
H A D | php_imap.c | 1108 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 D | confutils.js | 240 this.seen = false; 372 arg.seen = true; 465 if (arg.seen)
|
/PHP-8.3/ext/standard/ |
H A D | array.c | 4814 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 D | UPGRADING | 309 encodings from consideration when an invalid byte was seen, and if the
|
H A D | README.REDIST.BINS | 195 hadn't seen his code).
|
H A D | NEWS | 1280 encodings from consideration when an invalid byte was seen, and if the
|
H A D | php.ini-development | 1461 ; After this number of seconds, stored data will be seen as 'garbage' and
|
H A D | php.ini-production | 1463 ; After this number of seconds, stored data will be seen as 'garbage' and
|
/PHP-8.3/ext/mbstring/tests/data/ |
H A D | MacJapanese-SJIS.txt | 116 # difference is sometimes seen as just a glyph variant).
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 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,
|
H A D | magic私はガラスを食べられます | 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 251 milliseconds