Home
last modified time | relevance | path

Searched refs:hvalue (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/standard/
H A Durl_scanner_ex.re736 smart_str hvalue = {0};
768 smart_str_appendl(&hvalue, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); zend_string_free(encoded);
773 smart_str_appendl(&hvalue, value, value_len);
783 smart_str_append_smart_str(&url_state->form_app, &hvalue);
789 smart_str_free(&hvalue);
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c803 mt=hvalue(o)->metatable;
4738 Table*h=hvalue(t);
4762 Table*h=hvalue(t);
4874 if(hvalue(t1)==hvalue(t2))return 1;
4875 tm=get_compTM(L,hvalue(t1)->metatable,hvalue(t2)->metatable,TM_EQ);
5253 h=hvalue(ra);
5344 return hvalue(gt(L));
5407 func->c.env=hvalue(L->top-1);
5620 mt=hvalue(obj)->metatable;
5704 mt=hvalue(L->top-1);
[all …]

Completed in 21 milliseconds