Searched defs:is_ref (Results 1 – 4 of 4) sorted by relevance
/php-src/Zend/ |
H A D | zend_API.h | 1100 #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 D | zend_compile.c | 7594 bool is_ref = (param_ast->attr & ZEND_PARAM_REF) != 0; in zend_compile_params() local 7819 bool is_ref = (param_ast->attr & ZEND_PARAM_REF) != 0; in zend_compile_params() local
|
H A D | zend_API.c | 3597 …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-src/ext/standard/ |
H A D | var.c | 107 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 67 milliseconds