Searched refs:left_len (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/bcmath/ |
H A D | bcmath.c | 211 int left_len, right_len; in PHP_FUNCTION() local 248 int left_len, right_len; in PHP_FUNCTION() local 287 int left_len, right_len; in PHP_FUNCTION() local 326 int left_len, right_len; in PHP_FUNCTION() local 371 int left_len, right_len; in PHP_FUNCTION() local 374 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &left, &left_len, &right, &right_len) =… in PHP_FUNCTION() 407 int left_len, right_len, modulous_len; in PHP_FUNCTION() local 450 int left_len, right_len; in PHP_FUNCTION() local 489 int left_len; in PHP_FUNCTION() local 494 if (zend_parse_parameters(argc TSRMLS_CC, "s|l", &left, &left_len, &scale_param) == FAILURE) { in PHP_FUNCTION() [all …]
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 3908 OnigDistance left_len, OnigDistance right_len) in concat_opt_anc_info() argument 3913 if (left_len == 0) { in concat_opt_anc_info()
|
Completed in 46 milliseconds