Searched refs:IS_TRUE (Results 1 – 25 of 76) sorted by relevance
1234
58 case IS_TRUE: in spl_offset_convert_to_long()
926 if (call_result == SUCCESS && (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE)) { in php_userstreamop_set_option()965 if (call_result == SUCCESS && (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE)) { in php_userstreamop_set_option()1006 if (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE) { in php_userstreamop_set_option()1007 ret = (Z_TYPE(retval) == IS_TRUE) ? PHP_STREAM_OPTION_RETURN_OK : in php_userstreamop_set_option()1121 if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) { in user_wrapper_unlink()1122 ret = (Z_TYPE(zretval) == IS_TRUE); in user_wrapper_unlink()1167 ret = (Z_TYPE(zretval) == IS_TRUE); in user_wrapper_rename()1214 ret = (Z_TYPE(zretval) == IS_TRUE); in user_wrapper_mkdir()1261 ret = (Z_TYPE(zretval) == IS_TRUE); in user_wrapper_rmdir()1332 ret = Z_TYPE(zretval) == IS_TRUE; in user_wrapper_metadata()[all …]
44 …return (Z_TYPE_P(zv) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P…62 } else if (Z_TYPE_P(zv) == IS_TRUE) { \86 } else if (Z_TYPE_P(zv) == IS_TRUE) { \108 …if (Z_TYPE_P(zv) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P(zv)…126 …if (Z_TYPE_P(zv) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P(zv)…
60 case IS_TRUE: in zend_dump_const()463 case IS_TRUE: in zend_dump_op()505 case (1<<IS_TRUE): in zend_dump_op()526 case ((1<<IS_FALSE)|(1<<IS_TRUE)): in zend_dump_op()
27 #define MAY_BE_TRUE (1 << IS_TRUE)
182 case IS_TRUE: in _convert_scalar_to_number()227 case IS_TRUE: in _zendi_convert_scalar_to_number_ex()338 case IS_TRUE: in convert_to_long_base()399 case IS_TRUE: in convert_to_double()462 case IS_TRUE: in convert_to_boolean()544 case IS_TRUE: in _convert_to_string()752 case IS_TRUE: in _zval_get_long_func_ex()821 case IS_TRUE: in zval_get_double_func()861 case IS_TRUE: in zval_get_string_func()2032 case TYPE_PAIR(IS_TRUE, IS_TRUE): in compare_function()[all …]
313 case IS_TRUE: in i_zend_is_true()439 if (Z_TYPE_INFO_P(pzv) > IS_TRUE) { \788 } else if (Z_TYPE_P(op1) <= IS_TRUE) { in fast_is_identical_function()798 } else if (Z_TYPE_P(op1) <= IS_TRUE) { in fast_is_not_identical_function()
386 #define IS_TRUE 3 macro416 || ((faketype) == _IS_BOOL && ((realtype) == IS_TRUE || (realtype) == IS_FALSE)) \735 Z_TYPE_INFO_P(z) = IS_TRUE; \740 (b) ? IS_TRUE : IS_FALSE; \
58 if (Z_TYPE(retval) == IS_TRUE) { \194 } else if (Z_TYPE(retval) == IS_TRUE) { in PS_GC_FUNC()
239 RETURN_BOOL(Z_TYPE_P(arg) == IS_FALSE || Z_TYPE_P(arg) == IS_TRUE); in PHP_FUNCTION()331 case IS_TRUE: in PHP_FUNCTION()
101 case IS_TRUE: in php_var_dump()273 case IS_TRUE: in php_debug_zval_dump()462 case IS_TRUE: in php_var_export_ex()868 case IS_TRUE: in php_var_serialize_intern()1114 …if (classes && Z_TYPE_P(classes) != IS_ARRAY && Z_TYPE_P(classes) != IS_TRUE && Z_TYPE_P(classes) … in PHP_FUNCTION()
69 if (Z_TYPE_P(return_value) == IS_TRUE) { in PHP_FUNCTION()
190 case IS_TRUE: in php_url_encode_hash_ex()
463 if (Z_TYPE_P(item) == IS_TRUE || ((Z_TYPE_P(item) == IS_LONG) && Z_LVAL_P(item))) { in PHP_FUNCTION()470 if (Z_TYPE_P(item) == IS_TRUE || ((Z_TYPE_P(item) == IS_LONG) && Z_LVAL_P(item))) { in PHP_FUNCTION()477 if (Z_TYPE_P(item) == IS_TRUE || ((Z_TYPE_P(item) == IS_LONG) && Z_LVAL_P(item))) { in PHP_FUNCTION()
203 val = Z_TYPE(retval) == IS_TRUE; in PHP_FUNCTION()
91 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()804 case IS_TRUE: in phpdbg_short_zval_print()
214 } else if (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE) { in dom_xpath_ext_function_php()215 valuePush(ctxt, xmlXPathNewBoolean(Z_TYPE(retval) == IS_TRUE)); in dom_xpath_ext_function_php()
1556 if (Z_TYPE_P(z_value) != IS_TRUE && Z_TYPE_P(z_value) != IS_FALSE) { in PHP_FUNCTION()1561 ftp->autoseek = Z_TYPE_P(z_value) == IS_TRUE ? 1 : 0; in PHP_FUNCTION()1565 if (Z_TYPE_P(z_value) != IS_TRUE && Z_TYPE_P(z_value) != IS_FALSE) { in PHP_FUNCTION()1570 ftp->usepasvaddress = Z_TYPE_P(z_value) == IS_TRUE ? 1 : 0; in PHP_FUNCTION()
281 ipv4_mcast_ttl_lback = (unsigned char) (Z_TYPE_P(arg4) == IS_TRUE); in php_do_setsockopt_ip_mcast()347 ov = (int) Z_TYPE_P(arg4) == IS_TRUE; in php_do_setsockopt_ipv6_mcast()
381 } else if (Z_TYPE_P(parameter) == IS_FALSE || Z_TYPE_P(parameter) == IS_TRUE) { in pgsql_stmt_param_hook()382 S->param_values[param->paramno] = Z_TYPE_P(parameter) == IS_TRUE ? "t" : "f"; in pgsql_stmt_param_hook()
435 case IS_TRUE: in PHP_FUNCTION()
353 } else if (Z_TYPE(retval) == IS_TRUE || Z_TYPE(retval) == IS_FALSE) { in xsl_ext_function_php()354 valuePush(ctxt, xmlXPathNewBoolean(Z_TYPE(retval) == IS_TRUE)); in xsl_ext_function_php()
542 case IS_TRUE: in php_json_encode_zval()
Completed in 101 milliseconds