Home
last modified time | relevance | path

Searched refs:ZEND_LONG_FMT_SPEC (Results 1 – 4 of 4) sorted by relevance

/php-src/Zend/
H A Dzend_long.h61 # define ZEND_LONG_FMT_SPEC PRId64 macro
90 # define ZEND_LONG_FMT_SPEC PRId32 macro
/php-src/ext/standard/
H A Dpassword.c198 …hash_format_len = snprintf(hash_format, sizeof(hash_format), "$2y$%02" ZEND_LONG_FMT_SPEC "$", cos… in php_password_bcrypt_hash()
/php-src/ext/date/
H A Dphp_date.c809 …case 'c': length = slprintf(buffer, sizeof(buffer), "%04" ZEND_LONG_FMT_SPEC "-%02d-%02dT%02d:%02d… in date_format()
817 …case 'r': length = slprintf(buffer, sizeof(buffer), "%3s, %02d %3s %04" ZEND_LONG_FMT_SPEC " %02d:… in date_format()
4972 …case 'S': length = slprintf(buffer, sizeof(buffer), "%02" ZEND_LONG_FMT_SPEC, (zend_long) t->s); b… in date_interval_format()
4975 …case 'F': length = slprintf(buffer, sizeof(buffer), "%06" ZEND_LONG_FMT_SPEC, (zend_long) t->us); … in date_interval_format()
/php-src/ext/soap/
H A Dphp_http.c690 snprintf(nc, sizeof(nc), "%08" ZEND_LONG_FMT_SPEC, Z_LVAL_P(tmp)); in make_http_soap_request()

Completed in 28 milliseconds