Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_variation14.phpt22 "%f", "%hf", "%lf",
H A Dsprintf_variation11.phpt24 "%f", "%hf", "%lf",
H A Dsprintf_variation12.phpt32 "%f", "%hf", "%lf",
H A Dsprintf_variation13.phpt38 "%f", "%hf", "%lf",
H A Dsprintf_variation10.phpt36 "%f", "%hf", "%lf",
H A Dsprintf_variation9.phpt49 "%f", "%hf", "%lf",
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation10.phpt35 "%hf", "%lf", "%Lf",
H A Dfscanf_variation13.phpt31 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30…
H A Dfscanf_variation11.phpt40 "%hf", "%lf", "%Lf",
H A Dfscanf_variation12.phpt45 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30…
H A Dfscanf_variation9.phpt52 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30…
H A Dfscanf_variation8.phpt59 "%hf", "%lf", "%Lf",
/PHP-5.5/Zend/
H A Dzend_operators.h451 #define Z_OBJ_HANDLER(zval, hf) Z_OBJ_HT((zval))->hf argument
/PHP-5.5/ext/soap/
H A Dphp_sdl.c534 … sdlSoapBindingFunctionHeaderPtr hf = wsdl_soap_binding_header(ctx, trav, wsdl_soap_namespace, 1); in wsdl_soap_binding_header() local
542 if (hf->ns) { in wsdl_soap_binding_header()
543 smart_str_appends(&key,hf->ns); in wsdl_soap_binding_header()
546 smart_str_appends(&key,hf->name); in wsdl_soap_binding_header()
548 …if (zend_hash_add(h->headerfaults, key.c, key.len+1, (void**)&hf, sizeof(sdlSoapBindingFunctionHea… in wsdl_soap_binding_header()
549 delete_header((void**)&hf); in wsdl_soap_binding_header()

Completed in 32 milliseconds