Home
last modified time | relevance | path

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

12

/PHP-5.3/main/streams/
H A Duserspace.c289 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 Djson.c277 #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 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.3/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.phpt27 string(28) "text/x-php; charset=us-ascii"
/PHP-5.3/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.3/ext/standard/tests/file/windows_links/
H A Dcommon.inc11 // see: http://technet.microsoft.com/en-us/sysinternals/bb896768
/PHP-5.3/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.3/ext/mbstring/tests/
H A Dmb_encoding_aliases.phpt36 string(2) "us"
/PHP-5.3/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.3/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 Dltrim.phpt20 us
/PHP-5.3/ext/sqlite/
H A DTODO14 --> Our test suite doesn't allow us to test persistent connections
/PHP-5.3/ext/pdo_mysql/tests/
H A Dbug_50323.phpt21 // no real parser - any excotic setting can fool us
/PHP-5.3/ext/phar/
H A Dconfig.w3222 /* Silence irrelevant-to-us warning in release builds */
/PHP-5.3/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.3/
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.3/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.3/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",
/PHP-5.3/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

Completed in 91 milliseconds

12