/PHP-5.3/main/streams/ |
H A D | userspace.c | 289 us = emalloc(sizeof(*us)); in user_wrapper_opener() 323 efree(us); in user_wrapper_opener() 364 &us->object, in user_wrapper_opener() 390 efree(us); in user_wrapper_opener() 424 us = emalloc(sizeof(*us)); in user_wrapper_opendir() 453 &us->object, in user_wrapper_opendir() 474 efree(us); in user_wrapper_opendir() 613 &us->object, in php_userstreamop_write() 738 efree(us); in php_userstreamop_close() 830 &us->object, in php_userstreamop_seek() [all …]
|
/PHP-5.3/ext/json/ |
H A D | json.c | 277 #define REVERSE16(us) (((us & 0xf) << 12) | (((us >> 4) & 0xf) << 8) | (((us >> 8) & 0xf) << 4) | (… argument 282 unsigned short us; in json_escape_string() local 337 us = utf16[pos++]; in json_escape_string() 339 switch (us) in json_escape_string() 410 if (us >= ' ' && (us & 127) == us) { in json_escape_string() 411 smart_str_appendc(buf, (unsigned char) us); in json_escape_string() 414 us = REVERSE16(us); in json_escape_string() 416 smart_str_appendc(buf, digits[us & ((1 << 4) - 1)]); in json_escape_string() 417 us >>= 4; in json_escape_string() 419 us >>= 4; in json_escape_string() [all …]
|
/PHP-5.3/ext/intl/tests/ |
H A D | locale_accept.phpt | 17 'en-us,en;q=0.5', 19 'zh, en-us;q=0.8, en;q=0.7', 41 Accepting en-us,en;q=0.5: en_US 43 Accepting zh, en-us;q=0.8, en;q=0.7: zh
|
/PHP-5.3/ext/fileinfo/tests/ |
H A D | finfo_buffer_basic.phpt | 49 string(28) "text/plain; charset=us-ascii" 52 string(28) "text/plain; charset=us-ascii" 53 string(28) "text/plain; charset=us-ascii"
|
H A D | finfo_buffer_variation1.phpt | 48 string(28) "text/plain; charset=us-ascii" 51 string(28) "text/plain; charset=us-ascii" 52 string(28) "text/plain; charset=us-ascii"
|
H A D | finfo_file_regex.phpt | 27 string(28) "text/plain; charset=us-ascii"
|
H A D | finfo_file_basic.phpt | 27 string(28) "text/x-php; charset=us-ascii"
|
/PHP-5.3/ext/zlib/tests/ |
H A D | data.inc | 16 Must give us pause. There's the respect 29 And makes us rather bear those ills we have 31 Thus conscience does make cowards of us all, 43 as a Christian is? If you prick us, do we not bleed? If you 44 tickle us, do we not laugh? If you poison us, do we not die? 45 And if you wrong us, shall we not revenge? If we are like you
|
/PHP-5.3/ext/standard/tests/file/windows_links/ |
H A D | common.inc | 11 // see: http://technet.microsoft.com/en-us/sysinternals/bb896768
|
/PHP-5.3/ext/pdo_dblib/ |
H A D | config.w32 | 7 /* if they pointed us to a freetds dir, pick that up, 25 /* if they pointed us to a freetds dir, pick that up,
|
/PHP-5.3/ext/mbstring/tests/ |
H A D | mb_encoding_aliases.phpt | 36 string(2) "us"
|
/PHP-5.3/ext/xmlrpc/libxmlrpc/ |
H A D | README | 11 This allows us to have a nicely encapsulated C api with opaque data types and private functions
|
/PHP-5.3/ext/standard/tests/strings/ |
H A D | trim1.phpt | 53 us 58 var_dump( trim($str, "us\ning") );
|
H A D | rtrim.phpt | 44 us 78 string(18) "us
|
H A D | ltrim.phpt | 20 us
|
/PHP-5.3/ext/sqlite/ |
H A D | TODO | 14 --> Our test suite doesn't allow us to test persistent connections
|
/PHP-5.3/ext/pdo_mysql/tests/ |
H A D | bug_50323.phpt | 21 // no real parser - any excotic setting can fool us
|
/PHP-5.3/ext/phar/ |
H A D | config.w32 | 22 /* Silence irrelevant-to-us warning in release builds */
|
/PHP-5.3/ext/mysql/tests/ |
H A D | mysql_pconn_disable.phpt | 34 printf("[004] Looks like the second call to pconnect() did not give us the same connection.\n");
|
H A D | mysql_pconn_reuse.phpt | 45 printf("[004] Looks like the second call to pconnect() did not give us the same connection.\n");
|
/PHP-5.3/ |
H A D | README.TESTING | 157 [How to help us] 160 for us. You don't have to write complete script, just give us test
|
/PHP-5.3/ext/mbstring/ |
H A D | README_PHP3-i18n-ja | 20 us! 75 For anyone interested in this project, please drop us a line. 79 (Discussions are in Japanese, but feel free to write us in English) 239 If you find any bugs or trouble, please contact us at the above address. 240 It may help us to track the problem if you send us the script as well. 283 and simplified), and Russian. Let us know if you are interested in
|
/PHP-5.3/ext/standard/tests/misc/ |
H A D | browsernames.inc | 24 "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/74 (KHTML, like Gecko) Safari/74",
|
/PHP-5.3/ext/mysqli/tests/ |
H A D | mysqli_stmt_send_long_data_packet_size_libmysql.phpt | 69 // test with a blob smaller than 10M allows us to test
|
H A D | mysqli_stmt_send_long_data_packet_size_mysqlnd.phpt | 75 // test with a blob smaller than 10M allows us to test
|