/PHP-5.6/ext/intl/tests/ |
H A D | formatter_get_set_symbol.phpt | 10 * 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 D | formatter_get_set_symbol2.phpt | 10 * 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 D | bug53512.phpt | 19 string(65) "numfmt_set_symbol: invalid symbol value: U_ILLEGAL_ARGUMENT_ERROR" 21 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"
|
H A D | formatter_get_set_text_attribute.phpt | 62 $res_str .= "ERROR: New $attr_name symbol value has not been set correctly.\n";
|
H A D | formatter_get_set_text_attribute_var2.phpt | 62 $res_str .= "ERROR: New $attr_name symbol value has not been set correctly.\n";
|
/PHP-5.6/ext/soap/tests/bugs/ |
H A D | bug40609.phpt | 13 $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 D | bug40609.wsdl | 7 <xs:element name="symbol" nillable="true" type="xs:string" /> 21 <xs:element name="symbol" nillable="true" type="xs:any" />
|
/PHP-5.6/ext/intl/formatter/ |
H A D | formatter_attr.c | 252 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 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 D | formatter_class.c | 138 ZEND_ARG_INFO(0, symbol)
|
/PHP-5.6/Zend/RFCs/ |
H A D | 002.txt | 14 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-5.6/ext/standard/tests/strings/ |
H A D | money_format_basic1.phpt | 52 // Same again but suppress currency symbol 53 echo "Format again suppress currency symbol\n"; 76 Format again suppress currency symbol
|
H A D | setlocale_basic3.phpt | 52 //set of currency symbol according to above list of locales
|
H A D | setlocale_variation1.phpt | 51 //set of currency symbol according to above list of locales
|
H A D | setlocale_basic1.phpt | 65 //set of currency symbol according to above list of locales
|
H A D | setlocale_basic2.phpt | 66 //set of currency symbol according to above list of locales
|
/PHP-5.6/ext/mbstring/tests/ |
H A D | bug46843.phpt | 2 Bug #46843 (CP936 euro symbol is not converted properly)
|
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg_bp.h | 52 phpdbg_breakbase(symbol);
|
H A D | phpdbg_bp.c | 146 ((phpdbg_breaksymbol_t*)brake)->symbol); in phpdbg_export_breakpoints() 283 new_break.symbol = estrndup(name, name_len); in phpdbg_set_breakpoint_symbol() 285 zend_hash_update(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], new_break.symbol, in phpdbg_set_breakpoint_symbol() 289 new_break.id, new_break.symbol); in phpdbg_set_breakpoint_symbol() 1203 ((phpdbg_breaksymbol_t*)brake)->symbol, 1365 brake->id, brake->symbol,
|
/PHP-5.6/sapi/apache2filter/ |
H A D | README | 65 done. Then you can set a breakpoint on any PHP-related symbol.
|
/PHP-5.6/Zend/ |
H A D | Zend.m4 | 75 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-5.6/sapi/apache2handler/ |
H A D | README | 69 done. Then you can set a breakpoint on any PHP-related symbol.
|
/PHP-5.6/ext/mbstring/libmbfl/ |
H A D | config.h.in | 69 /* Define to the one symbol short name of this package. */
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | config.h.in | 76 /* Define to the one symbol short name of this package. */
|
/PHP-5.6/ext/calendar/ |
H A D | calendar.c | 187 char *symbol; member 285 add_assoc_string(*ret, "calsymbol", calendar->symbol, 1); in _php_cal_info()
|
/PHP-5.6/win32/build/ |
H A D | confutils.js | 574 function PATH_PROG(progname, additional_paths, symbol) argument 600 if (symbol == null) { 601 symbol = progname.toUpperCase(); 603 DEFINE(symbol, place);
|