Searched refs:pref (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/bcmath/libbcmath/ |
| H A D | configure | 122 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 126 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 253 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 255 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 258 -program-prefix | --program-prefix | --program-prefi | --program-pref \ 262 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
|
| /PHP_TRUNK/ext/iconv/ |
| H A D | iconv.c | 2127 zval *pref = NULL; local 2140 &pref) == FAILURE) { 2145 if (pref != NULL) { 2148 if (zend_hash_find(Z_ARRVAL_P(pref), "scheme", sizeof("scheme"), (void **)&ppval) == SUCCESS) { 2162 if (zend_hash_find(Z_ARRVAL_P(pref), "input-charset", sizeof("input-charset"), (void **)&ppval) == SUCCESS) { 2174 if (zend_hash_find(Z_ARRVAL_P(pref), "output-charset", sizeof("output-charset"), (void **)&ppval) == SUCCESS) { 2185 if (zend_hash_find(Z_ARRVAL_P(pref), "line-length", sizeof("line-length"), (void **)&ppval) == SUCCESS) { 2202 if (zend_hash_find(Z_ARRVAL_P(pref), "line-break-chars", sizeof("line-break-chars"), (void **)&ppval) == SUCCESS) {
|
Completed in 9 milliseconds