Home
last modified time | relevance | path

Searched refs:IS_TRUE (Results 1 – 25 of 77) sorted by relevance

1234

/PHP-7.1/ext/spl/
H A Dspl_engine.c58 case IS_TRUE: in spl_offset_convert_to_long()
/PHP-7.1/ext/standard/
H A Dtype.c40 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()
H A Ddl.c74 if (Z_TYPE_P(return_value) == IS_TRUE) { in PHP_FUNCTION()
H A Dvar.c103 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()
H A Dhttp.c192 case IS_TRUE: in php_url_encode_hash_ex()
H A Dproc_open.c473 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()
H A Dpassword.c316 case IS_TRUE: in PHP_FUNCTION()
H A Dassert.c201 val = Z_TYPE(retval) == IS_TRUE; in PHP_FUNCTION()
/PHP-7.1/main/streams/
H A Duserspace.c933 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 …]
/PHP-7.1/Zend/
H A Dzend_operators.c164 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 …]
H A Dzend_variables.c102 case IS_TRUE: in _zval_internal_dtor()
133 case IS_TRUE: in _zval_internal_dtor_for_ptr()
H A Dzend_type_info.h29 #define MAY_BE_TRUE (1 << IS_TRUE)
H A Dzend_types.h307 #define IS_TRUE 3 macro
337 || ((faketype) == _IS_BOOL && ((realtype) == IS_TRUE || (realtype) == IS_FALSE)) \
607 Z_TYPE_INFO_P(z) = IS_TRUE; \
612 (b) ? IS_TRUE : IS_FALSE; \
H A Dzend_operators.h299 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()
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_inference.h41 …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)…
/PHP-7.1/ext/session/
H A Dmod_user.c60 if (Z_TYPE(retval) == IS_TRUE) { \
198 if (Z_TYPE(retval) == IS_TRUE) { in PS_GC_FUNC()
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_php.c89 return Z_TYPE(zv) == IS_TRUE; in fpm_php_apply_defines_ex()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_info.c139 case IS_TRUE: in PHPDBG_INFO()
261 case IS_TRUE: in phpdbg_print_symbols()
H A Dphpdbg_utils.c670 case IS_TRUE: in phpdbg_xml_var_dump()
799 case IS_TRUE: in phpdbg_short_zval_print()
/PHP-7.1/ext/dom/
H A Dxpath.c215 } 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()
/PHP-7.1/ext/ftp/
H A Dphp_ftp.c1476 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()
/PHP-7.1/ext/sockets/
H A Dmulticast.c287 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()
/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_statement.c383 } 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()
/PHP-7.1/ext/sysvmsg/
H A Dsysvmsg.c443 case IS_TRUE: in PHP_FUNCTION()
/PHP-7.1/ext/xsl/
H A Dxsltprocessor.c354 } 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 82 milliseconds

1234