Home
last modified time | relevance | path

Searched refs:boolean_not_function (Results 1 – 6 of 6) sorted by relevance

/PHP-5.6/Zend/
H A Dzend_ast.c201 boolean_not_function(result, &op1 TSRMLS_CC); in zend_ast_evaluate()
H A Dzend_opcode.c812 return (unary_op_type) boolean_not_function; in get_unary_op()
H A Dzend_operators.h54 ZEND_API int boolean_not_function(zval *result, zval *op1 TSRMLS_DC);
H A Dzend_operators.c1169 ZEND_API int boolean_not_function(zval *result, zval *op1 TSRMLS_DC) /* {{{ */ in boolean_not_function() function
H A Dzend_vm_def.h323 boolean_not_function(&EX_T(opline->result.var).tmp_var,
H A Dzend_vm_execute.h2390 boolean_not_function(&EX_T(opline->result.var).tmp_var, in ZEND_BOOL_NOT_SPEC_CONST_HANDLER()
7781 boolean_not_function(&EX_T(opline->result.var).tmp_var, in ZEND_BOOL_NOT_SPEC_TMP_HANDLER()
12873 boolean_not_function(&EX_T(opline->result.var).tmp_var, in ZEND_BOOL_NOT_SPEC_VAR_HANDLER()
30745 boolean_not_function(&EX_T(opline->result.var).tmp_var, in ZEND_BOOL_NOT_SPEC_CV_HANDLER()

Completed in 154 milliseconds