Home
last modified time | relevance | path

Searched refs:key (Results 1076 – 1086 of 1086) sorted by relevance

1...<<41424344

/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_reflection.phpt961 Inspecting parameter 'key' of method 'ssl_set'
/PHP-5.4/ext/mbstring/oniguruma/
H A DHISTORY450 should not allocate memory for key data in st.c.
518 name key of name table should be null terminated for
627 change API of st for non-null terminated string key.
/PHP-5.4/win32/
H A Dinstall.txt1395 after the registry key mentioned below.
1507 values are stored in the registry key HKLM\SOFTWARE\PHP\Per Directory
1510 stored in the key HKLM\SOFTWARE\PHP\Per Directory
1513 of it. The values under the key should have the name of the PHP
/PHP-5.4/Zend/tests/
H A D019.phpt99 // check the isset and unset on non existing key
/PHP-5.4/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.4/
H A Dphp.ini-development1557 ; A prefix used for the upload progress key in $_SESSION
H A Dphp.ini-production1557 ; A prefix used for the upload progress key in $_SESSION
/PHP-5.4/Zend/
H A Dzend_vm_execute.h11804 zval *key = &EX_T((opline+1)->result.var).tmp_var; in ZEND_FE_FETCH_SPEC_VAR_HANDLER() local
11808 Z_STRVAL_P(key) = (char*)str_key; in ZEND_FE_FETCH_SPEC_VAR_HANDLER()
11809 Z_STRLEN_P(key) = str_key_len-1; in ZEND_FE_FETCH_SPEC_VAR_HANDLER()
11810 Z_TYPE_P(key) = IS_STRING; in ZEND_FE_FETCH_SPEC_VAR_HANDLER()
11813 Z_LVAL_P(key) = int_key; in ZEND_FE_FETCH_SPEC_VAR_HANDLER()
11814 Z_TYPE_P(key) = IS_LONG; in ZEND_FE_FETCH_SPEC_VAR_HANDLER()
11818 ZVAL_NULL(key); in ZEND_FE_FETCH_SPEC_VAR_HANDLER()
/PHP-5.4/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt31 function key() {
H A Dbug45218_SLOWTESTU.phpt31 function key() {
/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog2708 UTF-8 newline character). The key issue is that the pattern starts .*;

Completed in 498 milliseconds

1...<<41424344