Searched refs:seen (Results 1 – 25 of 26) sorted by relevance
12
/PHP-5.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-5.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-5.3/ext/sqlite/libsqlite/src/ |
H A D | util.c | 945 int seen; in sqliteGlobCompare() local 981 seen = 0; in sqliteGlobCompare() 988 if( c==']' ) seen = 1; in sqliteGlobCompare() 995 if( c>=prior_c && c<=c2 ) seen = 1; in sqliteGlobCompare() 998 seen = 1; in sqliteGlobCompare() 1005 if( c2==0 || (seen ^ invert)==0 ) return 0; in sqliteGlobCompare()
|
H A D | sqlite.h.in | 492 ** conflict is seen. Define SQLITE2_TEXT to be the version 2 value.
|
/PHP-5.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-5.3/ |
H A D | TODO | 118 variable name is seen more than once.
|
H A D | README.REDIST.BINS | 95 hadn't seen his code).
|
H A D | php.ini-development | 1560 ; After this number of seconds, stored data will be seen as 'garbage' and
|
H A D | php.ini-production | 1560 ; After this number of seconds, stored data will be seen as 'garbage' and
|
H A D | INSTALL | 1262 be seen at » http://svn.php.net/viewvc/pecl/. To download straight
|
/PHP-5.3/win32/build/ |
H A D | confutils.js | 212 this.seen = false; 343 arg.seen = true; 424 if (arg.seen)
|
/PHP-5.3/ext/imap/ |
H A D | php_imap.c | 1657 tmp[0] = cache->recent ? (cache->seen ? 'R': 'N') : ' '; in PHP_FUNCTION() 1658 tmp[1] = (cache->recent | cache->seen) ? ' ' : 'U'; in PHP_FUNCTION() 2096 add_property_string(return_value, "Recent", cache->recent ? (cache->seen ? "R": "N") : " ", 1); in PHP_FUNCTION() 2097 add_property_string(return_value, "Unseen", (cache->recent | cache->seen) ? " " : "U", 1); in PHP_FUNCTION() 2584 if (!cache->seen || cache->recent) { in PHP_FUNCTION() 3468 add_property_long(myoverview, "seen", elt->seen); in PHP_FUNCTION()
|
/PHP-5.3/ext/pcre/pcrelib/testdata/ |
H A D | testinput1 | 4726 /--- Force no study, otherwise mark is not seen. The studied version is in 4761 /--- Don't loop! Force no study, otherwise mark is not seen. ---/
|
H A D | testoutput1 | 7882 /--- Force no study, otherwise mark is not seen. The studied version is in 7928 /--- Don't loop! Force no study, otherwise mark is not seen. ---/
|
H A D | testinput2 | 3318 studying means the mark is not seen. --/
|
H A D | testoutput2 | 11279 studying means the mark is not seen. --/
|
/PHP-5.3/win32/ |
H A D | install.txt | 1233 seen at http://svn.php.net/pecl/. To download straight from SVN,
|
/PHP-5.3/ext/fileinfo/tests/ |
H A D | magic | 1923 # [never seen any but the last; -lh4- reported in comp.compression:] 3030 # blit: file(1) magic for 68K Blit stuff as seen from 680x0 machine 5092 # Up to now only 0, 1 and 2 are defined; I've seen a file with 0x83, it seemed 13380 # uppercase letters. However, examples have been seen without the date string,
|
/PHP-5.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 82763 int seen; 82817 seen = 0; 82827 if( c==']' ) seen = 1; 82833 if( c>=prior_c && c<=c2 ) seen = 1; 82837 seen = 1; 82843 if( c2==0 || (seen ^ invert)==0 ){ 110926 int seen = 0; 110934 if( p2->xUnlockNotify==p->xUnlockNotify ) seen = 1; 110935 assert( p2->xUnlockNotify==p->xUnlockNotify || !seen );
|
Completed in 816 milliseconds
12