Searched refs:hf (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/standard/tests/file/ |
H A D | fscanf_variation10.phpt | 30 "%hf", "%lf", "%Lf",
|
H A D | fscanf_variation13.phpt | 26 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30…
|
H A D | fscanf_variation11.phpt | 35 "%hf", "%lf", "%Lf",
|
H A D | fscanf_variation12.phpt | 40 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30…
|
H A D | fscanf_variation9.phpt | 47 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30…
|
H A D | fscanf_variation8.phpt | 54 "%hf", "%lf", "%Lf",
|
/php-src/Zend/ |
H A D | zend_types.h | 995 #define Z_OBJ_HANDLER(zval, hf) Z_OBJ_HT((zval))->hf argument 996 #define Z_OBJ_HANDLER_P(zv_p, hf) Z_OBJ_HANDLER(*(zv_p), hf) argument
|
/php-src/ext/soap/ |
H A D | php_sdl.c | 501 … sdlSoapBindingFunctionHeaderPtr hf = wsdl_soap_binding_header(ctx, trav, wsdl_soap_namespace, 1); in wsdl_soap_binding_header() local 509 if (hf->ns) { in wsdl_soap_binding_header() 510 smart_str_appends(&key,hf->ns); in wsdl_soap_binding_header() 513 smart_str_appends(&key,hf->name); in wsdl_soap_binding_header() 515 if (zend_hash_add_ptr(h->headerfaults, key.s, hf) == NULL) { in wsdl_soap_binding_header() 516 delete_header_int(hf); in wsdl_soap_binding_header()
|
Completed in 30 milliseconds