Home
last modified time | relevance | path

Searched refs:entry (Results 176 – 200 of 239) sorted by relevance

12345678910

/PHP-5.5/ext/oci8/tests/
H A Ddetails.inc9 * greater, and $dbase should be set to the tnsnames.ora entry
H A Dxmltype_02.phpt28 // Delete any current entry
/PHP-5.5/ext/standard/tests/array/
H A Darray_rand_variation6.phpt6 * Description: Return key/keys for random entry/entries in the array
H A Darray_rand_variation3.phpt6 * Description: Return key/keys for random entry/entries in the array
H A Darray_rand_variation5.phpt6 * Description: Return key/keys for random entry/entries in the array
H A Darray_rand_variation4.phpt6 * Description: Return key/keys for random entry/entries in the array
H A Darray_rand_variation1.phpt6 * Description: Return key/keys for random entry/entries in the array
H A Darray_rand_variation2.phpt6 * Description: Return key/keys for random entry/entries in the array
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_interop.php212 foreach ($db_ep as $entry) {
213 $this->endpoints[$entry['endpointName']] = $entry;
/PHP-5.5/ext/oci8/
H A Doci8.c137 static void php_oci_spool_list_dtor(zend_rsrc_list_entry *entry TSRMLS_DC);
1391 static void php_oci_connection_list_dtor(zend_rsrc_list_entry *entry TSRMLS_DC) in php_oci_connection_list_dtor()
1393 php_oci_connection *connection = (php_oci_connection *)entry->ptr; in php_oci_connection_list_dtor()
1407 php_oci_connection *connection = (php_oci_connection *)entry->ptr; in php_oci_pconnection_list_dtor()
1423 php_oci_connection *connection = (php_oci_connection *)entry->ptr; in php_oci_pconnection_list_np_dtor()
1478 static void php_oci_statement_list_dtor(zend_rsrc_list_entry *entry TSRMLS_DC) in php_oci_statement_list_dtor()
1480 php_oci_statement *statement = (php_oci_statement *)entry->ptr; in php_oci_statement_list_dtor()
1490 php_oci_descriptor *descriptor = (php_oci_descriptor *)entry->ptr; in php_oci_descriptor_list_dtor()
1500 php_oci_collection *collection = (php_oci_collection *)entry->ptr; in php_oci_collection_list_dtor()
3274 static void php_oci_spool_list_dtor(zend_rsrc_list_entry *entry TSRMLS_DC) in php_oci_spool_list_dtor()
[all …]
/PHP-5.5/ext/mysqli/
H A Dmysqli.c462 mysqli_prop_handler *entry; in mysqli_object_get_debug_info() local
468 while (zend_hash_get_current_data_ex(props, (void **)&entry, &pos) == SUCCESS) { in mysqli_object_get_debug_info()
472 ZVAL_STRINGL(&member, entry->name, entry->name_len, 0); in mysqli_object_get_debug_info()
476 zend_hash_add(retval, entry->name, entry->name_len + 1, &value, sizeof(zval *), NULL); in mysqli_object_get_debug_info()
/PHP-5.5/ext/standard/tests/dir/
H A Dreaddir_variation4.phpt6 * Description: Read directory entry from dir_handle
H A Dreaddir_variation5.phpt21 * Description: Read directory entry from dir_handle
H A Dreaddir_variation1.phpt6 * Description: Read directory entry from dir_handle
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c112 (void)entry; (void)new_value_length; (void)mh_arg2; (void)mh_arg3; (void)stage; in ZEND_INI_MH()
150 (void)entry; (void)new_value_length; (void)mh_arg2; (void)mh_arg3; (void)stage; in ZEND_INI_MH()
196 (void)entry; (void)new_value_length; (void)mh_arg2; (void)mh_arg3; (void)stage; in ZEND_INI_MH()
226 …return OnUpdateBool(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC… in ZEND_INI_MH()
/PHP-5.5/ext/standard/
H A Dbasic_functions.c4274 zval **entry; local
4287 zval arg, *arg_ptr = *entry;
4289 if (Z_TYPE_PP(entry) != IS_STRING) {
4290 arg = **entry;
4298 if (arg_ptr != *entry) {
4317 zval **entry; local
4334 zval arg, *arg_ptr = *entry;
4337 arg = **entry;
4357 if (arg_ptr != *entry) {
4588 if (Z_TYPE_P(entry) == IS_STRING) {
[all …]
/PHP-5.5/win32/build/
H A Dprojectgen.js192 var entry = headers.slice(pos, pos + 64);
194 replace = entry.replace(file, file + ".win32");
201 headers = headers.replace(entry, replace);
/PHP-5.5/ext/phar/tests/
H A Dphar_unlinkarchive.phpt91 …inkarchive.phar.tar": internal corruption of phar "%sphar_unlinkarchive.phar.tar" (truncated entry)
/PHP-5.5/ext/ldap/tests/
H A Dldap_add_error.phpt34 // Duplicate entry
/PHP-5.5/ext/ftp/
H A Dftp.c1616 char **entry; in ftp_genlist() local
1677 entry = ret; in ftp_genlist()
1679 *entry = text; in ftp_genlist()
1684 *++entry = text; in ftp_genlist()
1690 *entry = NULL; in ftp_genlist()
/PHP-5.5/
H A Dserver-tests.php151 while (($entry = $d->read())) {
152 if (is_file("$src/$entry")) {
153 copy("$src/$entry", "$new/$entry");
/PHP-5.5/Zend/
H A Dzend_operators.c666 zval *entry; in convert_scalar_to_array() local
668 ALLOC_ZVAL(entry); in convert_scalar_to_array()
669 *entry = *op; in convert_scalar_to_array()
670 INIT_PZVAL(entry); in convert_scalar_to_array()
676 zend_hash_index_update(Z_ARRVAL_P(op), 0, (void *) &entry, sizeof(zval *), NULL); in convert_scalar_to_array()
681 …zend_hash_update(Z_OBJPROP_P(op), "scalar", sizeof("scalar"), (void *) &entry, sizeof(zval *), NUL… in convert_scalar_to_array()
H A Dzend_ini.h60 #define ZEND_INI_MH(name) int name(zend_ini_entry *entry, char *new_value, uint new_value_length, v…
/PHP-5.5/ext/mbstring/
H A Dconfig.m4183 AC_MSG_CHECKING([if oniguruma has an invalid entry for KOI8 encoding])
192 …AC_DEFINE([PHP_ONIG_BAD_KOI8_ENTRY], [1], [define to 1 if oniguruma has an invalid entry for KOI8 …
/PHP-5.5/ext/spl/
H A Dspl_iterators.c1125 zval prefix, entry, postfix; in SPL_METHOD() local
1146 INIT_ZVAL(entry); in SPL_METHOD()
1148 spl_recursive_tree_iterator_get_entry(object, &entry TSRMLS_CC); in SPL_METHOD()
1149 if (Z_TYPE(entry) != IS_STRING) { in SPL_METHOD()
1151 zval_dtor(&entry); in SPL_METHOD()
1156 str_len = Z_STRLEN(prefix) + Z_STRLEN(entry) + Z_STRLEN(postfix); in SPL_METHOD()
1162 memcpy(ptr, Z_STRVAL(entry), Z_STRLEN(entry)); in SPL_METHOD()
1163 ptr += Z_STRLEN(entry); in SPL_METHOD()
1169 zval_dtor(&entry); in SPL_METHOD()

Completed in 88 milliseconds

12345678910