Searched refs:ua (Results 1 – 5 of 5) sorted by relevance
14 $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 …]
11 typedef unsigned int ua __attribute__ ((__mode__ (__QI__)));22 var_dump(FFI::sizeof($ffi->new("ua")));
9 wGBsZYMWeWGTc/FO4oyDJBG9gnsqmSHasAsxsW6ojsGnz9IXywpwInlz+R4pB+ua
590 char *ua; in php_stream_url_wrap_http_ex() local597 ua = emalloc(ua_len + 1); in php_stream_url_wrap_http_ex()598 if ((ua_len = slprintf(ua, ua_len, _UA_HEADER, ua_str)) > 0) { in php_stream_url_wrap_http_ex()599 ua[ua_len] = 0; in php_stream_url_wrap_http_ex()600 smart_str_appendl(&req_buf, ua, ua_len); in php_stream_url_wrap_http_ex()604 efree(ua); in php_stream_url_wrap_http_ex()
649 struct sockaddr_un *ua = (struct sockaddr_un*)sa; local651 if (ua->sun_path[0] == '\0') {654 *textaddr = zend_string_init((char*)ua->sun_path, len, 0);656 int len = strlen(ua->sun_path);657 *textaddr = zend_string_init((char*)ua->sun_path, len, 0);
Completed in 13 milliseconds