Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dhttp_fopen_wrapper.c669 zend_set_local_var_str("http_response_header", sizeof("http_response_header")-1, &ztmp, 0); in php_stream_url_wrap_http_ex()
/PHP-7.1/main/
H A Dmain.c947 if (zend_set_local_var_str("php_errormsg", sizeof("php_errormsg")-1, &tmp, 0) == FAILURE) { in php_verror()
1272 if (zend_set_local_var_str("php_errormsg", sizeof("php_errormsg")-1, &tmp, 0) == FAILURE) { in php_error_cb()
/PHP-7.1/Zend/
H A Dzend_execute_API.c1695 ZEND_API int zend_set_local_var_str(const char *name, size_t len, zval *value, int force) /* {{{ */ in zend_set_local_var_str() function
H A Dzend_API.h550 ZEND_API int zend_set_local_var_str(const char *name, size_t len, zval *value, int force);

Completed in 25 milliseconds