Home
last modified time | relevance | path

Searched refs:key (Results 1126 – 1144 of 1144) sorted by relevance

1...<<414243444546

/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.re449 /* restore the in-string key, doesn't need null-termination here */
/PHP-5.5/ext/ldap/
H A Dldap.c1510 static void _ldap_hash_fetch(zval *hashTbl, const char *key, zval **out) in _ldap_hash_fetch() argument
1513 if (zend_hash_find(Z_ARRVAL_P(hashTbl), key, strlen(key)+1, (void **) &fetched) == SUCCESS) { in _ldap_hash_fetch()
/PHP-5.5/win32/build/
H A Dconfutils.js1763 var ignore_key = function(key) { argument
1767 if (ignores[k] == key) {
/PHP-5.5/
H A DREADME.RELEASE_PROCESS223 g. if the windows builds aren't ready yet prefix the "windows" key with a dot (".windows")
H A DNEWS588 . Fixed bug #69125 (Array numeric string as key). (Laruence)
1323 . Fixed bug #66501 (Add EC key support to php_openssl_is_private_key).
1531 . Fixed bug #65708 (dba functions cast $key param to string in-place,
2351 . Fixed bug #61930 (openssl corrupts ssl key resource when using
4632 . Fixed bug #52534 (var_export array with negative key). (Felipe)
6460 - Fixed bug #45877 (Array key '2147483647' left as string). (Matt)
6566 content_type key). (Mikko)
7382 - Fixed bug #41527 (WDDX deserialize numeric string array key).
8196 . Added openssl_pkey_get_details, returns the details of a key
9288 - Fixed bugs #35022, #35019 (Regression in the behavior of key() and
[all …]
H A DINSTALL1132 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 Dphp.ini-development1566 ; A prefix used for the upload progress key in $_SESSION
1854 ; directory to the script key, thus eliminating possible collisions between
H A Dphp.ini-production1566 ; A prefix used for the upload progress key in $_SESSION
1854 ; directory to the script key, thus eliminating possible collisions between
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX-encoder.c10049 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.5/ext/fileinfo/tests/
H A Dmagic311 0 string .key AmigaDOS script
3380 0 string XIS Chiasmus key
4819 # test for valid TAG key format (0x10 or 0)
6065 >>376 string ress\ any\ key\ to\
6533 >98 string Press\ a\ key\ to\ retry\0\r
11069 >>120 lelong >0 \b, %d key transformation rounds
11940 #>65 string FKEY (function key)
16693 # Type: OpenSSH key files
16699 0 string ssh-dss\ OpenSSH DSA public key
16700 0 string ssh-rsa\ OpenSSH RSA public key
[all …]
/PHP-5.5/ext/gd/
H A Dgd.c3839 char * key; in php_imagettftext_common() local
3842 …if (zend_hash_get_current_key_ex(HASH_OF(EXT), &key, NULL, &num_key, 0, &pos) != HASH_KEY_IS_STRIN… in php_imagettftext_common()
3850 if (strcmp("linespacing", key) == 0) { in php_imagettftext_common()
/PHP-5.5/win32/
H A Dinstall.txt1262 after the registry key mentioned below.
1374 values are stored in the registry key HKLM\SOFTWARE\PHP\Per Directory
1377 stored in the key HKLM\SOFTWARE\PHP\Per Directory
1380 of it. The values under the key should have the name of the PHP
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_reflection.phpt1063 Inspecting parameter 'key' of method 'ssl_set'
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY655 should not allocate memory for key data in st.c.
723 name key of name table should be null terminated for
832 change API of st for non-null terminated string key.
/PHP-5.5/Zend/tests/
H A D019.phpt99 // check the isset and unset on non existing key
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c53926 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.5/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt31 function key() {
H A Dbug45218_SLOWTESTU.phpt31 function key() {
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog2884 UTF-8 newline character). The key issue is that the pattern starts .*;

Completed in 556 milliseconds

1...<<414243444546