Searched refs:IS_TRUE (Results 1 – 25 of 77) sorted by relevance
1234
58 case IS_TRUE: in spl_offset_convert_to_long()
40 case IS_TRUE: in PHP_FUNCTION()298 RETURN_BOOL(Z_TYPE_P(arg) == IS_FALSE || Z_TYPE_P(arg) == IS_TRUE); in PHP_FUNCTION()390 case IS_TRUE: in PHP_FUNCTION()
74 if (Z_TYPE_P(return_value) == IS_TRUE) { in PHP_FUNCTION()
103 case IS_TRUE: in php_var_dump()273 case IS_TRUE: in php_debug_zval_dump()455 case IS_TRUE: in php_var_export_ex()837 case IS_TRUE: in php_var_serialize_intern()1089 …if (classes && Z_TYPE_P(classes) != IS_ARRAY && Z_TYPE_P(classes) != IS_TRUE && Z_TYPE_P(classes) … in PHP_FUNCTION()
192 case IS_TRUE: in php_url_encode_hash_ex()
473 if (Z_TYPE_P(item) == IS_TRUE || ((Z_TYPE_P(item) == IS_LONG) && Z_LVAL_P(item))) { in PHP_FUNCTION()480 if (Z_TYPE_P(item) == IS_TRUE || ((Z_TYPE_P(item) == IS_LONG) && Z_LVAL_P(item))) { in PHP_FUNCTION()487 if (Z_TYPE_P(item) == IS_TRUE || ((Z_TYPE_P(item) == IS_LONG) && Z_LVAL_P(item))) { in PHP_FUNCTION()
316 case IS_TRUE: in PHP_FUNCTION()
201 val = Z_TYPE(retval) == IS_TRUE; in PHP_FUNCTION()
933 if (call_result == SUCCESS && (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE)) { in php_userstreamop_set_option()972 if (call_result == SUCCESS && (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE)) { in php_userstreamop_set_option()1013 if (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE) { in php_userstreamop_set_option()1014 ret = (Z_TYPE(retval) == IS_TRUE) ? PHP_STREAM_OPTION_RETURN_OK : in php_userstreamop_set_option()1128 if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) { in user_wrapper_unlink()1129 ret = (Z_TYPE(zretval) == IS_TRUE); in user_wrapper_unlink()1174 ret = (Z_TYPE(zretval) == IS_TRUE); in user_wrapper_rename()1221 ret = (Z_TYPE(zretval) == IS_TRUE); in user_wrapper_mkdir()1268 ret = (Z_TYPE(zretval) == IS_TRUE); in user_wrapper_rmdir()1339 ret = Z_TYPE(zretval) == IS_TRUE; in user_wrapper_metadata()[all …]
164 case IS_TRUE: in _convert_scalar_to_number()208 case IS_TRUE: \313 case IS_TRUE: in convert_to_long_base()375 case IS_TRUE: in convert_to_double()451 case IS_TRUE: in convert_to_boolean()533 case IS_TRUE: in _convert_to_string()755 case IS_TRUE: in _zval_get_long_func_ex()824 case IS_TRUE: in _zval_get_double_func()864 case IS_TRUE: in _zval_get_string_func()1936 case TYPE_PAIR(IS_TRUE, IS_TRUE): in compare_function()[all …]
102 case IS_TRUE: in _zval_internal_dtor()133 case IS_TRUE: in _zval_internal_dtor_for_ptr()
29 #define MAY_BE_TRUE (1 << IS_TRUE)
307 #define IS_TRUE 3 macro337 || ((faketype) == _IS_BOOL && ((realtype) == IS_TRUE || (realtype) == IS_FALSE)) \607 Z_TYPE_INFO_P(z) = IS_TRUE; \612 (b) ? IS_TRUE : IS_FALSE; \
299 case IS_TRUE: in i_zend_is_true()752 } else if (Z_TYPE_P(op1) <= IS_TRUE) { in fast_is_identical_function()762 } else if (Z_TYPE_P(op1) <= IS_TRUE) { in fast_is_not_identical_function()
41 …return (Z_TYPE_P(zv) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P…59 } else if (Z_TYPE_P(zv) == IS_TRUE) { \83 } else if (Z_TYPE_P(zv) == IS_TRUE) { \105 …if (Z_TYPE_P(zv) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P(zv)…123 …if (Z_TYPE_P(zv) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P(zv)…
60 if (Z_TYPE(retval) == IS_TRUE) { \198 if (Z_TYPE(retval) == IS_TRUE) { in PS_GC_FUNC()
89 return Z_TYPE(zv) == IS_TRUE; in fpm_php_apply_defines_ex()
139 case IS_TRUE: in PHPDBG_INFO()261 case IS_TRUE: in phpdbg_print_symbols()
670 case IS_TRUE: in phpdbg_xml_var_dump()799 case IS_TRUE: in phpdbg_short_zval_print()
215 } else if (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE) { in dom_xpath_ext_function_php()216 valuePush(ctxt, xmlXPathNewBoolean(Z_TYPE(retval) == IS_TRUE)); in dom_xpath_ext_function_php()
1476 if (Z_TYPE_P(z_value) != IS_TRUE && Z_TYPE_P(z_value) != IS_FALSE) { in PHP_FUNCTION()1481 ftp->autoseek = Z_TYPE_P(z_value) == IS_TRUE ? 1 : 0; in PHP_FUNCTION()1485 if (Z_TYPE_P(z_value) != IS_TRUE && Z_TYPE_P(z_value) != IS_FALSE) { in PHP_FUNCTION()1490 ftp->usepasvaddress = Z_TYPE_P(z_value) == IS_TRUE ? 1 : 0; in PHP_FUNCTION()
287 ipv4_mcast_ttl_lback = (unsigned char) (Z_TYPE_P(arg4) == IS_TRUE); in php_do_setsockopt_ip_mcast()353 ov = (int) Z_TYPE_P(arg4) == IS_TRUE; in php_do_setsockopt_ipv6_mcast()
383 } else if (Z_TYPE_P(parameter) == IS_FALSE || Z_TYPE_P(parameter) == IS_TRUE) { in pgsql_stmt_param_hook()384 S->param_values[param->paramno] = Z_TYPE_P(parameter) == IS_TRUE ? "t" : "f"; in pgsql_stmt_param_hook()
443 case IS_TRUE: in PHP_FUNCTION()
354 } else if (Z_TYPE(retval) == IS_TRUE || Z_TYPE(retval) == IS_FALSE) { in xsl_ext_function_php()355 valuePush(ctxt, xmlXPathNewBoolean(Z_TYPE(retval) == IS_TRUE)); in xsl_ext_function_php()
Completed in 73 milliseconds