Home
last modified time | relevance | path

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

1234

/PHP-7.3/ext/spl/
H A Dspl_engine.c58 case IS_TRUE: in spl_offset_convert_to_long()
/PHP-7.3/main/streams/
H A Duserspace.c926 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 …]
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_inference.h44 …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)…
H A Dzend_dump.c60 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()
/PHP-7.3/Zend/
H A Dzend_type_info.h27 #define MAY_BE_TRUE (1 << IS_TRUE)
H A Dzend_operators.c182 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 …]
H A Dzend_operators.h313 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()
H A Dzend_types.h386 #define IS_TRUE 3 macro
416 || ((faketype) == _IS_BOOL && ((realtype) == IS_TRUE || (realtype) == IS_FALSE)) \
735 Z_TYPE_INFO_P(z) = IS_TRUE; \
740 (b) ? IS_TRUE : IS_FALSE; \
/PHP-7.3/ext/session/
H A Dmod_user.c58 if (Z_TYPE(retval) == IS_TRUE) { \
194 } else if (Z_TYPE(retval) == IS_TRUE) { in PS_GC_FUNC()
/PHP-7.3/ext/standard/
H A Dtype.c239 RETURN_BOOL(Z_TYPE_P(arg) == IS_FALSE || Z_TYPE_P(arg) == IS_TRUE); in PHP_FUNCTION()
331 case IS_TRUE: in PHP_FUNCTION()
H A Dvar.c101 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()
H A Ddl.c69 if (Z_TYPE_P(return_value) == IS_TRUE) { in PHP_FUNCTION()
H A Dhttp.c190 case IS_TRUE: in php_url_encode_hash_ex()
H A Dproc_open.c463 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()
H A Dassert.c203 val = Z_TYPE(retval) == IS_TRUE; in PHP_FUNCTION()
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_php.c91 return Z_TYPE(zv) == IS_TRUE; in fpm_php_apply_defines_ex()
/PHP-7.3/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()
804 case IS_TRUE: in phpdbg_short_zval_print()
/PHP-7.3/ext/dom/
H A Dxpath.c214 } 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()
/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()
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()
/PHP-7.3/ext/sockets/
H A Dmulticast.c281 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()
/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()
382 S->param_values[param->paramno] = Z_TYPE_P(parameter) == IS_TRUE ? "t" : "f"; in pgsql_stmt_param_hook()
/PHP-7.3/ext/sysvmsg/
H A Dsysvmsg.c435 case IS_TRUE: in PHP_FUNCTION()
/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()
354 valuePush(ctxt, xmlXPathNewBoolean(Z_TYPE(retval) == IS_TRUE)); in xsl_ext_function_php()
/PHP-7.3/ext/json/
H A Djson_encoder.c542 case IS_TRUE: in php_json_encode_zval()

Completed in 72 milliseconds

1234