Searched refs:hf (Results 1 – 14 of 14) sorted by relevance
/PHP-7.2/ext/standard/tests/strings/ |
H A D | sprintf_variation14.phpt | 22 "%f", "%hf", "%lf",
|
H A D | sprintf_variation11.phpt | 24 "%f", "%hf", "%lf",
|
H A D | sprintf_variation12.phpt | 32 "%f", "%hf", "%lf",
|
H A D | sprintf_variation10.phpt | 36 "%f", "%hf", "%lf",
|
H A D | sprintf_variation13.phpt | 38 "%f", "%hf", "%lf",
|
H A D | sprintf_variation9.phpt | 49 "%f", "%hf", "%lf",
|
/PHP-7.2/ext/standard/tests/file/ |
H A D | fscanf_variation10.phpt | 35 "%hf", "%lf", "%Lf",
|
H A D | fscanf_variation13.phpt | 31 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30…
|
H A D | fscanf_variation11.phpt | 40 "%hf", "%lf", "%Lf",
|
H A D | fscanf_variation12.phpt | 45 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30…
|
H A D | fscanf_variation9.phpt | 52 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30…
|
H A D | fscanf_variation8.phpt | 59 "%hf", "%lf", "%Lf",
|
/PHP-7.2/Zend/ |
H A D | zend_types.h | 602 #define Z_OBJ_HANDLER(zval, hf) Z_OBJ_HT((zval))->hf argument 603 #define Z_OBJ_HANDLER_P(zv_p, hf) Z_OBJ_HANDLER(*(zv_p), hf) argument
|
/PHP-7.2/ext/soap/ |
H A D | php_sdl.c | 530 … sdlSoapBindingFunctionHeaderPtr hf = wsdl_soap_binding_header(ctx, trav, wsdl_soap_namespace, 1); in wsdl_soap_binding_header() local 538 if (hf->ns) { in wsdl_soap_binding_header() 539 smart_str_appends(&key,hf->ns); in wsdl_soap_binding_header() 542 smart_str_appends(&key,hf->name); in wsdl_soap_binding_header() 544 if (zend_hash_add_ptr(h->headerfaults, key.s, hf) == NULL) { in wsdl_soap_binding_header() 545 delete_header_int(hf); in wsdl_soap_binding_header()
|
Completed in 29 milliseconds