Home
last modified time | relevance | path

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

12345678910

/PHP-5.6/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.6/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()
/PHP-5.6/ext/spl/
H A Dspl_iterators.c1188 zval prefix, entry, postfix; in SPL_METHOD() local
1216 INIT_ZVAL(entry); in SPL_METHOD()
1218 spl_recursive_tree_iterator_get_entry(object, &entry TSRMLS_CC); in SPL_METHOD()
1219 if (Z_TYPE(entry) != IS_STRING) { in SPL_METHOD()
1221 zval_dtor(&entry); in SPL_METHOD()
1226 str_len = Z_STRLEN(prefix) + Z_STRLEN(entry) + Z_STRLEN(postfix); in SPL_METHOD()
1232 memcpy(ptr, Z_STRVAL(entry), Z_STRLEN(entry)); in SPL_METHOD()
1233 ptr += Z_STRLEN(entry); in SPL_METHOD()
1239 zval_dtor(&entry); in SPL_METHOD()
H A Dphp_spl.c814 int spl_build_class_list_string(zval **entry, char **list TSRMLS_DC) /* {{{ */ in spl_build_class_list_string() argument
818 spprintf(&res, 0, "%s, %s", *list, Z_STRVAL_PP(entry)); in spl_build_class_list_string()
/PHP-5.6/
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 Dphp.ini-development285 ; So only set this entry, if you really want to implement such a
958 ; Use of this INI entry is deprecated, use global input_encoding instead.
963 ; Use of this INI entry is deprecated, use global internal_encoding instead.
968 ; Use of this INI entry is deprecated, use global output_encoding instead.
1153 ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
1212 ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
1531 ; collection through a shell script, cron entry, or some other method.
1601 ; to URLs. If you want XHTML conformity, remove the form entry.
1759 ; Use of this INI entry is deprecated, use global internal_encoding instead.
1766 ; Use of this INI entry is deprecated, use global input_encoding instead.
[all …]
H A Dphp.ini-production285 ; So only set this entry, if you really want to implement such a
958 ; Use of this INI entry is deprecated, use global input_encoding instead.
963 ; Use of this INI entry is deprecated, use global internal_encoding instead.
968 ; Use of this INI entry is deprecated, use global output_encoding instead.
1153 ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
1212 ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
1531 ; collection through a shell script, cron entry, or some other method.
1601 ; to URLs. If you want XHTML conformity, remove the form entry.
1759 ; Use of this INI entry is deprecated, use global internal_encoding instead.
1766 ; Use of this INI entry is deprecated, use global input_encoding instead.
[all …]
H A DREADME.PARAMETER_PARSING_API64 O - object of specific type given by class entry (zval*, zend_class_entry)
H A DUPGRADING.INTERNALS200 serialize callback in the class entry.
/PHP-5.6/main/streams/
H A Dplain_wrapper.c855 char entry[sizeof(struct dirent)+MAXPATHLEN]; in php_plain_files_dirstream_read() local
856 struct dirent *result = (struct dirent *)&entry; in php_plain_files_dirstream_read()
863 if (php_readdir_r(dir, (struct dirent *)entry, &result) == 0 && result) { in php_plain_files_dirstream_read()
/PHP-5.6/ext/date/
H A Dphp_date.c944 …if (OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC)… in PHP_INI_MH()
4655 const timelib_tz_lookup_table *table, *entry; in PHP_FUNCTION() local
4660 entry = table; in PHP_FUNCTION()
4665 add_assoc_bool(element, "dst", entry->type); in PHP_FUNCTION()
4666 add_assoc_long(element, "offset", entry->gmtoffset); in PHP_FUNCTION()
4667 if (entry->full_tz_name) { in PHP_FUNCTION()
4668 add_assoc_string(element, "timezone_id", entry->full_tz_name, 1); in PHP_FUNCTION()
4673 …if (zend_hash_find(HASH_OF(return_value), entry->name, strlen(entry->name) + 1, (void **) &abbr_ar… in PHP_FUNCTION()
4676 add_assoc_zval(return_value, entry->name, abbr_array); in PHP_FUNCTION()
4681 entry++; in PHP_FUNCTION()
[all …]
/PHP-5.6/main/
H A Dmain.c423 OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
434 OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
445 OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
461 OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
476 OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
/PHP-5.6/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.6/ext/mysqlnd/
H A Dmysqlnd_result.c1911 zval **entry; in MYSQLND_METHOD() local
1930 zend_hash_get_current_data(Z_ARRVAL(row), (void **)&entry); in MYSQLND_METHOD()
1933 zend_hash_get_current_data(Z_ARRVAL(row), (void **)&entry); in MYSQLND_METHOD()
1935 *return_value = **entry; in MYSQLND_METHOD()
/PHP-5.6/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.6/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.6/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.6/ext/fileinfo/
H A Dmagicdata.patch123 # look like an an old DOS directory entry
/PHP-5.6/ext/dom/
H A Dphp_dom.c477 dom_prop_handler *entry; in dom_get_debug_info_helper() local
501 zend_hash_get_current_data_ex(prop_handlers, (void **)&entry, &pos) in dom_get_debug_info_helper()
509 if (entry->read_func(obj, &value TSRMLS_CC) == FAILURE) { in dom_get_debug_info_helper()
/PHP-5.6/ext/iconv/
H A Diconv.c232 OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
245 OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
258 OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
/PHP-5.6/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.6/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.6/ext/fileinfo/tests/
H A Dmagic1518 # entry. Note this entry should be placed before the mac filesystem section,
1529 # data" entry - however since this entry is more specific - this
1812 >68 belong 1 %d symbol entry
7228 >0 use partition-entry-test
7229 >16 use partition-entry-test
7230 >32 use partition-entry-test
7231 >48 use partition-entry-test
7233 0 name partition-entry-test
7238 >>>0 use partition-entry
7241 >>>0 use partition-entry
[all …]
/PHP-5.6/ext/exif/
H A Dtest.txt207 edited entry maybe wrong).
/PHP-5.6/sapi/cli/
H A Dphp_cli_server.c722 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()
737 sapi_cli_server_register_variable(track_vars_array, key, *entry TSRMLS_CC); in sapi_cli_server_register_entry_cb()
739 sapi_cli_server_register_variable(track_vars_array, real_key, *entry TSRMLS_CC); in sapi_cli_server_register_entry_cb()

Completed in 201 milliseconds

12345678910