Home
last modified time | relevance | path

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

/php-src/ext/tokenizer/
H A Dtokenizer.c324 zval source_zval; in tokenize() local
332 ZVAL_STR_COPY(&source_zval, source); in tokenize()
335 zend_prepare_string_for_scanning(&source_zval, ZSTR_EMPTY_ALLOC()); in tokenize()
379 zval_ptr_dtor_str(&source_zval); in tokenize()
457 zval source_zval; in tokenize_parse() local
464 ZVAL_STR_COPY(&source_zval, source); in tokenize_parse()
470 zend_prepare_string_for_scanning(&source_zval, ZSTR_EMPTY_ALLOC()); in tokenize_parse()
495 zval_ptr_dtor_str(&source_zval); in tokenize_parse()
/php-src/ext/sqlite3/
H A Dsqlite3.c1347 zval *source_zval = ZEND_THIS; in PHP_METHOD() local
1356 source_obj = Z_SQLITE3_DB_P(source_zval); in PHP_METHOD()

Completed in 14 milliseconds