Home
last modified time | relevance | path

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

123

/PHP-7.1/main/streams/
H A Duserspace.c359 us = emalloc(sizeof(*us)); in user_wrapper_opener()
380 Z_ISUNDEF(us->object)? NULL : &us->object, in user_wrapper_opener()
442 us = emalloc(sizeof(*us)); in user_wrapper_opendir()
459 Z_ISUNDEF(us->object)? NULL : &us->object, in user_wrapper_opendir()
609 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_write()
660 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_read()
696 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_read()
728 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_close()
756 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_flush()
788 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_seek()
[all …]
/PHP-7.1/ext/json/
H A Djson_encoder.c255 size_t pos = 0, us; in php_json_utf8_to_utf16() local
266 if (us >= 0x10000) { in php_json_utf8_to_utf16()
267 us -= 0x10000; in php_json_utf8_to_utf16()
281 if (us >= 0x10000) { in php_json_utf8_to_utf16()
295 unsigned int us; in php_json_escape_string() local
358 || us < 0x2028 || us > 0x2029)) { in php_json_escape_string()
365 us -= 0x10000; in php_json_escape_string()
367 us = (unsigned short)((us >> 10) | 0xd800); in php_json_escape_string()
373 us = next_us; in php_json_escape_string()
383 switch (us) { in php_json_escape_string()
[all …]
/PHP-7.1/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.1/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-mb.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_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-mb.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_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.1/ext/openssl/tests/
H A Dsni_server.phpt17 "us.php.net" => __DIR__ . "/sni_server_us.pem"
50 $ctxArr['peer_name'] = 'us.php.net';
63 string(%d) "us.php.net"
/PHP-7.1/ext/iconv/tests/
H A Dbug63839.phpt19 Content-Language: en-us
47 string(5) "en-us"
69 string(5) "en-us"
/PHP-7.1/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.1/ext/zlib/tests/
H A Ddata.inc15 Must give us pause. There's the respect
28 And makes us rather bear those ills we have
30 Thus conscience does make cowards of us all,
42 as a Christian is? If you prick us, do we not bleed? If you
43 tickle us, do we not laugh? If you poison us, do we not die?
44 And if you wrong us, shall we not revenge? If we are like you
/PHP-7.1/ext/standard/tests/file/windows_links/
H A Dcommon.inc11 // see: http://technet.microsoft.com/en-us/sysinternals/bb896768
/PHP-7.1/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.1/ext/mbstring/tests/
H A Dmb_encoding_aliases.phpt38 string(2) "us"
/PHP-7.1/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.1/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.1/ext/pdo_mysql/tests/
H A Dbug_50323.phpt21 // no real parser - any excotic setting can fool us
/PHP-7.1/ext/phar/
H A Dconfig.w3222 /* Silence irrelevant-to-us warning in release builds */

Completed in 102 milliseconds

123