Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dhttp_fopen_wrapper.c976 if (FAILURE == zend_set_local_var_str( in php_stream_url_wrap_http()
/PHP-7.4/main/
H A Dmain.c1159 if (zend_set_local_var_str("php_errormsg", sizeof("php_errormsg")-1, &tmp, 0) == FAILURE) { in php_verror()
1489 if (zend_set_local_var_str("php_errormsg", sizeof("php_errormsg")-1, &tmp, 0) == FAILURE) { in php_error_cb()
/PHP-7.4/Zend/
H A Dzend_execute_API.c1619 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.h537 ZEND_API int zend_set_local_var_str(const char *name, size_t len, zval *value, int force);

Completed in 30 milliseconds