Home
last modified time | relevance | path

Searched refs:entry (Results 1 – 25 of 239) sorted by path

12345678910

/PHP-5.5/
H A DINSTALL376 For information on why, read the related FAQ entry on using Apache2
1697 in the Windows registry. Since PHP 5.3, entry can be set in .user.ini
2046 + Find the Path entry (you may need to scroll to find it)
2047 + Double click on the Path entry
H A DNEWS213 entry filename is "/"). (CVE-2015-7804) (Stas)
437 . Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry
905 . Fixed bug #68103 (Duplicate entry in Reflection for class alias). (Remi)
1200 . Fixed bug #66482 (unknown entry 'priority' in php-fpm.conf).
6502 - Fixed a crash on extract in zip when files or directories entry names contain
6638 - Fixed extraction of zip files or directories when the entry name is a
8848 - Fixed bug #35988 (Unknown persistent list entry type in module shutdown).
H A DREADME.EXTENSIONS13 If this was your old module entry:
H A DREADME.PARAMETER_PARSING_API64 O - object of specific type given by class entry (zval*, zend_class_entry)
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 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/Zend/
H A DOBJECTS2_HOWTO24 constructor call. The get_constructor handler table entry should be
25 used for that. Do not rely class entry's constructor, unless you refer
105 get_class_entry returns class entry (zend_class_entry) for the object,
191 get_class_entry - should return the class entry for the object
H A Dzend.c78 OnUpdateBool(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in ZEND_INI_MH()
H A Dzend_builtin_functions.c572 zval *array, *entry, **entry_ptr, *tmp; in ZEND_FUNCTION() local
592 entry = *entry_ptr; in ZEND_FUNCTION()
595 if (Z_ISREF_P(entry)) { in ZEND_FUNCTION()
597 *tmp = *entry; in ZEND_FUNCTION()
601 entry=tmp; in ZEND_FUNCTION()
603 zend_hash_index_update(return_value->value.ht, 1, &entry, sizeof(zval *), NULL); in ZEND_FUNCTION()
604 Z_ADDREF_P(entry); in ZEND_FUNCTION()
606 Z_ADDREF_P(entry); in ZEND_FUNCTION()
1476 char *entry; in ZEND_FUNCTION() local
1484 while (zend_hash_get_current_key(&EG(included_files), &entry, NULL, 1) == HASH_KEY_IS_STRING) { in ZEND_FUNCTION()
[all …]
H A Dzend_compile.c3560 zend_class_entry *entry; in zend_do_inherit_interfaces() local
3575 entry = iface->interfaces[if_num]; in zend_do_inherit_interfaces()
3577 if (ce->interfaces[i] == entry) { in zend_do_inherit_interfaces()
3582 ce->interfaces[ce->num_interfaces++] = entry; in zend_do_inherit_interfaces()
H A Dzend_ini.h60 #define ZEND_INI_MH(name) int name(zend_ini_entry *entry, char *new_value, uint new_value_length, v…
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.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/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/ext/date/tests/
H A DDateTimeZone_getTransitions_basic1.phpt27 echo "\n-- Format a sample entry for Spring 1963 --\n";
37 -- Format a sample entry for Spring 1963 --
H A DDateTimeZone_listAbbreviations_basic1.phpt21 echo "\n-- Format a sample entry --\n";
31 -- Format a sample entry --
H A Dtimezone_abbreviations_list_basic1.phpt21 echo "\n-- Format a sample entry --\n";
31 -- Format a sample entry --
H A Dtimezone_transitions_get_basic1.phpt27 echo "\n-- Format a sample entry pfor Spring 1963 --\n";
40 -- Format a sample entry pfor Spring 1963 --
/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/dom/
H A Ddom_iterators.c190 zval **entry; in php_dom_iterator_move_forward() local
206 if (zend_hash_get_current_data(nodeht, (void **) &entry)==SUCCESS) { in php_dom_iterator_move_forward()
207 curattr = *entry; in php_dom_iterator_move_forward()
265 zval **entry; in php_dom_get_iterator() local
285 if (zend_hash_get_current_data(nodeht, (void **) &entry)==SUCCESS) { in php_dom_get_iterator()
286 curattr = *entry; in php_dom_get_iterator()
H A Dnodelist.c117 zval **entry; in PHP_FUNCTION() local
137 if (zend_hash_index_find(nodeht, index, (void **) &entry)==SUCCESS) { in PHP_FUNCTION()
138 *return_value = **entry; in PHP_FUNCTION()
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()
H A Dphp_dom.h127 #define REGISTER_DOM_CLASS(ce, name, parent_ce, funcs, entry) \ argument
130 entry = zend_register_internal_class_ex(&ce, parent_ce, NULL TSRMLS_CC);
/PHP-5.5/ext/dom/examples/
H A Ddom1.inc14 <row><entry>a1</entry><entry morerows='1'>b1</entry><entry>c1</entry></row>
15 <row><entry>a2</entry><entry>c2</entry></row>
16 <row><entry>a3</entry><entry>b3</entry><entry>c3</entry></row>

Completed in 142 milliseconds

12345678910