Searched refs:ZVAL_BOOL (Results 1 - 25 of 31) sorted by relevance

12

/PHP_TRUNK/ext/intl/timezone/
H A Dtimezone_methods.cpp328 ZVAL_BOOL(is_systemid, isSystemID);
/PHP_TRUNK/ext/json/
H A DJSON_parser.c345 ZVAL_BOOL(*z, (*(buf->c) == 't'));
/PHP_TRUNK/ext/com_dotnet/
H A Dcom_variant.c211 ZVAL_BOOL(z, V_BOOL(v) ? 1 : 0);
/PHP_TRUNK/ext/dom/
H A Ddocument.c413 ZVAL_BOOL(*retval, standalone);
535 ZVAL_BOOL(*retval, doc_prop->stricterror);
578 ZVAL_BOOL(*retval, doc_prop->formatoutput);
620 ZVAL_BOOL(*retval, doc_prop->validateonparse);
662 ZVAL_BOOL(*retval, doc_prop->resolveexternals);
704 ZVAL_BOOL(*retval, doc_prop->preservewhitespace);
746 ZVAL_BOOL(*retval, doc_prop->recover);
788 ZVAL_BOOL(*retval, doc_prop->substituteentities);
H A Dxpath.c130 ZVAL_BOOL(args[i], obj->boolval);
/PHP_TRUNK/ext/mysqli/
H A Dmysqli_driver.c36 ZVAL_BOOL(*retval, MyG(value)); \
92 ZVAL_BOOL(*retval, 1);
94 ZVAL_BOOL(*retval, 0);
/PHP_TRUNK/ext/pdo_firebird/
H A Dfirebird_driver.c561 ZVAL_BOOL(val, !isc_version(&H->db, firebird_info_cb, NULL));
599 ZVAL_BOOL(val, H->fetch_table_names);
/PHP_TRUNK/ext/pdo_odbc/
H A Dodbc_driver.c369 ZVAL_BOOL(val, H->assume_utf8 ? 1 : 0);
H A Dodbc_stmt.c785 ZVAL_BOOL(val, S->assume_utf8 ? 1 : 0);
/PHP_TRUNK/ext/standard/
H A Duser_filters.c213 ZVAL_BOOL(zclosing, flags & PSFS_FLAG_FLUSH_CLOSE);
H A Dvar_unserializer.c1131 ZVAL_BOOL(*rval, parse_iv(start + 2));
/PHP_TRUNK/ext/tidy/
H A Dtidy.c156 ZVAL_BOOL(tmp, _bool); \
760 ZVAL_BOOL(out, TRUE);
793 ZVAL_BOOL(out, TRUE);
/PHP_TRUNK/Zend/
H A Dzend_operators.c563 ZVAL_BOOL(op, retval);
657 ZVAL_BOOL(op, 0);
970 ZVAL_BOOL(result, 0);
987 ZVAL_BOOL(result, 0);
996 ZVAL_BOOL(result, 0);
1005 ZVAL_BOOL(result, 0);
1036 ZVAL_BOOL(result, 0);
1059 ZVAL_BOOL(result, op1_lval ^ Z_LVAL_P(op2));
1069 ZVAL_BOOL(result, !Z_LVAL_P(op1));
1699 ZVAL_BOOL(resul
[all...]
H A Dzend_API.c1252 ZVAL_BOOL(tmp, b);
1335 ZVAL_BOOL(tmp, b);
1418 ZVAL_BOOL(tmp, b);
1598 ZVAL_BOOL(tmp, b);
3539 ZVAL_BOOL(property, value);
3652 ZVAL_BOOL(constant, value);
3738 ZVAL_BOOL(tmp, value);
3847 ZVAL_BOOL(tmp, value);
H A Dzend_API.h552 #define ZVAL_BOOL(z, b) do { \ macro
614 #define ZVAL_FALSE(z) ZVAL_BOOL(z, 0)
615 #define ZVAL_TRUE(z) ZVAL_BOOL(z, 1)
618 #define RETVAL_BOOL(b) ZVAL_BOOL(return_value, b)
626 #define RETVAL_FALSE ZVAL_BOOL(return_value, 0)
627 #define RETVAL_TRUE ZVAL_BOOL(return_value, 1)
H A Dzend_vm_def.h187 ZVAL_BOOL(result, fast_equal_function(result,
203 ZVAL_BOOL(result, fast_not_equal_function(result,
219 ZVAL_BOOL(result, fast_is_smaller_function(result,
235 ZVAL_BOOL(result, fast_is_smaller_or_equal_function(result,
3285 ZVAL_BOOL(retval, i_zend_is_true(GET_OP1_ZVAL_PTR(BP_VAR_R)));
3864 ZVAL_BOOL(retval, failure_retval);
4450 ZVAL_BOOL(&EX_T(opline->result.var).tmp_var, 1);
4452 ZVAL_BOOL(&EX_T(opline->result.var).tmp_var, 0);
4456 ZVAL_BOOL(&EX_T(opline->result.var).tmp_var, 1);
4458 ZVAL_BOOL(
[all...]
H A Dzend_vm_execute.h2506 ZVAL_BOOL(retval, i_zend_is_true(opline->op1.zv));
2764 ZVAL_BOOL(retval, failure_retval);
3218 ZVAL_BOOL(result, fast_equal_function(result,
3234 ZVAL_BOOL(result, fast_not_equal_function(result,
3250 ZVAL_BOOL(result, fast_is_smaller_function(result,
3266 ZVAL_BOOL(result, fast_is_smaller_or_equal_function(result,
4023 ZVAL_BOOL(&EX_T(opline->result.var).tmp_var, 1);
4025 ZVAL_BOOL(&EX_T(opline->result.var).tmp_var, 0);
4029 ZVAL_BOOL(&EX_T(opline->result.var).tmp_var, 1);
4031 ZVAL_BOOL(
[all...]
H A Dzend_object_handlers.c1570 ZVAL_BOOL(writeobj, 1);
/PHP_TRUNK/ext/filter/
H A Dlogical_filters.c301 ZVAL_BOOL(value, ret);
/PHP_TRUNK/ext/xmlreader/
H A Dphp_xmlreader.c102 ZVAL_BOOL(*retval, retint);
/PHP_TRUNK/ext/pdo/
H A Dpdo_stmt.c588 ZVAL_BOOL(dest, *(zend_bool*)value);
/PHP_TRUNK/ext/simplexml/
H A Dsimplexml.c1812 ZVAL_BOOL(writeobj, node != NULL || zend_hash_num_elements(prop_hash) > 0);
/PHP_TRUNK/ext/zip/
H A Dphp_zip.c859 ZVAL_BOOL(*retval, (long)retint);
/PHP_TRUNK/ext/opcache/Optimizer/
H A Dzend_optimizer.c84 ZVAL_BOOL(&_c, val); \
102 # define LITERAL_BOOL(op, val) ZVAL_BOOL(&op.u.constant, val)
/PHP_TRUNK/ext/openssl/
H A Dopenssl.c5334 ZVAL_BOOL(zstrong_result_returned, 0);
5345 ZVAL_BOOL(zstrong_result_returned, 0);
5353 ZVAL_BOOL(zstrong_result_returned, 0);
5363 ZVAL_BOOL(zstrong_result_returned, strong_result);

Completed in 111 milliseconds

12