Home
last modified time | relevance | path

Searched refs:key (Results 201 – 225 of 1229) sorted by path

12345678910>>...50

/php-src/ext/curl/tests/
H A Dcurl_basic_027.phpt24 var_dump(curl_setopt($ch, CURLOPT_SSH_HOSTKEYFUNCTION, function ($ch, $keytype, $key, $keylen) {
27 var_dump($key);
H A Dcurl_setopt_ssl.phpt41 // load server key
49 // load client key
64 $cmd = "openssl s_server -key $serverKeyPath -cert $serverCertPath -accept $port -www -CAfile $clie…
74 echo "case 1: client cert and key from string\n";
88 echo "case 2: empty client cert and key from string\n";
102 echo "case 3: client cert and empty key from string\n";
116 echo "case 4: client cert and key from file\n";
185 case 1: client cert and key from string
192 case 2: empty client cert and key from string
200 case 3: client cert and empty key from string
[all …]
H A Dcurl_version_features-array.phpt14 foreach ($info_curl['feature_list'] as $key => $value) {
19 if (!str_contains($phpinfo, $key .' => ' . $value ? 'Yes' : 'No')) {
20 throw new Exception($key . ' not found in Curl phpinfo()');
/php-src/ext/date/
H A Dphp_date.c586 static void update_property(zend_object *object, zend_string *key, zval *prop_val) in update_property() argument
588 if (ZSTR_LEN(key) > 0 && ZSTR_VAL(key)[0] == '\0') { // not public in update_property()
592 if (zend_unmangle_property_name_ex(key, &class_name, &prop_name, &prop_name_len) == SUCCESS) { in update_property()
613 zend_update_property(object->ce, object, ZSTR_VAL(key), ZSTR_LEN(key), prop_val); in update_property()
1631 static void date_period_it_current_key(zend_object_iterator *iter, zval *key) in date_period_it_current_key() argument
1634 ZVAL_LONG(key, iterator->current_index); in date_period_it_current_key()
/php-src/ext/date/tests/
H A DDatePeriod_IteratorAggregate.phpt19 $i = $iter->key();
27 $i = $iter->key();
H A Dbug75002.phpt13 $a=$key;
H A Ddate_sun_info_002.phpt7 foreach ($sun_info as $key => $elem )
9 echo date( 'Y-m-d H:i:s T', $elem ), " ", $key, "\n";
H A Ddate_sun_info_003.phpt9 foreach ($sun_info as $key => $elem ) {
10 echo "$key: " . date("H:i:s", $elem) . "\n";
16 foreach ($sun_info as $key => $elem ) {
17 echo "$key: " . date("H:i:s", $elem) . "\n";
H A Dgetdate_variation2.phpt21 foreach($inputs as $key =>$value) {
22 echo "\n--$key--\n";
H A Dgetdate_variation3.phpt21 foreach($inputs as $key =>$value) {
22 echo "\n--$key--\n";
H A Dgetdate_variation4.phpt22 foreach($inputs as $key =>$value) {
23 echo "\n--$key--\n";
H A Dgmdate_variation13.phpt27 foreach($inputs as $key =>$value) {
28 echo "\n--$key--\n";
H A Dgmdate_variation3.phpt23 foreach($inputs as $key =>$value) {
24 echo "\n--$key--\n";
H A Dgmdate_variation9.phpt25 foreach($time_formats as $key =>$value) {
26 echo "\n--$key--\n";
H A Dgmstrftime_variation10.phpt26 foreach($inputs as $key =>$value) {
27 echo "\n--$key--\n";
H A Dgmstrftime_variation13.phpt22 foreach($inputs as $key =>$value) {
23 echo "\n--$key--\n";
H A Dgmstrftime_variation14.phpt28 foreach($inputs as $key =>$value) {
29 echo "\n--$key--\n";
H A Dgmstrftime_variation15.phpt21 foreach($inputs as $key =>$value) {
22 echo "\n--$key--\n";
H A Dgmstrftime_variation16.phpt27 foreach($inputs as $key =>$value) {
28 echo "\n--$key--\n";
H A Dgmstrftime_variation19.phpt20 foreach($inputs as $key =>$value) {
21 echo "\n--$key--\n";
H A Dgmstrftime_variation20.phpt26 foreach($inputs as $key =>$value) {
27 echo "\n--$key--\n";
H A Dgmstrftime_variation21.phpt21 foreach($inputs as $key =>$value) {
22 echo "\n--$key--\n";
H A Dgmstrftime_variation22.phpt31 foreach($inputs as $key =>$value) {
32 echo "\n--$key--\n";
H A Dgmstrftime_variation3.phpt20 foreach($inputs as $key =>$value) {
21 echo "\n--$key--\n";
H A Dgmstrftime_variation4.phpt19 foreach($inputs as $key =>$value) {
20 echo "\n--$key--\n";

Completed in 51 milliseconds

12345678910>>...50