Home
last modified time | relevance | path

Searched defs:is_ref (Results 1 – 4 of 4) sorted by relevance

/PHP-8.4/Zend/
H A Dzend_API.h1100 #define _ZEND_TRY_ASSIGN_NULL(zv, is_ref) do { \ argument
1122 #define _ZEND_TRY_ASSIGN_FALSE(zv, is_ref) do { \ argument
1144 #define _ZEND_TRY_ASSIGN_TRUE(zv, is_ref) do { \ argument
1166 #define _ZEND_TRY_ASSIGN_BOOL(zv, bval, is_ref) do { \ argument
1188 #define _ZEND_TRY_ASSIGN_LONG(zv, lval, is_ref) do { \ argument
1210 #define _ZEND_TRY_ASSIGN_DOUBLE(zv, dval, is_ref) do { \ argument
1232 #define _ZEND_TRY_ASSIGN_EMPTY_STRING(zv, is_ref) do { \ argument
1254 #define _ZEND_TRY_ASSIGN_STR(zv, str, is_ref) do { \ argument
1342 #define _ZEND_TRY_ASSIGN_ARR(zv, arr, is_ref) do { \ argument
1364 #define _ZEND_TRY_ASSIGN_RES(zv, res, is_ref) do { \ argument
[all …]
H A Dzend_compile.c7598 bool is_ref = (param_ast->attr & ZEND_PARAM_REF) != 0; in zend_compile_params() local
7823 bool is_ref = (param_ast->attr & ZEND_PARAM_REF) != 0; in zend_compile_params() local
H A Dzend_API.c3597 …nd_set_hash_symbol(zval *symbol, const char *name, size_t name_length, bool is_ref, int num_symbol… in zend_set_hash_symbol()
/PHP-8.4/ext/standard/
H A Dvar.c107 int is_ref = 0; in php_var_dump() local
730 bool is_ref = Z_ISREF_P(var); in php_add_var_hash() local

Completed in 106 milliseconds