Searched refs:seen (Results 1 – 25 of 25) sorted by relevance
/PHP-7.2/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.2/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-7.2/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.2/ext/imap/ |
H A D | php_imap.c | 1686 tmp[0] = cache->recent ? (cache->seen ? 'R': 'N') : ' '; in PHP_FUNCTION() 1687 tmp[1] = (cache->recent | cache->seen) ? ' ' : 'U'; in PHP_FUNCTION() 2143 add_property_string(return_value, "Recent", cache->recent ? (cache->seen ? "R": "N") : " "); in PHP_FUNCTION() 2144 add_property_string(return_value, "Unseen", (cache->recent | cache->seen) ? " " : "U"); in PHP_FUNCTION() 2641 if (!cache->seen || cache->recent) { in PHP_FUNCTION() 3521 add_property_long(&myoverview, "seen", elt->seen); in PHP_FUNCTION()
|
/PHP-7.2/win32/build/ |
H A D | confutils.js | 252 this.seen = false; 384 arg.seen = true; 473 if (arg.seen)
|
/PHP-7.2/ext/standard/ |
H A D | array.c | 4509 HashTable seen; local 4514 zend_hash_init(&seen, zend_hash_num_elements(Z_ARRVAL_P(array)), NULL, NULL, 0); 4520 retval = zend_hash_add_empty_element(&seen, Z_STR_P(val)); 4523 retval = zend_hash_add_empty_element(&seen, str_val); 4542 zend_hash_destroy(&seen);
|
/PHP-7.2/ |
H A D | README.REDIST.BINS | 94 hadn't seen his code).
|
H A D | php.ini-development | 1442 ; After this number of seconds, stored data will be seen as 'garbage' and
|
H A D | php.ini-production | 1444 ; After this number of seconds, stored data will be seen as 'garbage' and
|
H A D | INSTALL | 1058 be seen at » http://svn.php.net/viewvc/pecl/. To download straight
|
/PHP-7.2/ext/pcre/pcrelib/testdata/ |
H A D | testinput1 | 4714 /--- Force no study, otherwise mark is not seen. The studied version is in 4749 /--- Don't loop! Force no study, otherwise mark is not seen. ---/
|
H A D | testoutput1 | 7871 /--- Force no study, otherwise mark is not seen. The studied version is in 7917 /--- Don't loop! Force no study, otherwise mark is not seen. ---/
|
H A D | testinput2 | 3299 studying means the mark is not seen. --/
|
H A D | testoutput2 | 11333 studying means the mark is not seen. --/
|
/PHP-7.2/win32/ |
H A D | install.txt | 1083 seen at http://svn.php.net/pecl/. To download straight from SVN,
|
/PHP-7.2/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.2/ext/fileinfo/tests/ |
H A D | magic | 2764 # [never seen any but the last; -lh4- reported in comp.compression:] 4527 # blit: file(1) magic for 68K Blit stuff as seen from 680x0 machine 21771 # uppercase letters. However, examples have been seen without the date string,
|
H A D | magic私はガラスを食べられます | 2764 # [never seen any but the last; -lh4- reported in comp.compression:] 4527 # blit: file(1) magic for 68K Blit stuff as seen from 680x0 machine 21771 # uppercase letters. However, examples have been seen without the date string,
|
/PHP-7.2/ext/pcre/pcrelib/ |
H A D | ChangeLog | 2821 inconsistent with GNU grep (and could even be seen as contrary to the
|
Completed in 663 milliseconds