Home
last modified time | relevance | path

Searched refs:IS_FALSE (Results 26 – 50 of 73) sorted by relevance

123

/PHP-7.3/main/
H A Doutput.c968 …ine PHP_OUTPUT_USER_SUCCESS(retval) ((Z_TYPE(retval) != IS_UNDEF) && !(Z_TYPE(retval) == IS_FALSE)) in php_output_handler_op()
972 if (Z_TYPE(retval) != IS_FALSE && Z_TYPE(retval) != IS_TRUE) { in php_output_handler_op()
/PHP-7.3/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp586 case IS_FALSE: in umsg_format_helper()
/PHP-7.3/ext/ftp/
H A Dphp_ftp.c1556 if (Z_TYPE_P(z_value) != IS_TRUE && Z_TYPE_P(z_value) != IS_FALSE) { in PHP_FUNCTION()
1565 if (Z_TYPE_P(z_value) != IS_TRUE && Z_TYPE_P(z_value) != IS_FALSE) { in PHP_FUNCTION()
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_ssa.c309 } else if (Z_TYPE_P(zv) == IS_FALSE) { in place_essa_pis()
330 } else if (Z_TYPE_P(zv) == IS_FALSE) { in place_essa_pis()
485 if (Z_TYPE_P(val) != IS_NULL && Z_TYPE_P(val) != IS_TRUE && Z_TYPE_P(val) != IS_FALSE) { in place_essa_pis()
H A Dcompact_literals.c357 case IS_FALSE: in zend_optimizer_compact_literals()
H A Dblock_pass.c467 (Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_FALSE || in zend_optimize_block()
480 (Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_FALSE || in zend_optimize_block()
/PHP-7.3/ext/pdo_pgsql/
H A Dpgsql_statement.c381 } else if (Z_TYPE_P(parameter) == IS_FALSE || Z_TYPE_P(parameter) == IS_TRUE) { in pgsql_stmt_param_hook()
/PHP-7.3/ext/filter/
H A Dfilter.c413 (!(flags & FILTER_NULL_ON_FAILURE) && Z_TYPE_P(value) == IS_FALSE)) && in php_zval_filter()
/PHP-7.3/ext/pdo_mysql/
H A Dmysql_statement.c562 case IS_FALSE: in pdo_mysql_stmt_param_hook()
/PHP-7.3/ext/xsl/
H A Dxsltprocessor.c353 } else if (Z_TYPE(retval) == IS_TRUE || Z_TYPE(retval) == IS_FALSE) { in xsl_ext_function_php()
/PHP-7.3/ext/gmp/
H A Dgmp.c562 if (Z_TYPE_P(result) == IS_FALSE) { in gmp_compare()
728 case IS_FALSE: in convert_to_gmp()
/PHP-7.3/ext/com_dotnet/
H A Dcom_variant.c112 case IS_FALSE: in php_com_variant_from_zval()
/PHP-7.3/ext/oci8/
H A Doci8_statement.c1094 } else if ((Z_TYPE_P(zv) == IS_TRUE) || (Z_TYPE_P(zv) == IS_FALSE)) { in php_oci_bind_post_exec()
1233 else if (Z_TYPE_P(param) == IS_FALSE) in php_oci_bind_by_name()
/PHP-7.3/Zend/
H A Dzend_ast.c419 case IS_FALSE: in zend_ast_add_array_element()
1187 case IS_FALSE: in zend_ast_export_zval()
H A Dzend_vm_execute.h5552 } else if (Z_TYPE_P(offset) == IS_FALSE) {
6162 } else if (Z_TYPE_P(op1) <= IS_FALSE) {
7664 } else if (Z_TYPE_P(offset) == IS_FALSE) {
8946 } else if (Z_TYPE_P(offset) == IS_FALSE) {
10756 } else if (Z_TYPE_P(offset) == IS_FALSE) {
18595 } else if (Z_TYPE_P(offset) == IS_FALSE) {
18795 } else if (Z_TYPE_P(op1) <= IS_FALSE) {
19009 } else if (Z_TYPE_P(offset) == IS_FALSE) {
19499 } else if (Z_TYPE_P(offset) == IS_FALSE) {
24115 } else if (Z_TYPE_P(op1) <= IS_FALSE) {
[all …]
H A Dzend_operators.h441 } else if (Z_TYPE_INFO_P(pzv) < IS_FALSE) { \
H A Dzend_exceptions.c524 case IS_FALSE: in _build_trace_args()
H A Dzend_compile.c2339 && (Z_TYPE(expr->u.constant) == IS_FALSE in zend_emit_return_type_check()
3443 opline->extended_value = (1 << IS_FALSE) | (1 << IS_TRUE); in zend_compile_func_typecheck()
5044 && Z_TYPE(expr_node.u.constant) == IS_FALSE) { in zend_compile_switch()
7101 case IS_FALSE: in zend_try_ct_eval_array()
7151 if (Z_TYPE(left_node.u.constant) == IS_FALSE) { in zend_compile_binary_op()
7161 if (Z_TYPE(right_node.u.constant) == IS_FALSE) { in zend_compile_binary_op()
8699 } else if (Z_TYPE_P(container) <= IS_FALSE) { in zend_eval_const_expr()
/PHP-7.3/ext/snmp/
H A Dsnmp.c804 if (Z_TYPE_P(return_value) == IS_TRUE || Z_TYPE_P(return_value) == IS_FALSE) { in php_snmp_internal()
869 …= SNMP_ERR_NOSUCHNAME || Z_TYPE_P(return_value) == IS_TRUE || Z_TYPE_P(return_value) == IS_FALSE) { in php_snmp_internal()
/PHP-7.3/ext/soap/
H A Dsoap.c1193 if (Z_TYPE_P(tmp) == IS_FALSE) { in PHP_METHOD()
2119 Z_TYPE_P(tmp) != IS_FALSE) {
2383 (Z_TYPE_P(tmp) == IS_FALSE ||
2450 (Z_TYPE_P(tmp) == IS_FALSE ||
2762 Z_TYPE_P(tmp) != IS_FALSE)) {
/PHP-7.3/ext/dba/
H A Ddba.c1115 if (Z_TYPE_P(zkey) == IS_NULL || (Z_TYPE_P(zkey) == IS_FALSE)) { in PHP_FUNCTION()
/PHP-7.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1332 case IS_FALSE: in get_zval_xmlrpc_type()
/PHP-7.3/ext/zip/
H A Dphp_zip.c300 if (Z_TYPE(exists_flag) == IS_FALSE) { in php_zip_add_file()
862 case IS_FALSE: in php_zip_property_reader()
/PHP-7.3/ext/wddx/
H A Dwddx.c631 case IS_FALSE: in php_wddx_serialize_var()
/PHP-7.3/ext/simplexml/
H A Dsimplexml.c395 case IS_FALSE: in change_node_zval()
507 case IS_FALSE: in sxe_prop_dim_write()

Completed in 706 milliseconds

123