Searched defs:is_ref (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/Zend/ |
H A D | zend_API.h | 880 #define _ZEND_TRY_ASSIGN_NULL(zv, is_ref) do { \ argument 902 #define _ZEND_TRY_ASSIGN_FALSE(zv, is_ref) do { \ argument 924 #define _ZEND_TRY_ASSIGN_TRUE(zv, is_ref) do { \ argument 946 #define _ZEND_TRY_ASSIGN_BOOL(zv, bval, is_ref) do { \ argument 968 #define _ZEND_TRY_ASSIGN_LONG(zv, lval, is_ref) do { \ argument 990 #define _ZEND_TRY_ASSIGN_DOUBLE(zv, dval, is_ref) do { \ argument 1012 #define _ZEND_TRY_ASSIGN_EMPTY_STRING(zv, is_ref) do { \ argument 1034 #define _ZEND_TRY_ASSIGN_STR(zv, str, is_ref) do { \ argument 1122 #define _ZEND_TRY_ASSIGN_ARR(zv, arr, is_ref) do { \ argument 1144 #define _ZEND_TRY_ASSIGN_RES(zv, res, is_ref) do { \ argument [all …]
|
H A D | zend_compile.c | 6671 bool is_ref = (param_ast->attr & ZEND_PARAM_REF) != 0; in zend_compile_params() local 6877 bool is_ref = (param_ast->attr & ZEND_PARAM_REF) != 0; in zend_compile_params() local
|
H A D | zend_API.c | 3222 …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.1/ext/standard/ |
H A D | var.c | 93 int is_ref = 0; in php_var_dump() local 664 bool is_ref = Z_ISREF_P(var); in php_add_var_hash() local
|
Completed in 57 milliseconds