Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 25 of 39) sorted by last modified time

12

/PHP-7.4/
H A DNEWS2536 . Fixed bug #77110 (undefined symbol zend_string_equal_val in C++ build).
H A DUPGRADING.INTERNALS26 w. APACHE symbol removed
225 w. APACHE symbol has been removed and is no longer defined.
274 The HAVE_TM_GMTOFF symbol is replaced with HAVE_STRUCT_TM_TM_GMTOFF and
275 HAVE_TM_ZONE symbol is replaced with HAVE_STRUCT_TM_TM_ZONE.
285 - Removed unused AC_PROG_CC_C_O check and the NO_MINUS_C_MINUS_O symbol.
296 - Removed unused check for dev/arandom and the HAVE_DEV_ARANDOM symbol.
302 - Unused check for struct cmsghdr and symbol HAVE_CMSGHDR have been removed.
304 HAVE_APPLICATIONSERVICES_APPLICATIONSERVICES_H symbol have been removed.
310 - Removed unused check and symbol MISSING_MSGHDR_MSGFLAGS.
315 . Removed unused defined symbol HAVE_LIBBIND.
/PHP-7.4/ext/date/lib/
H A Dparse_date.re2253 case TIMELIB_FORMAT_ANY_SEPARATOR: /* separation symbol */
2257 …add_pbf_error(s, TIMELIB_ERR_NO_SEP_SYMBOL, "The separation symbol ([;:/.,-]) could not be found",…
2265 …add_pbf_error(s, TIMELIB_ERR_NO_SEP_SYMBOL, "The separation symbol could not be found", string, be…
/PHP-7.4/Zend/
H A Dzend_API.c2802 ZEND_API int zend_set_hash_symbol(zval *symbol, const char *name, int name_length, zend_bool is_ref… in zend_set_hash_symbol() argument
2810 ZVAL_MAKE_REF(symbol); in zend_set_hash_symbol()
2816 zend_hash_str_update(symbol_table, name, name_length, symbol); in zend_set_hash_symbol()
2817 Z_TRY_ADDREF_P(symbol); in zend_set_hash_symbol()
H A DZend.m4134 dnl Ugly hack to check if dlsym() requires a leading underscore in symbol name.
137 AC_MSG_CHECKING([whether dlsym() requires a leading underscore in symbol names])
142 …AC_DEFINE(DLSYM_NEEDS_UNDERSCORE, 1, [Define if dlsym() requires a leading underscore in symbol na…
H A Dzend_API.h529 ZEND_API int zend_set_hash_symbol(zval *symbol, const char *name, int name_length, zend_bool is_ref…
/PHP-7.4/build/
H A Dlibtool.m44221 # A symbol stripping program
4534 # Check for command to grab the raw symbol name followed by C symbol from nm.
4541 # Character class describing NM global symbol codes.
4550 # Transform an extracted symbol line into symbol name and symbol address
4606 # If we're using GNU nm, then use its standard symbol codes.
4615 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4657 # Now generate the symbol file.
4668 /* The mapping between symbol names and symbols. */
5355 # included in the symbol list
5360 # as well as any symbol that contains `d'.
[all …]
/PHP-7.4/win32/build/
H A Dconfutils.js635 function PATH_PROG(progname, additional_paths, symbol) argument
661 if (symbol == null) {
662 symbol = progname.toUpperCase();
664 DEFINE(symbol, place);
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c89 efree((char *) ((phpdbg_breaksymbol_t *) Z_PTR_P(brake))->symbol); in php_phpdbg_destroy_bp_symbol()
H A Dphpdbg_bp.c151 ((phpdbg_breaksymbol_t*)brake)->symbol); in phpdbg_export_breakpoints_to_string()
424 new_break.symbol = estrndup(name, name_len); in phpdbg_set_breakpoint_symbol()
428 …uccess\" id=\"%d\" function=\"%s\"", "Breakpoint #%d added at %s", new_break.id, new_break.symbol); in phpdbg_set_breakpoint_symbol()
1306 ((phpdbg_breaksymbol_t*)brake)->symbol, in phpdbg_print_breakpoint()
1465 brake->id, brake->symbol, in phpdbg_print_breakpoints()
H A Dphpdbg_bp.h66 phpdbg_breakbase(symbol);
H A Dxml.md42 symbol section
136 - symbol_table: no symbol table present (not yet initiailized or already destructed)
176 - symbol
200 - name: name of the symbol (function/method/file/opcode)
222 - symbol ("{main}" is root frame)
360 - symbol (also type and flags attributes; here the value of flags is either "Method" or "Function")
/PHP-7.4/ext/pcre/tests/
H A Dbug79241.phpt15 // with the second call offsetting after the tick symbol
/PHP-7.4/Zend/tests/
H A Dbug76047.phpt22 $$arg = 1; // Trigger symbol table
/PHP-7.4/ext/standard/tests/strings/
H A Dmoney_format_basic1.phpt52 // Same again but suppress currency symbol
53 echo "Format again suppress currency symbol\n";
96 Format again suppress currency symbol
H A Dsetlocale_basic1.phpt65 //set of currency symbol according to above list of locales
H A Dsetlocale_basic2.phpt66 //set of currency symbol according to above list of locales
H A Dsetlocale_basic3.phpt52 //set of currency symbol according to above list of locales
H A Dsetlocale_variation1.phpt51 //set of currency symbol according to above list of locales
/PHP-7.4/ext/intl/
H A Dphp_intl.c284 ZEND_ARG_INFO(0, symbol)
/PHP-7.4/ext/intl/formatter/
H A Dformatter_attr.c250 zend_long symbol; in PHP_FUNCTION() local
258 &object, NumberFormatter_ce_ptr, &symbol ) == FAILURE ) in PHP_FUNCTION()
266 if(symbol >= UNUM_FORMAT_SYMBOL_COUNT || symbol < 0) { in PHP_FUNCTION()
274 …length = unum_getSymbol(FORMATTER_OBJECT(nfo), symbol, value_buf, length, &INTL_DATA_ERROR_CODE(nf… in PHP_FUNCTION()
279 length = unum_getSymbol(FORMATTER_OBJECT(nfo), symbol, value, length, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
298 zend_long symbol; in PHP_FUNCTION() local
307 &object, NumberFormatter_ce_ptr, &symbol, &value, &value_len ) == FAILURE ) in PHP_FUNCTION()
315 if (symbol >= UNUM_FORMAT_SYMBOL_COUNT || symbol < 0) { in PHP_FUNCTION()
328 unum_setSymbol(FORMATTER_OBJECT(nfo), symbol, svalue, slength, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
H A Dformatter_class.c119 ZEND_ARG_INFO(0, symbol)
/PHP-7.4/ext/calendar/
H A Dcalendar.c188 const char *symbol; member
286 add_assoc_string(ret, "calsymbol", calendar->symbol); in _php_cal_info()
/PHP-7.4/ext/standard/tests/array/
H A Dcount_symbol_table.phpt2 Test count() function : count on symbol table
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug40609.phpt13 $c->update(array('symbol' => new SoapVar("<symbol>MSFT</symbol>", XSD_ANYXML),
20 …ns:ns1="http://quickstart.samples/xsd"><SOAP-ENV:Body><ns1:update><symbol>MSFT</symbol><price>1000…

Completed in 120 milliseconds

12