Searched refs:zend_set_local_var_str (Results 1 – 4 of 4) sorted by relevance
/PHP-7.3/ext/standard/ |
H A D | http_fopen_wrapper.c | 988 if (FAILURE == zend_set_local_var_str( in php_stream_url_wrap_http()
|
/PHP-7.3/main/ |
H A D | main.c | 1105 if (zend_set_local_var_str("php_errormsg", sizeof("php_errormsg")-1, &tmp, 0) == FAILURE) { in php_verror() 1430 if (zend_set_local_var_str("php_errormsg", sizeof("php_errormsg")-1, &tmp, 0) == FAILURE) { in php_error_cb()
|
/PHP-7.3/Zend/ |
H A D | zend_execute_API.c | 1597 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 D | zend_API.h | 543 ZEND_API int zend_set_local_var_str(const char *name, size_t len, zval *value, int force);
|
Completed in 27 milliseconds