Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dstring.c2326 zval **tmp_str = NULL, **tmp_from = NULL, **tmp_repl = NULL, **tmp_len= NULL; local
2417 … if (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(repl), (void **) &tmp_repl, &pos_repl)) {
2418 convert_to_string_ex(tmp_repl);
2419 repl_len = Z_STRLEN_PP(tmp_repl);
2429 …memcpy((result + f), (Z_TYPE_PP(repl) == IS_ARRAY ? Z_STRVAL_PP(tmp_repl) : Z_STRVAL_PP(repl)), re…
2545 … if (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(repl), (void **) &tmp_repl, &pos_repl)) {
2548 if(Z_TYPE_PP(tmp_repl) != IS_STRING) {
2549 zrepl = **tmp_repl;
2554 repl_str = *tmp_repl;
2559 if(Z_TYPE_PP(tmp_repl) != IS_STRING) {
[all …]

Completed in 18 milliseconds