Home
last modified time | relevance | path

Searched refs:us (Results 1 – 25 of 42) sorted by relevance

12

/PHP-5.6/main/streams/
H A Duserspace.c364 us = emalloc(sizeof(*us)); in user_wrapper_opener()
371 efree(us); in user_wrapper_opener()
429 efree(us); in user_wrapper_opener()
463 us = emalloc(sizeof(*us)); in user_wrapper_opendir()
469 efree(us); in user_wrapper_opendir()
486 &us->object, in user_wrapper_opendir()
507 efree(us); in user_wrapper_opendir()
646 &us->object, in php_userstreamop_write()
781 efree(us); in php_userstreamop_close()
873 &us->object, in php_userstreamop_seek()
[all …]
/PHP-5.6/ext/json/
H A Djson.c374 size_t pos = 0, us; in json_utf8_to_utf16() local
385 if (us >= 0x10000) { in json_utf8_to_utf16()
386 us -= 0x10000; in json_utf8_to_utf16()
387 utf16[j++] = (unsigned short)((us >> 10) | 0xd800); in json_utf8_to_utf16()
390 utf16[j] = (unsigned short)us; in json_utf8_to_utf16()
400 if (us >= 0x10000) { in json_utf8_to_utf16()
413 unsigned short us; in json_escape_string() local
475 switch (us) in json_escape_string()
550 if (us >= ' ' && ((options & PHP_JSON_UNESCAPED_UNICODE) || (us & 127) == us)) { in json_escape_string()
551 smart_str_appendc(buf, (unsigned char) us); in json_escape_string()
[all …]
/PHP-5.6/ext/intl/tests/
H A Dlocale_accept.phpt17 '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.6/ext/fileinfo/tests/
H A Dfinfo_buffer_basic.phpt49 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 Dfinfo_buffer_variation1.phpt48 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 Dfinfo_file_regex.phpt27 string(28) "text/plain; charset=us-ascii"
H A Dfinfo_file_basic.phpt28 string(28) "text/x-php; charset=us-ascii"
/PHP-5.6/ext/zlib/tests/
H A Ddata.inc16 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.6/ext/standard/tests/file/windows_links/
H A Dcommon.inc11 // see: http://technet.microsoft.com/en-us/sysinternals/bb896768
/PHP-5.6/ext/pdo_dblib/
H A Dconfig.w327 /* 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.6/ext/mbstring/tests/
H A Dmb_encoding_aliases.phpt38 string(2) "us"
/PHP-5.6/ext/xmlrpc/libxmlrpc/
H A DREADME11 This allows us to have a nicely encapsulated C api with opaque data types and private functions
/PHP-5.6/ext/standard/tests/strings/
H A Dtrim1.phpt53 us
58 var_dump( trim($str, "us\ning") );
H A Drtrim.phpt44 us
78 string(18) "us
H A Dbug65769.phpt12 $locales = array('sve', 'french', 'us', 'ru', 'czech', 'serbian');
H A Dltrim.phpt20 us
/PHP-5.6/ext/phar/
H A Dconfig.w3222 /* Silence irrelevant-to-us warning in release builds */
/PHP-5.6/ext/pdo_mysql/tests/
H A Dbug_50323.phpt21 // no real parser - any excotic setting can fool us
/PHP-5.6/ext/mysql/tests/
H A Dmysql_pconn_disable.phpt34 printf("[004] Looks like the second call to pconnect() did not give us the same connection.\n");
H A Dmysql_pconn_reuse.phpt45 printf("[004] Looks like the second call to pconnect() did not give us the same connection.\n");
/PHP-5.6/
H A DREADME.TESTING157 [How to help us]
160 for us. You don't have to write complete script, just give us test
/PHP-5.6/ext/mbstring/
H A DREADME_PHP3-i18n-ja20 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.6/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt69 // test with a blob smaller than 10M allows us to test
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt75 // test with a blob smaller than 10M allows us to test
/PHP-5.6/ext/standard/tests/misc/
H A Dbrowsernames.inc24 "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/74 (KHTML, like Gecko) Safari/74",

Completed in 34 milliseconds

12