Home
last modified time | relevance | path

Searched refs:ua (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/standard/tests/serialize/
H A Dserialization_objects_012.phpt14 $ua = unserialize($ser);
15 var_dump($ua);
16 $ua[0]->a = "newProp";
17 var_dump($ua);
18 $ua[0] = "a0.changed";
19 var_dump($ua);
32 var_dump($ua);
33 $ua[0]->a = "newProp";
34 var_dump($ua);
35 $ua[0] = "a0.changed";
[all …]
/php-src/main/
H A Dsafe_bcmp.c28 const volatile unsigned char *ua = (const volatile unsigned char *)ZSTR_VAL(a); in php_safe_bcmp() local
39 r |= ua[i] ^ ub[i]; in php_safe_bcmp()
H A Dnetwork.c646 struct sockaddr_un *ua = (struct sockaddr_un*)sa; local
648 if (ua->sun_path[0] == '\0') {
651 *textaddr = zend_string_init((char*)ua->sun_path, len, 0);
653 int len = strlen(ua->sun_path);
654 *textaddr = zend_string_init((char*)ua->sun_path, len, 0);
/php-src/ext/ffi/tests/
H A D044.phpt11 typedef unsigned int ua __attribute__ ((__mode__ (__QI__)));
22 var_dump(FFI::sizeof($ffi->new("ua")));
/php-src/ext/openssl/tests/
H A Dprivate_rsa_4096.key9 wGBsZYMWeWGTc/FO4oyDJBG9gnsqmSHasAsxsW6ojsGnz9IXywpwInlz+R4pB+ua
/php-src/ext/standard/
H A Dhttp_fopen_wrapper.c583 char *ua; in php_stream_url_wrap_http_ex() local
590 ua = emalloc(ua_len + 1); in php_stream_url_wrap_http_ex()
591 if ((ua_len = slprintf(ua, ua_len, _UA_HEADER, ua_str)) > 0) { in php_stream_url_wrap_http_ex()
592 ua[ua_len] = 0; in php_stream_url_wrap_http_ex()
593 smart_str_appendl(&req_buf, ua, ua_len); in php_stream_url_wrap_http_ex()
597 efree(ua); in php_stream_url_wrap_http_ex()

Completed in 22 milliseconds