/PHP-5.5/ext/mysqlnd/ |
H A D | mysqlnd_result.c | 808 hash_key->key, in mysqlnd_fetch_row_unbuffered() 812 hash_key->key, in mysqlnd_fetch_row_unbuffered() 1049 hash_key->key, in mysqlnd_fetch_row_buffered() 1053 hash_key->key, in mysqlnd_fetch_row_buffered()
|
H A D | mysqlnd.c | 1591 MYSQLND_METHOD(mysqlnd_conn_data, ssl_set)(MYSQLND_CONN_DATA * const conn, const char * key, const … 1600 ret = (PASS == net->data->m.set_client_option(net, MYSQLND_OPT_SSL_KEY, key TSRMLS_CC) && 2489 const char * const key, 2511 DBG_INF_FMT("Adding [%s][%s]", key, value); 2517 zend_hash_update(conn->options->connect_attr, key, strlen(key), ©v, sizeof(char *), NULL);
|
/PHP-5.5/ext/reflection/ |
H A D | php_reflection.c | 437 char *key; in _class_string() local 444 zend_hash_get_current_key_ex(&ce->constants_table, &key, &key_len, &num_index, 0, &pos); in _class_string() 446 _const_string(str, key, *value, indent TSRMLS_CC); in _class_string() 607 char *key; in _class_string() local 616 || zend_binary_strcasecmp(key, key_len-1, mptr->common.function_name, len) == 0) in _class_string() 792 char *key; in _function_closure_string() local 813 zend_hash_get_current_key_ex(static_variables, &key, &key_len, &num_index, 0, &pos); in _function_closure_string() 814 string_printf(str, "%s Variable #%d [ $%s ]\n", indent, i++, key); in _function_closure_string() 3354 char *key; in add_class_vars() local 3394 add_assoc_zval(return_value, key, prop_copy); in add_class_vars() [all …]
|
/PHP-5.5/ext/pdo_pgsql/tests/ |
H A D | copy_from.phpt | 17 $db->exec('CREATE TABLE test (a integer not null primary key, b text, c integer)');
|
/PHP-5.5/ext/sockets/tests/ |
H A D | socket_strerror.phpt | 151 string(26) "Required key not available"
|
/PHP-5.5/ext/opcache/ |
H A D | ZendAccelerator.h | 273 char key[MAXPATHLEN * 8]; member
|
H A D | README | 95 directory to the script key, thus eliminating possible collisions between
|
/PHP-5.5/TSRM/ |
H A D | tsrm_virtual_cwd.h | 212 unsigned long key; member
|
/PHP-5.5/ext/oci8/tests/ |
H A D | bug43497_92.phpt | 98 $stmt = oci_parse($c, "create table bug43497_tab (id number primary key, xml xmltype)");
|
/PHP-5.5/ext/standard/ |
H A D | streamsfuncs.c | 664 char *key; in stream_array_from_fd_set() local 674 &key, &key_len, &num_ind, 0, NULL); in stream_array_from_fd_set() 697 zend_hash_update(new_hash, key, key_len, (void *)elem, sizeof(zval *), (void **)&dest_elem); in stream_array_from_fd_set()
|
H A D | browscap.c | 372 …ser_reg_compare(zval **browser TSRMLS_DC, int num_args, va_list args, zend_hash_key *key) /* {{{ */ in browser_reg_compare() argument
|
/PHP-5.5/ext/standard/tests/array/ |
H A D | ksort_variation1.phpt | 6 * Description: Sort an array by key, maintaining key to data correlation
|
H A D | krsort_variation1.phpt | 6 * Description: Sort an array by key in reverse order, maintaining key to data correlation
|
H A D | array_search_variation1.phpt | 7 …* Description: Searches haystack for needle and returns the key if it is found in the array, FALSE…
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | parse_ini_file.phpt | 176 ; Expected:error, reserved key words must not be used as keys for ini file
|
/PHP-5.5/ext/standard/tests/general_functions/ |
H A D | parse_ini_string_001.phpt | 174 ; Expected:error, reserved key words must not be used as keys for ini file
|
/PHP-5.5/ext/intl/locale/ |
H A D | locale_methods.c | 109 static int16_t findOffset(const char* const* list, const char* key) in findOffset() argument 113 if (strcmp(key, *list) == 0) { in findOffset()
|
/PHP-5.5/Zend/ |
H A D | zend_compile.h | 513 void zend_do_yield(znode *result, znode *value, const znode *key, zend_bool is_variable TSRMLS_DC); 606 …oken, const znode *open_brackets_token, const znode *as_token, znode *value, znode *key TSRMLS_DC);
|
/PHP-5.5/ext/intl/calendar/ |
H A D | calendar_class.cpp | 319 ZEND_ARG_INFO(0, key)
|
/PHP-5.5/ext/sqlite3/libsqlite/ |
H A D | sqlite3.h | 6896 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag); 6918 void *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
|
/PHP-5.5/ext/sockets/ |
H A D | sockets.c | 798 char *key; local 816 … switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(sock_array), &key, &key_len, &num_key, 0, NULL)) { 818 zend_hash_add(new_hash, key, key_len, (void *)element, sizeof(zval *), (void **)&dest_element);
|
/PHP-5.5/ext/pdo/ |
H A D | pdo_dbh.c | 1363 char *method_name, int method_len, const zend_literal *key TSRMLS_DC) in dbh_method_get() 1375 …if ((fbc = std_object_handlers.get_method(object_pp, method_name, method_len, key TSRMLS_CC)) == N… in dbh_method_get()
|
/PHP-5.5/ext/curl/ |
H A D | interface.c | 1851 char *key; in split_certinfo() local 1859 key = s; in split_certinfo() 1860 tmp = memchr(key, '=', 64); in split_certinfo() 1864 add_assoc_string(hash, key, val, 1); in split_certinfo()
|
/PHP-5.5/ext/dom/ |
H A D | node.c | 97 ZEND_ARG_INFO(0, key) 103 ZEND_ARG_INFO(0, key)
|
/PHP-5.5/ext/intl/ |
H A D | php_intl.c | 540 ZEND_ARG_INFO( 0, key )
|