repl              446 ext/fileinfo/libmagic/funcs.c 	zval *repl;
repl              463 ext/fileinfo/libmagic/funcs.c 	MAKE_STD_ZVAL(repl);
repl              464 ext/fileinfo/libmagic/funcs.c 	ZVAL_STRINGL(repl, rep, strlen(rep), 0);
repl              466 ext/fileinfo/libmagic/funcs.c 	res = php_pcre_replace_impl(pce, ms->o.buf, strlen(ms->o.buf), repl,
repl              469 ext/fileinfo/libmagic/funcs.c 	FREE_ZVAL(repl);
repl              170 ext/pspell/pspell.c 	ZEND_ARG_INFO(0, repl)
repl              873 ext/pspell/pspell.c 	char *repl;
repl              877 ext/pspell/pspell.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lp", &conf, &repl, &repl_len) == FAILURE) {
repl              885 ext/pspell/pspell.c 	if (php_check_open_basedir(repl TSRMLS_CC)) {
repl              889 ext/pspell/pspell.c 	pspell_config_replace(config, "repl", repl);
repl             1943 ext/standard/array.c 		 ***repl = NULL;		/* Replacement elements */
repl             1968 ext/standard/array.c 		repl = (zval ***)safe_emalloc(repl_num, sizeof(zval **), 0);
repl             1970 ext/standard/array.c 			repl[i] = ((zval **)p->pData);
repl             1996 ext/standard/array.c 	php_splice(Z_ARRVAL_P(array), offset, length, repl, repl_num, rem_hash TSRMLS_CC);
repl             1999 ext/standard/array.c 	if (repl) {
repl             2000 ext/standard/array.c 		efree(repl);
repl             2310 ext/standard/string.c 	zval **repl;
repl             2320 ext/standard/string.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ZZZ|Z", &str, &repl, &from, &len) == FAILURE) {
repl             2330 ext/standard/string.c 	if (Z_TYPE_PP(repl) != IS_ARRAY) {
repl             2331 ext/standard/string.c 		if (Z_ISREF_PP(repl)) {
repl             2332 ext/standard/string.c 			SEPARATE_ZVAL(repl);
repl             2334 ext/standard/string.c 		convert_to_string_ex(repl);
repl             2407 ext/standard/string.c 			if (Z_TYPE_PP(repl) == IS_ARRAY) {
repl             2408 ext/standard/string.c 				zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(repl), &pos_repl);
repl             2409 ext/standard/string.c 				if (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(repl), (void **) &tmp_repl, &pos_repl)) {
repl             2414 ext/standard/string.c 				repl_len = Z_STRLEN_PP(repl);
repl             2421 ext/standard/string.c 				memcpy((result + f), (Z_TYPE_PP(repl) == IS_ARRAY ? Z_STRVAL_PP(tmp_repl) : Z_STRVAL_PP(repl)), repl_len);
repl             2445 ext/standard/string.c 		if (Z_TYPE_PP(repl) == IS_ARRAY) {
repl             2446 ext/standard/string.c 			zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(repl), &pos_repl);
repl             2536 ext/standard/string.c 			if (Z_TYPE_PP(repl) == IS_ARRAY) {
repl             2537 ext/standard/string.c 				if (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(repl), (void **) &tmp_repl, &pos_repl)) {
repl             2558 ext/standard/string.c 					zend_hash_move_forward_ex(Z_ARRVAL_PP(repl), &pos_repl);
repl             2574 ext/standard/string.c 				result_len += Z_STRLEN_PP(repl);
repl             2579 ext/standard/string.c 				memcpy((result + f), Z_STRVAL_PP(repl), Z_STRLEN_PP(repl));
repl             2580 ext/standard/string.c 				memcpy((result + f + Z_STRLEN_PP(repl)), Z_STRVAL_P(orig_str) + f + l, Z_STRLEN_P(orig_str) - f - l);
repl             2820 ext/standard/string.c 	STR			repl;
repl             2959 ext/standard/string.c 			S(&patterns[i].repl) = Z_STRVAL_PP(entry);
repl             2960 ext/standard/string.c 			L(&patterns[i].repl) = Z_STRLEN_PP(entry);
repl             3086 ext/standard/string.c 				smart_str_appendl(&result, S(&pnr->repl), L(&pnr->repl));