Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Durl_scanner_ex.re735 smart_str hvalue = {0};
767 smart_str_appendl(&hvalue, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); zend_string_free(encoded);
772 smart_str_appendl(&hvalue, value, value_len);
782 smart_str_append_smart_str(&url_state->form_app, &hvalue);
788 smart_str_free(&hvalue);
/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c803 mt=hvalue(o)->metatable;
4737 Table*h=hvalue(t);
4761 Table*h=hvalue(t);
4873 if(hvalue(t1)==hvalue(t2))return 1;
4874 tm=get_compTM(L,hvalue(t1)->metatable,hvalue(t2)->metatable,TM_EQ);
5252 h=hvalue(ra);
5343 return hvalue(gt(L));
5406 func->c.env=hvalue(L->top-1);
5619 mt=hvalue(obj)->metatable;
5703 mt=hvalue(L->top-1);
[all …]

Completed in 19 milliseconds