Home
last modified time | relevance | path

Searched refs:holder (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_operators.c225 ZVAL_LONG(holder, 0); in _zendi_convert_scalar_to_number_ex()
226 return holder; in _zendi_convert_scalar_to_number_ex()
228 ZVAL_LONG(holder, 1); in _zendi_convert_scalar_to_number_ex()
229 return holder; in _zendi_convert_scalar_to_number_ex()
231 …if ((Z_TYPE_INFO_P(holder) = is_numeric_string(Z_STRVAL_P(op), Z_STRLEN_P(op), &Z_LVAL_P(holder), … in _zendi_convert_scalar_to_number_ex()
232 ZVAL_LONG(holder, 0); in _zendi_convert_scalar_to_number_ex()
237 return holder; in _zendi_convert_scalar_to_number_ex()
240 return holder; in _zendi_convert_scalar_to_number_ex()
244 UNEXPECTED(Z_TYPE_P(holder) != IS_LONG && Z_TYPE_P(holder) != IS_DOUBLE)) { in _zendi_convert_scalar_to_number_ex()
245 ZVAL_LONG(holder, 1); in _zendi_convert_scalar_to_number_ex()
[all …]
/PHP-7.3/ext/mbstring/libmbfl/
H A DLICENSE62 restrictive license from a patent holder. Therefore, we insist that
119 program which contains a notice placed by the copyright holder or
407 original copyright holder who places the Library under this License may add

Completed in 11 milliseconds