Home
last modified time | relevance | path

Searched refs:hf (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/standard/tests/file/
H A Dfscanf_variation10.phpt30 "%hf", "%lf", "%Lf",
H A Dfscanf_variation13.phpt26 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30…
H A Dfscanf_variation11.phpt35 "%hf", "%lf", "%Lf",
H A Dfscanf_variation12.phpt40 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30…
H A Dfscanf_variation9.phpt47 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30…
H A Dfscanf_variation8.phpt54 "%hf", "%lf", "%Lf",
/PHP-8.0/Zend/
H A Dzend_types.h825 #define Z_OBJ_HANDLER(zval, hf) Z_OBJ_HT((zval))->hf argument
826 #define Z_OBJ_HANDLER_P(zv_p, hf) Z_OBJ_HANDLER(*(zv_p), hf) argument
/PHP-8.0/ext/soap/
H A Dphp_sdl.c531 … sdlSoapBindingFunctionHeaderPtr hf = wsdl_soap_binding_header(ctx, trav, wsdl_soap_namespace, 1); in wsdl_soap_binding_header() local
539 if (hf->ns) { in wsdl_soap_binding_header()
540 smart_str_appends(&key,hf->ns); in wsdl_soap_binding_header()
543 smart_str_appends(&key,hf->name); in wsdl_soap_binding_header()
545 if (zend_hash_add_ptr(h->headerfaults, key.s, hf) == NULL) { in wsdl_soap_binding_header()
546 delete_header_int(hf); in wsdl_soap_binding_header()

Completed in 29 milliseconds