Home
last modified time | relevance | path

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

12345678910

/PHP-5.6/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.6/ext/pcre/
H A Dphp_pcre.c1851 zval **entry; /* An entry in the input array */ in php_pcre_grep_impl() local
1892 while (zend_hash_get_current_data(Z_ARRVAL_P(input), (void **)&entry) == SUCCESS) { in php_pcre_grep_impl()
1893 zval subject = **entry; in php_pcre_grep_impl()
1895 if (Z_TYPE_PP(entry) != IS_STRING) { in php_pcre_grep_impl()
1917 Z_ADDREF_PP(entry); in php_pcre_grep_impl()
1924 string_key_len, entry, sizeof(zval *), NULL); in php_pcre_grep_impl()
1928 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, in php_pcre_grep_impl()
1934 if (Z_TYPE_PP(entry) != IS_STRING) { in php_pcre_grep_impl()
/PHP-5.6/ext/standard/tests/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.6/ext/zip/lib/
H A Dzipint.h288 struct zip_entry *entry; /* entries */ member
340 struct zip_entry *entry; /* directory entries */ member
H A Dzip_extra_field.c334 e = za->entry+idx; in _zip_read_local_ef()
/PHP-5.6/ext/soap/interop/
H A Dclient_round2_interop.php212 foreach ($db_ep as $entry) {
213 $this->endpoints[$entry['endpointName']] = $entry;
/PHP-5.6/ext/oci8/
H A Doci8.c130 static void php_oci_spool_list_dtor(zend_rsrc_list_entry *entry TSRMLS_DC);
1402 static void php_oci_connection_list_dtor(zend_rsrc_list_entry *entry TSRMLS_DC) in php_oci_connection_list_dtor()
1404 php_oci_connection *connection = (php_oci_connection *)entry->ptr; in php_oci_connection_list_dtor()
1419 php_oci_connection *connection = (php_oci_connection *)entry->ptr; in php_oci_pconnection_list_dtor()
1436 php_oci_connection *connection = (php_oci_connection *)entry->ptr; in php_oci_pconnection_list_np_dtor()
1495 static void php_oci_statement_list_dtor(zend_rsrc_list_entry *entry TSRMLS_DC) in php_oci_statement_list_dtor()
1497 php_oci_statement *statement = (php_oci_statement *)entry->ptr; in php_oci_statement_list_dtor()
1508 php_oci_descriptor *descriptor = (php_oci_descriptor *)entry->ptr; in php_oci_descriptor_list_dtor()
1519 php_oci_collection *collection = (php_oci_collection *)entry->ptr; in php_oci_collection_list_dtor()
3416 static void php_oci_spool_list_dtor(zend_rsrc_list_entry *entry TSRMLS_DC) in php_oci_spool_list_dtor()
[all …]
/PHP-5.6/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.6/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.6/ext/opcache/
H A Dzend_accelerator_module.c116 (void)entry; (void)new_value_length; (void)mh_arg2; (void)mh_arg3; (void)stage; in ZEND_INI_MH()
154 (void)entry; (void)new_value_length; (void)mh_arg2; (void)mh_arg3; (void)stage; in ZEND_INI_MH()
200 (void)entry; (void)new_value_length; (void)mh_arg2; (void)mh_arg3; (void)stage; in ZEND_INI_MH()
230 …return OnUpdateBool(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC… in ZEND_INI_MH()
/PHP-5.6/ext/standard/
H A Dbasic_functions.c4248 zval **entry; local
4261 zval arg, *arg_ptr = *entry;
4263 if (Z_TYPE_PP(entry) != IS_STRING) {
4264 arg = **entry;
4272 if (arg_ptr != *entry) {
4291 zval **entry; local
4308 zval arg, *arg_ptr = *entry;
4311 arg = **entry;
4331 if (arg_ptr != *entry) {
4562 if (Z_TYPE_P(entry) == IS_STRING) {
[all …]
/PHP-5.6/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.6/sapi/phpdbg/
H A DREADME.md58 - -d define php ini entry
/PHP-5.6/ext/phar/tests/
H A Dphar_unlinkarchive.phpt91 …inkarchive.phar.tar": internal corruption of phar "%sphar_unlinkarchive.phar.tar" (truncated entry)
/PHP-5.6/ext/ldap/tests/
H A Dldap_add_error.phpt34 // Duplicate entry
/PHP-5.6/ext/ftp/
H A Dftp.c1626 char **entry; in ftp_genlist() local
1687 entry = ret; in ftp_genlist()
1689 *entry = text; in ftp_genlist()
1694 *++entry = text; in ftp_genlist()
1700 *entry = NULL; in ftp_genlist()
/PHP-5.6/
H A Dserver-tests.php151 while (($entry = $d->read())) {
152 if (is_file("$src/$entry")) {
153 copy("$src/$entry", "$new/$entry");
/PHP-5.6/Zend/
H A Dzend_ini.h60 #define ZEND_INI_MH(name) int name(zend_ini_entry *entry, char *new_value, uint new_value_length, v…

Completed in 81 milliseconds

12345678910