/PHP-5.6/ext/pdo/ |
H A D | pdo_dbh.c | 1352 char *method_name, int method_len, const zend_literal *key TSRMLS_DC) in dbh_method_get() 1362 …if ((fbc = std_object_handlers.get_method(object_pp, method_name, method_len, key TSRMLS_CC)) == N… in dbh_method_get()
|
H A D | pdo_sql_parser.re | 449 /* restore the in-string key, doesn't need null-termination here */
|
/PHP-5.6/ext/opcache/ |
H A D | README | 95 directory to the script key, thus eliminating possible collisions between
|
/PHP-5.6/ext/dom/ |
H A D | node.c | 97 ZEND_ARG_INFO(0, key) 103 ZEND_ARG_INFO(0, key)
|
/PHP-5.6/ext/intl/ |
H A D | php_intl.c | 540 ZEND_ARG_INFO( 0, key )
|
/PHP-5.6/win32/build/ |
H A D | confutils.js | 1784 var ignore_key = function(key) { argument 1788 if (ignores[k] == key) {
|
/PHP-5.6/ext/ldap/ |
H A D | ldap.c | 1591 static void _ldap_hash_fetch(zval *hashTbl, const char *key, zval **out) in _ldap_hash_fetch() argument 1594 if (zend_hash_find(Z_ARRVAL_P(hashTbl), key, strlen(key)+1, (void **) &fetched) == SUCCESS) { in _ldap_hash_fetch()
|
/PHP-5.6/ |
H A D | NEWS | 1047 DH key resource). (Jakub Zelenka) 1185 . Fixed bug #69882 (OpenSSL error "key values mismatch" after 1532 . Fixed bug #69125 (Array numeric string as key). (Laruence) 2329 over the key size (in bits) used for RSA key agreements. (Daniel Lowrey) 3929 . Fixed bug #61930 (openssl corrupts ssl key resource when using 6210 . Fixed bug #52534 (var_export array with negative key). (Felipe) 8038 - Fixed bug #45877 (Array key '2147483647' left as string). (Matt) 8144 content_type key). (Mikko) 8960 - Fixed bug #41527 (WDDX deserialize numeric string array key). 9774 . Added openssl_pkey_get_details, returns the details of a key [all …]
|
H A D | README.RELEASE_PROCESS | 223 g. if the windows builds aren't ready yet prefix the "windows" key with a dot (".windows")
|
H A D | INSTALL | 1132 where ^ represents the Ctrl key. 1596 after the registry key mentioned below. 1764 values are stored in the registry key HKLM\SOFTWARE\PHP\Per Directory 1767 stored in the key HKLM\SOFTWARE\PHP\Per Directory 1770 of it. The values under the key should have the name of the PHP
|
H A D | php.ini-development | 1280 ; key. 1624 ; A prefix used for the upload progress key in $_SESSION 1924 ; directory to the script key, thus eliminating possible collisions between
|
H A D | php.ini-production | 1280 ; key. 1624 ; A prefix used for the upload progress key in $_SESSION 1924 ; directory to the script key, thus eliminating possible collisions between
|
/PHP-5.6/ext/fileinfo/tests/ |
H A D | magic | 311 0 string .key AmigaDOS script 3551 0 string XIS Chiasmus key 5085 # test for valid TAG key format (0x10 or 0) 6541 >>376 string ress\ any\ key\ to\ 6986 >98 string Press\ a\ key\ to\ retry\0\r 11744 >>120 lelong >0 \b, %d key transformation rounds 12666 #>65 string FKEY (function key) 17788 # Type: OpenSSH key files 17794 0 string ssh-dss\ OpenSSH DSA public key 17795 0 string ssh-rsa\ OpenSSH RSA public key [all …]
|
/PHP-5.6/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeTILEGX-encoder.c | 10049 struct tilegx_spr key; in get_tilegx_spr_name() local 10051 key.number = num; in get_tilegx_spr_name() 10052 result = bsearch((const void *) &key, (const void *) tilegx_sprs, in get_tilegx_spr_name()
|
/PHP-5.6/ext/gd/ |
H A D | gd.c | 3890 char * key; in php_imagettftext_common() local 3893 …if (zend_hash_get_current_key_ex(HASH_OF(EXT), &key, NULL, &num_key, 0, &pos) != HASH_KEY_IS_STRIN… in php_imagettftext_common() 3901 if (strcmp("linespacing", key) == 0) { in php_imagettftext_common()
|
/PHP-5.6/win32/ |
H A D | install.txt | 1253 after the registry key mentioned below. 1365 values are stored in the registry key HKLM\SOFTWARE\PHP\Per Directory 1368 stored in the key HKLM\SOFTWARE\PHP\Per Directory 1371 of it. The values under the key should have the name of the PHP
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | mysqli_class_mysqli_reflection.phpt | 1063 Inspecting parameter 'key' of method 'ssl_set'
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | HISTORY | 674 should not allocate memory for key data in st.c. 742 name key of name table should be null terminated for 851 change API of st for non-null terminated string key.
|
/PHP-5.6/Zend/tests/ |
H A D | 019.phpt | 99 // check the isset and unset on non existing key
|
/PHP-5.6/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 53926 if( key==0 ){ 64053 if( key ){ 64067 if( key ){ 146755 nPrefix = fts3PrefixCompress(pNode->key.a, pNode->key.n, zTerm, nTerm); 146777 if( pNode->key.n ){ 146785 pNode->key.n = nTerm; 146799 pNode->key.n = 0; 146900 nPrefix = fts3PrefixCompress(pLeaf->key.a, pLeaf->key.n, zTerm, nTerm); 146932 pLeaf->key.n = 0; 150750 assert( aEntry[0]<key ); [all …]
|
/PHP-5.6/ext/phar/tests/ |
H A D | bug45218_SLOWTEST.phpt | 31 function key() {
|
H A D | bug45218_SLOWTESTU.phpt | 31 function key() {
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | ChangeLog | 2884 UTF-8 newline character). The key issue is that the pattern starts .*;
|