Home
last modified time | relevance | path

Searched refs:ttl (Results 1 – 10 of 10) sorted by relevance

/PHP-8.1/Zend/tests/attributes/
H A D005_objects.phpt10 public int $ttl;
12 public function __construct(string $name, int $ttl = 50)
15 $this->ttl = $ttl;
24 var_dump(get_class($obj), $obj->name, $obj->ttl);
/PHP-8.1/ext/standard/
H A Ddns_win32.c147 u_long ttl; in php_parserr() local
150 ttl = pRec->dwTtl; in php_parserr()
166 add_assoc_long(subarray, "ttl", ttl); in php_parserr()
H A Ddns.c469 u_long ttl; in php_parserr() local
487 GETLONG(ttl, cp); in php_parserr()
508 add_assoc_long(subarray, "ttl", ttl); in php_parserr()
/PHP-8.1/ext/ldap/
H A Dldap.stub.php215 function ldap_exop_refresh(LDAP\Connection $ldap, string $dn, int $ttl): int|false {} argument
H A Dldap_arginfo.h330 ZEND_ARG_TYPE_INFO(0, ttl, IS_LONG, 0)
H A Dldap.c4256 zend_long ttl; in PHP_FUNCTION() local
4263 …rameters(ZEND_NUM_ARGS(), "Osl", &link, ldap_link_ce, &ldn.bv_val, &ldn.bv_len, &ttl) != SUCCESS) { in PHP_FUNCTION()
4270 lttl = (ber_int_t) ttl; in PHP_FUNCTION()
/PHP-8.1/ext/pcre/tests/
H A Dbug76514.phpt8 "cache-files-ttl": 0,
H A Dpreg_match_error4.phpt10 "cache-files-ttl": 0,
/PHP-8.1/
H A Dphp.ini-development356 ; https://php.net/realpath-cache-ttl
1756 ; https://php.net/soap.wsdl-cache-ttl
H A Dphp.ini-production356 ; https://php.net/realpath-cache-ttl
1758 ; https://php.net/soap.wsdl-cache-ttl

Completed in 45 milliseconds