Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 25 of 41) sorted by relevance

12

/PHP-7.0/ext/intl/tests/
H A Dformatter_get_set_symbol.phpt10 * Get/set symbol.
93 New symbol: [_._]
98 New symbol: [_,_]
103 New symbol: [_;_]
108 New symbol: [_%_]
123 New symbol: [_-_]
128 New symbol: [_+_]
133 New symbol: [_$_]
138 New symbol: [_$_]
148 New symbol: [_E_]
[all …]
H A Dformatter_get_set_symbol2.phpt11 * Get/set symbol.
94 New symbol: [_._]
99 New symbol: [_,_]
104 New symbol: [_;_]
109 New symbol: [_%_]
124 New symbol: [_-_]
129 New symbol: [_+_]
134 New symbol: [_$_]
139 New symbol: [_$_]
149 New symbol: [_E_]
[all …]
H A Dbug53512.phpt21 string(65) "numfmt_set_symbol: invalid symbol value: U_ILLEGAL_ARGUMENT_ERROR"
23 string(65) "numfmt_set_symbol: invalid symbol value: U_ILLEGAL_ARGUMENT_ERROR"
25 string(65) "numfmt_set_symbol: invalid symbol value: U_ILLEGAL_ARGUMENT_ERROR"
27 string(65) "numfmt_set_symbol: invalid symbol value: U_ILLEGAL_ARGUMENT_ERROR"
H A Dformatter_get_set_text_attribute.phpt62 $res_str .= "ERROR: New $attr_name symbol value has not been set correctly.\n";
H A Dformatter_get_set_text_attribute_var2.phpt62 $res_str .= "ERROR: New $attr_name symbol value has not been set correctly.\n";
/PHP-7.0/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…
H A Dbug40609.wsdl7 <xs:element name="symbol" nillable="true" type="xs:string" />
21 <xs:element name="symbol" nillable="true" type="xs:any" />
/PHP-7.0/ext/intl/formatter/
H A Dformatter_attr.c252 zend_long symbol; in PHP_FUNCTION() local
260 &object, NumberFormatter_ce_ptr, &symbol ) == FAILURE ) in PHP_FUNCTION()
268 if(symbol >= UNUM_FORMAT_SYMBOL_COUNT || symbol < 0) { in PHP_FUNCTION()
276 …length = unum_getSymbol(FORMATTER_OBJECT(nfo), symbol, value_buf, length, &INTL_DATA_ERROR_CODE(nf… in PHP_FUNCTION()
281 length = unum_getSymbol(FORMATTER_OBJECT(nfo), symbol, value, length, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
300 zend_long symbol; in PHP_FUNCTION() local
309 &object, NumberFormatter_ce_ptr, &symbol, &value, &value_len ) == FAILURE ) in PHP_FUNCTION()
317 if (symbol >= UNUM_FORMAT_SYMBOL_COUNT || symbol < 0) { in PHP_FUNCTION()
330 unum_setSymbol(FORMATTER_OBJECT(nfo), symbol, svalue, slength, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
H A Dformatter_class.c126 ZEND_ARG_INFO(0, symbol)
/PHP-7.0/Zend/RFCs/
H A D002.txt14 frameworks. It is becoming increasingly difficult to avoid symbol
17 The symbol scopes available in Zend 1.0 are the global scope, the
22 inherently limited for solving symbol name collision problems.
28 Namespaces in Zend 2.0 provide a way to manage the symbol collision
29 problem by making it possible to define multiple symbol tables able to
68 ":" character in the symbol qualifier that is the actual namespace
136 Optionally, the symbol type may be explicitly given to import (as
169 Dean Hall <php@apt7.com> for the initial symbol qualification syntax
/PHP-7.0/ext/standard/tests/strings/
H A Dmoney_format_basic1.phpt52 // Same again but suppress currency symbol
53 echo "Format again suppress currency symbol\n";
76 Format again suppress currency symbol
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
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
/PHP-7.0/ext/standard/tests/array/
H A Dcount_symbol_table.phpt2 Test count() function : count on symbol table
/PHP-7.0/ext/mbstring/tests/
H A Dbug46843.phpt2 Bug #46843 (CP936 euro symbol is not converted properly)
/PHP-7.0/sapi/phpdbg/
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")
H A Dphpdbg_bp.c150 ((phpdbg_breaksymbol_t*)brake)->symbol); in phpdbg_export_breakpoints_to_string()
410 new_break.symbol = estrndup(name, name_len); in phpdbg_set_breakpoint_symbol()
414 …uccess\" id=\"%d\" function=\"%s\"", "Breakpoint #%d added at %s", new_break.id, new_break.symbol); in phpdbg_set_breakpoint_symbol()
1263 ((phpdbg_breaksymbol_t*)brake)->symbol, in phpdbg_print_breakpoint()
1422 brake->id, brake->symbol, in phpdbg_print_breakpoints()
/PHP-7.0/Zend/
H A DZend.m475 dnl Ugly hack to check if dlsym() requires a leading underscore in symbol name.
77 AC_MSG_CHECKING([whether dlsym() requires a leading underscore in symbol names])
82 …AC_DEFINE(DLSYM_NEEDS_UNDERSCORE, 1, [Define if dlsym() requires a leading underscore in symbol na…
/PHP-7.0/sapi/apache2handler/
H A DREADME69 done. Then you can set a breakpoint on any PHP-related symbol.
/PHP-7.0/ext/mbstring/libmbfl/
H A Dconfig.h.in69 /* Define to the one symbol short name of this package. */
/PHP-7.0/ext/mbstring/oniguruma/
H A Dconfig.h.in76 /* Define to the one symbol short name of this package. */
/PHP-7.0/ext/calendar/
H A Dcalendar.c187 char *symbol; member
284 add_assoc_string(ret, "calsymbol", calendar->symbol); in _php_cal_info()

Completed in 49 milliseconds

12