/PHP-7.1/ext/intl/tests/ |
H A D | idn_uts46_basic.phpt | 14 echo "all ok, no details:", "\n"; 18 echo "all ok, no details, transitional:", "\n"; 21 echo "all ok, with details:", "\n"; 26 echo "reverse, ok, with details:", "\n"; 30 all ok, no details: 32 all ok, no details, transitional: 34 all ok, with details: 44 reverse, ok, with details:
|
H A D | idn_uts46_errors.phpt | 27 echo "with error, but no details arg:", "\n"; 30 echo "with error, with details arg:", "\n"; 35 echo "with error, with details arg, contextj:", "\n"; 67 with error, but no details arg: 69 with error, with details arg: 79 with error, with details arg, contextj:
|
/PHP-7.1/ext/openssl/tests/ |
H A D | openssl_pkey_export_basic.phpt | 21 $details = openssl_pkey_get_details(openssl_pkey_get_private($output)); 22 var_dump(OPENSSL_KEYTYPE_EC === $details['type']); 27 $details = openssl_pkey_get_details(openssl_pkey_get_private($output, 'passphrase')); 28 var_dump(OPENSSL_KEYTYPE_EC === $details['type']); 33 // The details are the same for a public or private key, expect the private key parameter 'd 35 var_dump(array_diff_assoc($details['ec'], $detailsPKey['ec'])); 40 $details = openssl_pkey_get_details(openssl_pkey_get_private('file://' . $tempname)); 41 var_dump(OPENSSL_KEYTYPE_EC === $details['type']);
|
H A D | bug55259.phpt | 16 $details = openssl_pkey_get_details($dh); 17 var_dump(bin2hex($details['dh']['p'])); 18 var_dump($details['dh']['g']); 19 var_dump(strlen($details['dh']['pub_key']) > 0); 20 var_dump(strlen($details['dh']['priv_key']) > 0);
|
H A D | openssl_pkey_new_basic.phpt | 38 $details = openssl_pkey_get_details($rsa); 39 $rsa_details = $details['rsa']; 67 $details = openssl_pkey_get_details($dsa); 68 $dsa_details = $details['dsa']; 85 $details = openssl_pkey_get_details($dh); 86 $dh_details = $details['dh'];
|
H A D | bug60632.phpt | 17 $details = openssl_pkey_get_details($pkey); 18 $test_pubkey = $details['key'];
|
H A D | bug73478.phpt | 7 $details = [ 13 $opensslKeyResource = openssl_pkey_new(['dh' => $details]);
|
/PHP-7.1/ext/pgsql/tests/ |
H A D | bug72028.phpt | 15 pg_query("CREATE TABLE $table (value TEXT, details TEXT);"); 17 $sql = "INSERT INTO $table (value, details) VALUES ($1, $2)"; 43 ["details"]=> 49 ["details"]=>
|
/PHP-7.1/ext/soap/ |
H A D | php_encoding.c | 504 if (encode->details.ns) { in master_to_xml_int() 537 if (encode->details.ns) { in master_to_zval_int() 1492 (sdlType->encode->details.sdl_type->encode->details.type != IS_ARRAY && in to_zval_object_ex() 3613 get_type_str(node, enc->details.ns, enc->details.type_str, type); in get_array_type() 3652 if (t->details.ns) { in delete_encoder() 3653 efree(t->details.ns); in delete_encoder() 3655 if (t->details.type_str) { in delete_encoder() 3658 if (t->details.map) { in delete_encoder() 3667 if (t->details.ns) { in delete_encoder_persistent() 3668 free(t->details.ns); in delete_encoder_persistent() [all …]
|
H A D | php_packet_soap.c | 184 zval details; in parse_packet_soap() local 187 ZVAL_UNDEF(&details); in parse_packet_soap() 210 master_to_zval(&details, NULL, tmp); in parse_packet_soap() 234 master_to_zval(&details, NULL, tmp); in parse_packet_soap() 237 …e, faultstring ? ZSTR_VAL(faultstring) : NULL, faultactor ? ZSTR_VAL(faultactor) : NULL, &details); in parse_packet_soap() 244 if (Z_REFCOUNTED(details)) { in parse_packet_soap() 245 Z_DELREF(details); in parse_packet_soap()
|
H A D | soap.c | 287 ZEND_ARG_INFO(0, details) 1088 new_enc->details.type = enc->details.type; in soap_create_typemap() 1089 new_enc->details.ns = estrdup(enc->details.ns); in soap_create_typemap() 1090 new_enc->details.type_str = estrdup(enc->details.type_str); in soap_create_typemap() 1091 new_enc->details.sdl_type = enc->details.sdl_type; in soap_create_typemap() 1094 new_enc->details.type = enc->details.type; in soap_create_typemap() 1107 } else if (enc->details.map && Z_TYPE(enc->details.map->to_xml) != IS_UNDEF) { in soap_create_typemap() 1108 ZVAL_COPY(&new_enc->details.map->to_xml, &enc->details.map->to_xml); in soap_create_typemap() 1114 ZVAL_COPY(&new_enc->details.map->to_zval, &enc->details.map->to_zval); in soap_create_typemap() 2013 zval* details = NULL; local [all …]
|
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | COPYING | 3 Please see the file LICENCE in the PCRE distribution for licensing details.
|
H A D | NON-UNIX-USE | 5 NON-AUTOTOOLS-BUILD for details of how to build PCRE without using autotools.
|
/PHP-7.1/ext/standard/tests/strings/ |
H A D | sscanf_basic1.phpt | 20 // extract details using short format 25 // extract details using long format
|
H A D | sscanf_basic2.phpt | 20 // extract details using short format 25 // extract details using long format
|
H A D | sscanf_basic3.phpt | 17 // extract details using short format 22 // extract details using long format
|
H A D | sscanf_basic4.phpt | 17 // extract details using short format 22 // extract details using long format
|
H A D | sscanf_basic7.phpt | 17 // extract details using short format 22 // extract details using long format
|
H A D | sscanf_basic6.phpt | 23 // extract details using short format 28 // extract details using long format
|
H A D | sscanf_basic5.phpt | 18 // extract details using short format 25 // extract details using long format
|
H A D | sscanf_basic8.phpt | 18 // extract details using short format 25 // extract details using long format
|
/PHP-7.1/ext/oci8/tests/ |
H A D | connect.inc | 3 require("details.inc");
|
H A D | debug.phpt | 8 require(dirname(__FILE__)."/details.inc");
|
H A D | testping.phpt | 10 require(dirname(__FILE__).'/details.inc');
|
/PHP-7.1/ext/posix/tests/ |
H A D | bug75696.phpt | 2 Bug #75696 (posix_getgrnam fails to print details of group)
|