Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_execute.c55 #define get_zval_ptr(op_type, node, ex, should_free, type) _get_zval_ptr(op_type, node, ex, should_… argument
56 #define get_zval_ptr_deref(op_type, node, ex, should_free, type) _get_zval_ptr_deref(op_type, node,… argument
57 #define get_zval_ptr_r(op_type, node, ex, should_free) _get_zval_ptr_r(op_type, node, ex, should_fr… argument
58 #define get_zval_ptr_r_deref(op_type, node, ex, should_free) _get_zval_ptr_r_deref(op_type, node, e… argument
59 #define get_zval_ptr_undef(op_type, node, ex, should_free, type) _get_zval_ptr_undef(op_type, node,… argument
60 #define get_zval_ptr_ptr(op_type, node, ex, should_free, type) _get_zval_ptr_ptr(op_type, node, ex,… argument
61 #define get_zval_ptr_ptr_undef(op_type, node, ex, should_free, type) _get_zval_ptr_ptr(op_type, nod… argument
62 #define get_obj_zval_ptr(op_type, node, ex, should_free, type) _get_obj_zval_ptr(op_type, node, ex,… argument
64 #define get_obj_zval_ptr_ptr(op_type, node, ex, should_free, type) _get_obj_zval_ptr_ptr(op_type, n… argument
107 #define FREE_OP(should_free) \ argument
[all …]
/PHP-7.0/ext/sockets/
H A Dconversions.h20 int should_free; member
/PHP-7.0/ext/standard/
H A Dstring.c3734 PHPAPI zend_string *php_addcslashes(zend_string *str, int should_free, char *what, size_t wlength)
3780 PHPAPI zend_string *php_addslashes(zend_string *str, int should_free)
/PHP-7.0/ext/pgsql/
H A Dpgsql.c5767 static int php_pgsql_add_quotes(zval *src, zend_bool should_free)

Completed in 57 milliseconds