Home
last modified time | relevance | path

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

/PHP-8.2/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-8.2/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.c658 struct sockaddr_un *ua = (struct sockaddr_un*)sa; local
660 if (ua->sun_path[0] == '\0') {
663 *textaddr = zend_string_init((char*)ua->sun_path, len, 0);
665 int len = strlen(ua->sun_path);
666 *textaddr = zend_string_init((char*)ua->sun_path, len, 0);
/PHP-8.2/ext/ffi/tests/
H A D044.phpt11 typedef unsigned int ua __attribute__ ((__mode__ (__QI__)));
22 var_dump(FFI::sizeof($ffi->new("ua")));
/PHP-8.2/ext/openssl/tests/
H A Dprivate_rsa_4096.key9 wGBsZYMWeWGTc/FO4oyDJBG9gnsqmSHasAsxsW6ojsGnz9IXywpwInlz+R4pB+ua
/PHP-8.2/ext/standard/
H A Dhttp_fopen_wrapper.c588 char *ua; in php_stream_url_wrap_http_ex() local
595 ua = emalloc(ua_len + 1); in php_stream_url_wrap_http_ex()
596 if ((ua_len = slprintf(ua, ua_len, _UA_HEADER, ua_str)) > 0) { in php_stream_url_wrap_http_ex()
597 ua[ua_len] = 0; in php_stream_url_wrap_http_ex()
598 smart_str_appendl(&req_buf, ua, ua_len); in php_stream_url_wrap_http_ex()
602 efree(ua); in php_stream_url_wrap_http_ex()

Completed in 28 milliseconds