Searched refs:ttl (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/Zend/tests/attributes/ |
H A D | 005_objects.phpt | 10 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.0/ext/standard/ |
H A D | dns_win32.c | 146 u_long ttl; in php_parserr() local 149 ttl = pRec->dwTtl; in php_parserr() 165 add_assoc_long(subarray, "ttl", ttl); in php_parserr()
|
H A D | dns.c | 438 u_long ttl; in php_parserr() local 456 GETLONG(ttl, cp); in php_parserr() 477 add_assoc_long(subarray, "ttl", ttl); in php_parserr()
|
/PHP-8.0/ext/ldap/ |
H A D | ldap.stub.php | 301 function ldap_exop_refresh($ldap, string $dn, int $ttl): int|false {} argument
|
H A D | ldap_arginfo.h | 328 ZEND_ARG_TYPE_INFO(0, ttl, IS_LONG, 0)
|
H A D | ldap.c | 4131 zend_long ttl; in PHP_FUNCTION() local 4138 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rsl", &link, &ldn.bv_val, &ldn.bv_len, &ttl) != SUCCES… in PHP_FUNCTION() 4146 lttl = (ber_int_t) ttl; in PHP_FUNCTION()
|
/PHP-8.0/ext/pcre/tests/ |
H A D | bug76514.phpt | 8 "cache-files-ttl": 0,
|
H A D | preg_match_error4.phpt | 10 "cache-files-ttl": 0,
|
/PHP-8.0/ |
H A D | php.ini-development | 356 ; http://php.net/realpath-cache-ttl 1742 ; http://php.net/soap.wsdl-cache-ttl
|
H A D | php.ini-production | 356 ; http://php.net/realpath-cache-ttl 1744 ; http://php.net/soap.wsdl-cache-ttl
|
Completed in 35 milliseconds