tmp_repl         2318 ext/standard/string.c 	zval **tmp_str = NULL, **tmp_from = NULL, **tmp_repl = NULL, **tmp_len= NULL;
tmp_repl         2409 ext/standard/string.c 				if (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(repl), (void **) &tmp_repl, &pos_repl)) {
tmp_repl         2410 ext/standard/string.c 					convert_to_string_ex(tmp_repl);
tmp_repl         2411 ext/standard/string.c 					repl_len = Z_STRLEN_PP(tmp_repl);
tmp_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);
tmp_repl         2537 ext/standard/string.c 				if (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(repl), (void **) &tmp_repl, &pos_repl)) {
tmp_repl         2540 ext/standard/string.c 					if(Z_TYPE_PP(tmp_repl) != IS_STRING) {
tmp_repl         2541 ext/standard/string.c 						zrepl = **tmp_repl;
tmp_repl         2546 ext/standard/string.c 						repl_str = *tmp_repl;
tmp_repl         2551 ext/standard/string.c 						if(Z_TYPE_PP(tmp_repl) != IS_STRING) {
tmp_repl         2564 ext/standard/string.c 					if(Z_TYPE_PP(tmp_repl) != IS_STRING) {