Home
last modified time | relevance | path

Searched refs:entry (Results 201 – 225 of 239) sorted by relevance

12345678910

/PHP-5.5/
H A DREADME.RELEASE_PROCESS261 b. Add the content for the news entry
302 b. Add the content for the news entry
309 the news entry.
H A DUPGRADING.INTERNALS125 serialize callback in the class entry.
H A DREADME.PARAMETER_PARSING_API64 O - object of specific type given by class entry (zval*, zend_class_entry)
H A Dphp.ini-development285 ; So only set this entry, if you really want to implement such a
1117 ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
1176 ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
1473 ; collection through a shell script, cron entry, or some other method.
1543 ; to URLs. If you want XHTML conformity, remove the form entry.
H A Dphp.ini-production285 ; So only set this entry, if you really want to implement such a
1117 ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
1176 ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
1473 ; collection through a shell script, cron entry, or some other method.
1543 ; to URLs. If you want XHTML conformity, remove the form entry.
H A Dacinclude.m41372 char entry[sizeof(struct dirent)+PATH_MAX];
1373 struct dirent *pentry = (struct dirent *) &entry;
1378 if (readdir_r(dir, (struct dirent *) entry, &pentry) == 0)
/PHP-5.5/ext/date/
H A Dphp_date.c936 …if (OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC)… in PHP_INI_MH()
4537 const timelib_tz_lookup_table *table, *entry; in PHP_FUNCTION() local
4542 entry = table; in PHP_FUNCTION()
4547 add_assoc_bool(element, "dst", entry->type); in PHP_FUNCTION()
4548 add_assoc_long(element, "offset", entry->gmtoffset); in PHP_FUNCTION()
4549 if (entry->full_tz_name) { in PHP_FUNCTION()
4550 add_assoc_string(element, "timezone_id", entry->full_tz_name, 1); in PHP_FUNCTION()
4555 …if (zend_hash_find(HASH_OF(return_value), entry->name, strlen(entry->name) + 1, (void **) &abbr_ar… in PHP_FUNCTION()
4558 add_assoc_zval(return_value, entry->name, abbr_array); in PHP_FUNCTION()
4563 entry++; in PHP_FUNCTION()
[all …]
/PHP-5.5/main/streams/
H A Dplain_wrapper.c849 char entry[sizeof(struct dirent)+MAXPATHLEN]; in php_plain_files_dirstream_read() local
850 struct dirent *result = (struct dirent *)&entry; in php_plain_files_dirstream_read()
857 if (php_readdir_r(dir, (struct dirent *)entry, &result) == 0 && result) { in php_plain_files_dirstream_read()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_result.c1573 zval **entry; in MYSQLND_METHOD() local
1597 zend_hash_get_current_data(Z_ARRVAL(row), (void **)&entry); in MYSQLND_METHOD()
1600 zend_hash_get_current_data(Z_ARRVAL(row), (void **)&entry); in MYSQLND_METHOD()
1602 *return_value = **entry; in MYSQLND_METHOD()
/PHP-5.5/ext/zlib/
H A Dzlib.c910 …status = OnUpdateLong(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_… in PHP_INI_MH()
931 …return OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_… in PHP_INI_MH()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c6311 while (entry != NULL) in compile_recurse_matchingpath()
6315 prev = entry; in compile_recurse_matchingpath()
6316 entry = entry->next; in compile_recurse_matchingpath()
6319 if (entry == NULL) in compile_recurse_matchingpath()
6324 entry->next = NULL; in compile_recurse_matchingpath()
6325 entry->entry = NULL; in compile_recurse_matchingpath()
6326 entry->calls = NULL; in compile_recurse_matchingpath()
6327 entry->start = start; in compile_recurse_matchingpath()
6330 prev->next = entry; in compile_recurse_matchingpath()
6350 if (entry->entry == NULL) in compile_recurse_matchingpath()
[all …]
/PHP-5.5/ext/spl/
H A Dphp_spl.c810 int spl_build_class_list_string(zval **entry, char **list TSRMLS_DC) /* {{{ */ in spl_build_class_list_string() argument
814 spprintf(&res, 0, "%s, %s", *list, Z_STRVAL_PP(entry)); in spl_build_class_list_string()
/PHP-5.5/ext/dba/
H A Ddba.c475 …return OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_… in ZEND_INI_MH()
485 …return OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_… in ZEND_INI_MH()
/PHP-5.5/ext/standard/
H A Dstring.c2927 zval **entry; local
2936 zend_hash_get_current_data_ex(pats, (void **)&entry, &hpos) == SUCCESS;
2962 if (Z_TYPE_PP(entry) != IS_STRING) {
2963 tzv = *entry;
2967 entry = &tzv;
2968 zend_llist_add_element(*allocs, &Z_STRVAL_PP(entry));
2973 S(&patterns[i].repl) = Z_STRVAL_PP(entry);
2974 L(&patterns[i].repl) = Z_STRLEN_PP(entry);
/PHP-5.5/ext/dom/
H A Dphp_dom.c476 dom_prop_handler *entry; in dom_get_debug_info_helper() local
500 zend_hash_get_current_data_ex(prop_handlers, (void **)&entry, &pos) in dom_get_debug_info_helper()
508 if (entry->read_func(obj, &value TSRMLS_CC) == FAILURE) { in dom_get_debug_info_helper()
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c581 zval **entry, **value; in add_header_to_table() local
598 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(first), (void **)&entry, &pos) == SUCCESS) { in add_header_to_table()
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch888 - /* And write the log entry. */
1372 /* Find the Map entry for this address. First try a hash. */
1389 syslog( LOG_ERR, "mmc_unmap failed to find entry!" );
1409 +** Set nocache to 1, if this entry is supposed to be removed quickly.
1721 /* Find a free connection entry. */
/PHP-5.5/ext/exif/
H A Dtest.txt207 edited entry maybe wrong).
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1418 # entry. Note this entry should be placed before the mac filesystem section,
1429 # data" entry - however since this entry is more specific - this
1712 >68 belong 1 %d symbol entry
2677 # first entry is also the string "NTRK"
6937 >>>>>0x20C ulelong >0 \b, saved entry %d
8567 0 string $@MID@$ elog journal entry
8975 # GPT with protective MBR entry in partition 1
8980 # GPT with protective MBR entry in partition 2
10806 # in the entry called "cafebabe".
13580 >56 leshort 1 \b, 1 registry entry
[all …]
/PHP-5.5/main/
H A Dmain.c428 OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
443 OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
/PHP-5.5/ext/curl/
H A Dinterface.c2919 zval *zid, *arr, **entry; in PHP_FUNCTION() local
2933 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(arr), (void **)&entry, &pos) == SUCCESS) { in PHP_FUNCTION()
2938 if (_php_curl_setopt(ch, (long) option, entry TSRMLS_CC) == FAILURE) { in PHP_FUNCTION()
/PHP-5.5/ext/session/
H A Dsession.c668 OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
692 …OnUpdateStringUnempty(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_… in PHP_INI_MH()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c721 static int sapi_cli_server_register_entry_cb(char **entry TSRMLS_DC, int num_args, va_list args, ze… in sapi_cli_server_register_entry_cb()
735 sapi_cli_server_register_variable(track_vars_array, real_key, *entry TSRMLS_CC); in sapi_cli_server_register_entry_cb()
/PHP-5.5/Zend/
H A Dzend.c78 OnUpdateBool(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in ZEND_INI_MH()
/PHP-5.5/win32/
H A Dinstall.txt275 corresponding FAQ entry (and then don't forget to restart the computer
296 explained in the following FAQ entry.
597 read the related FAQ entry on using Apache2 with a threaded MPM
1728 * Find the Path entry (you may need to scroll to find it)
1729 * Double click on the Path entry

Completed in 222 milliseconds

12345678910