Home
last modified time | relevance | path

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

12

/PHP-7.0/main/streams/
H A Duserspace.c361 us = emalloc(sizeof(*us)); in user_wrapper_opener()
382 Z_ISUNDEF(us->object)? NULL : &us->object, in user_wrapper_opener()
444 us = emalloc(sizeof(*us)); in user_wrapper_opendir()
461 Z_ISUNDEF(us->object)? NULL : &us->object, in user_wrapper_opendir()
611 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_write()
662 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_read()
698 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_read()
730 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_close()
758 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_flush()
790 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_seek()
[all …]
/PHP-7.0/ext/json/
H A Djson_encoder.c243 size_t pos = 0, us; in php_json_utf8_to_utf16() local
254 if (us >= 0x10000) { in php_json_utf8_to_utf16()
255 us -= 0x10000; in php_json_utf8_to_utf16()
269 if (us >= 0x10000) { in php_json_utf8_to_utf16()
281 unsigned int us; in php_json_escape_string() local
336 if (us >= 0x10000) { in php_json_escape_string()
338 us -= 0x10000; in php_json_escape_string()
340 us = (unsigned short)((us >> 10) | 0xd800); in php_json_escape_string()
346 us = next_us; in php_json_escape_string()
356 switch (us) { in php_json_escape_string()
[all …]
/PHP-7.0/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-7.0/ext/fileinfo/tests/
H A Dbug57547.phpt25 string(28) "text/x-php; charset=us-ascii"
26 string(28) "text/x-php; charset=us-ascii"
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 Dprecedural_finfo_in_method.phpt18 string(28) "text/x-php; 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-7.0/ext/date/tests/
H A D009_win32.phpt7 if (false === setlocale(LC_TIME, "en-us")) die("skip, couldn't set the locale to en-us");
14 setlocale(LC_TIME, "en-us");
/PHP-7.0/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-7.0/ext/standard/tests/file/windows_links/
H A Dcommon.inc11 // see: http://technet.microsoft.com/en-us/sysinternals/bb896768
/PHP-7.0/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-7.0/ext/mbstring/tests/
H A Dmb_encoding_aliases.phpt38 string(2) "us"
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A DREADME11 This allows us to have a nicely encapsulated C api with opaque data types and private functions
/PHP-7.0/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.phpt15 $locales = array('sve', 'french', 'us', 'ru', 'czech', 'serbian');
H A Dltrim.phpt20 us
/PHP-7.0/ext/pdo_mysql/tests/
H A Dbug_50323.phpt21 // no real parser - any excotic setting can fool us
/PHP-7.0/ext/phar/
H A Dconfig.w3222 /* Silence irrelevant-to-us warning in release builds */
/PHP-7.0/
H A DREADME.TESTING158 [How to help us]
161 for us. You don't have to write complete script, just give us test
/PHP-7.0/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-7.0/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
/PHP-7.0/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 53 milliseconds

12