Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_API.h1098 #define _ZEND_TRY_ASSIGN_NULL(zv, is_ref) do { \ argument
1120 #define _ZEND_TRY_ASSIGN_FALSE(zv, is_ref) do { \ argument
1142 #define _ZEND_TRY_ASSIGN_TRUE(zv, is_ref) do { \ argument
1164 #define _ZEND_TRY_ASSIGN_BOOL(zv, bval, is_ref) do { \ argument
1186 #define _ZEND_TRY_ASSIGN_LONG(zv, lval, is_ref) do { \ argument
1208 #define _ZEND_TRY_ASSIGN_DOUBLE(zv, dval, is_ref) do { \ argument
1230 #define _ZEND_TRY_ASSIGN_EMPTY_STRING(zv, is_ref) do { \ argument
1252 #define _ZEND_TRY_ASSIGN_STR(zv, str, is_ref) do { \ argument
1340 #define _ZEND_TRY_ASSIGN_ARR(zv, arr, is_ref) do { \ argument
1362 #define _ZEND_TRY_ASSIGN_RES(zv, res, is_ref) do { \ argument
[all …]
H A Dzend_compile.c7180 bool is_ref = (param_ast->attr & ZEND_PARAM_REF) != 0; in zend_compile_params() local
7393 bool is_ref = (param_ast->attr & ZEND_PARAM_REF) != 0; in zend_compile_params() local
H A Dzend_API.c3498 …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 Dvar.c93 int is_ref = 0; in php_var_dump() local
676 bool is_ref = Z_ISREF_P(var); in php_add_var_hash() local

Completed in 67 milliseconds