/PHP-8.3/ext/intl/tests/ |
H A D | formatter_get_set_symbol2.phpt | 11 * 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 D | bug53512.phpt | 22 string(65) "numfmt_set_symbol: invalid symbol value: U_ILLEGAL_ARGUMENT_ERROR" 24 string(65) "numfmt_set_symbol: invalid symbol value: U_ILLEGAL_ARGUMENT_ERROR" 26 string(65) "numfmt_set_symbol: invalid symbol value: U_ILLEGAL_ARGUMENT_ERROR" 28 string(65) "numfmt_set_symbol: invalid symbol value: U_ILLEGAL_ARGUMENT_ERROR"
|
H A D | msgfmt_get_set_pattern.phpt | 57 Error setting symbol value at line 0, offset 26: U_PATTERN_SYNTAX_ERROR (65799)
|
H A D | formatter_get_set_text_attribute.phpt | 63 $res_str .= "ERROR: New $attr_name symbol value has not been set correctly.\n";
|
H A D | formatter_get_set_text_attribute_var2.phpt | 63 $res_str .= "ERROR: New $attr_name symbol value has not been set correctly.\n";
|
/PHP-8.3/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-8.3/ext/intl/formatter/ |
H A D | formatter_attr.c | 215 zend_long symbol; in PHP_FUNCTION() local 223 &object, NumberFormatter_ce_ptr, &symbol ) == FAILURE ) in PHP_FUNCTION() 228 if(symbol >= UNUM_FORMAT_SYMBOL_COUNT || symbol < 0) { in PHP_FUNCTION() 236 …length = unum_getSymbol(FORMATTER_OBJECT(nfo), symbol, value_buf, length, &INTL_DATA_ERROR_CODE(nf… in PHP_FUNCTION() 241 length = unum_getSymbol(FORMATTER_OBJECT(nfo), symbol, value, length, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION() 256 zend_long symbol; in PHP_FUNCTION() local 265 &object, NumberFormatter_ce_ptr, &symbol, &value, &value_len ) == FAILURE ) in PHP_FUNCTION() 270 if (symbol >= UNUM_FORMAT_SYMBOL_COUNT || symbol < 0) { in PHP_FUNCTION() 283 unum_setSymbol(FORMATTER_OBJECT(nfo), symbol, svalue, slength, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
|
H A D | formatter.stub.php | 463 public function setSymbol(int $symbol, string $value): bool {} argument 469 public function getSymbol(int $symbol): string|false {} argument
|
/PHP-8.3/ext/bcmath/tests/ |
H A D | run_bcmath_tests_function.inc | 8 $symbol, 17 " $symbol ",
|
/PHP-8.3/Zend/tests/fibers/ |
H A D | gh9735-006.phpt | 13 // Force symbol table 24 // Force symbol table
|
H A D | gh9735-007.phpt | 15 // Force symbol table 24 // Force symbol table
|
H A D | gh9735-005.phpt | 21 // Force symbol table
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | bug46843.phpt | 2 Bug #46843 (CP936 euro symbol is not converted properly)
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | count_symbol_table.phpt | 2 Test count() function : count on symbol table
|
/PHP-8.3/ext/gmp/tests/ |
H A D | gmp_kronecker.phpt | 2 gmp_kronecker(): Kronecker symbol
|
/PHP-8.3/Zend/tests/use_function/ |
H A D | conditional_function_declaration.phpt | 2 function that is conditionally defined is subject to symbol use checks
|
/PHP-8.3/ext/filter/tests/ |
H A D | 058.phpt | 11 'dîsposable.style.émail.with+symbol@example.com', 39 string(48) "dîsposable.style.émail.with+symbol@example.com"
|
/PHP-8.3/ext/pcre/tests/ |
H A D | bug79241.phpt | 13 // with the second call offsetting after the tick symbol
|
/PHP-8.3/Zend/tests/ |
H A D | bug76047.phpt | 22 $$arg = 1; // Trigger symbol table
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_bp.h | 64 phpdbg_breakbase(symbol);
|
/PHP-8.3/Zend/ |
H A D | Zend.m4 | 134 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…
|
/PHP-8.3/ext/calendar/ |
H A D | calendar.c | 52 const char *symbol; member 146 add_assoc_string(ret, "calsymbol", calendar->symbol); in _php_cal_info()
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | setlocale_variation1.phpt | 40 //set of currency symbol according to above list of locales
|
H A D | setlocale_basic3.phpt | 41 //set of currency symbol according to above list of locales
|