Home
last modified time | relevance | path

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

1234

/PHP-8.1/ext/mysqli/
H A Dmysqli_driver.c41 ZEND_ASSERT(Z_TYPE_P(value) == IS_TRUE || Z_TYPE_P(value) == IS_FALSE); in driver_reconnect_write()
42 MyG(reconnect) = Z_TYPE_P(value) == IS_TRUE; in driver_reconnect_write()
/PHP-8.1/main/streams/
H A Duserspace.c907 if (call_result == SUCCESS && (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE)) { in php_userstreamop_set_option()
946 if (call_result == SUCCESS && (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE)) { in php_userstreamop_set_option()
987 if (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE) { in php_userstreamop_set_option()
988 ret = (Z_TYPE(retval) == IS_TRUE) ? PHP_STREAM_OPTION_RETURN_OK : in php_userstreamop_set_option()
1101 if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) { in user_wrapper_unlink()
1102 ret = (Z_TYPE(zretval) == IS_TRUE); in user_wrapper_unlink()
1146 ret = (Z_TYPE(zretval) == IS_TRUE); in user_wrapper_rename()
1192 ret = (Z_TYPE(zretval) == IS_TRUE); in user_wrapper_mkdir()
1238 ret = (Z_TYPE(zretval) == IS_TRUE); in user_wrapper_rmdir()
1308 ret = Z_TYPE(zretval) == IS_TRUE; in user_wrapper_metadata()
[all …]
/PHP-8.1/Zend/Optimizer/
H A Dzend_inference.h43 …return (Z_TYPE_P(zv) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P…
60 } else if (Z_TYPE_P(zv) == IS_TRUE) { \
83 } else if (Z_TYPE_P(zv) == IS_TRUE) { \
104 …if (Z_TYPE_P(zv) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P(zv)…
121 …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.c59 case IS_TRUE: in zend_dump_const()
460 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-8.1/ext/opcache/tests/jit/
H A Dcmp_008.phpt2 JIT CMP: 008 Wrong range inference for comparison between IS_LONG and IS_FALSE/IS_TRUE
/PHP-8.1/Zend/
H A Dzend_operators.c164 case IS_TRUE: in convert_scalar_to_number()
199 case IS_TRUE: in _zendi_convert_scalar_to_number_silent()
232 case IS_TRUE: in _zendi_try_convert_scalar_to_number()
285 case IS_TRUE: in zendi_try_get_long()
441 case IS_TRUE: in convert_to_long()
498 case IS_TRUE: in convert_to_double()
561 case IS_TRUE: in convert_to_boolean()
629 case IS_TRUE: in _convert_to_string()
802 case IS_TRUE: in zval_get_long_func()
871 case IS_TRUE: in zval_get_double_func()
[all …]
H A Dzend_type_info.h27 #define MAY_BE_TRUE (1 << IS_TRUE)
H A Dzend_smart_str.c202 case IS_TRUE: in smart_str_append_scalar()
204 smart_str_appends(dest, Z_TYPE_P(value) == IS_TRUE ? "true" : "false"); in smart_str_append_scalar()
H A Dzend_operators.h364 case IS_TRUE: in i_zend_is_true()
847 } else if (Z_TYPE_P(op1) <= IS_TRUE) { in fast_is_identical_function()
857 } else if (Z_TYPE_P(op1) <= IS_TRUE) { in fast_is_not_identical_function()
H A Dzend_types.h533 #define IS_TRUE 3 macro
568 || ((faketype) == _IS_BOOL && ((realtype) == IS_TRUE || (realtype) == IS_FALSE)) \
921 Z_TYPE_INFO_P(z) = IS_TRUE; \
926 (b) ? IS_TRUE : IS_FALSE; \
/PHP-8.1/ext/standard/
H A Dtype.c53 case IS_TRUE: in PHP_FUNCTION()
288 RETURN_BOOL(Z_TYPE_P(arg) == IS_FALSE || Z_TYPE_P(arg) == IS_TRUE); in PHP_FUNCTION()
386 case IS_TRUE: in PHP_FUNCTION()
H A Dhttp.c199 case IS_TRUE: in php_url_encode_hash_ex()
H A Ddl.c70 if (Z_TYPE_P(return_value) == IS_TRUE) { in PHP_FUNCTION()
H A Dvar.c108 case IS_TRUE: in php_var_dump()
295 case IS_TRUE: in php_debug_zval_dump()
493 case IS_TRUE: in php_var_export_ex()
1027 case IS_TRUE: in php_var_serialize_intern()
1357 …if (classes && Z_TYPE_P(classes) != IS_ARRAY && Z_TYPE_P(classes) != IS_TRUE && Z_TYPE_P(classes) … in php_unserialize_with_options()
/PHP-8.1/ext/session/
H A Dmod_user.c56 if (Z_TYPE(retval) == IS_TRUE) { \
193 } else if (Z_TYPE(retval) == IS_TRUE) { in PS_GC_FUNC()
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_php.c98 return Z_TYPE(zv) == IS_TRUE ? FPM_PHP_INI_EXTENSION_LOADED : FPM_PHP_INI_EXTENSION_FAILED; in fpm_php_apply_defines_ex()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_info.c139 case IS_TRUE: in PHPDBG_INFO()
260 case IS_TRUE: in phpdbg_print_symbols()
/PHP-8.1/ext/dom/
H A Dxpath.c170 } else if (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE) { in dom_xpath_ext_function_php()
171 valuePush(ctxt, xmlXPathNewBoolean(Z_TYPE(retval) == IS_TRUE)); in dom_xpath_ext_function_php()
/PHP-8.1/ext/ftp/
H A Dphp_ftp.c1270 if (Z_TYPE_P(z_value) != IS_TRUE && Z_TYPE_P(z_value) != IS_FALSE) { in PHP_FUNCTION()
1274 ftp->autoseek = Z_TYPE_P(z_value) == IS_TRUE ? 1 : 0; in PHP_FUNCTION()
1278 if (Z_TYPE_P(z_value) != IS_TRUE && Z_TYPE_P(z_value) != IS_FALSE) { in PHP_FUNCTION()
1282 ftp->usepasvaddress = Z_TYPE_P(z_value) == IS_TRUE ? 1 : 0; in PHP_FUNCTION()
/PHP-8.1/ext/sockets/
H A Dmulticast.c276 ipv4_mcast_ttl_lback = (unsigned char) (Z_TYPE_P(arg4) == IS_TRUE); in php_do_setsockopt_ip_mcast()
341 ov = (int) Z_TYPE_P(arg4) == IS_TRUE; in php_do_setsockopt_ipv6_mcast()
/PHP-8.1/ext/pdo_pgsql/
H A Dpgsql_statement.c385 } else if (Z_TYPE_P(parameter) == IS_FALSE || Z_TYPE_P(parameter) == IS_TRUE) { in pgsql_stmt_param_hook()
386 S->param_values[param->paramno] = Z_TYPE_P(parameter) == IS_TRUE ? "t" : "f"; in pgsql_stmt_param_hook()
/PHP-8.1/ext/sysvmsg/
H A Dsysvmsg.c403 case IS_TRUE: in PHP_FUNCTION()
/PHP-8.1/ext/xsl/
H A Dxsltprocessor.c279 } else if (Z_TYPE(retval) == IS_TRUE || Z_TYPE(retval) == IS_FALSE) { in xsl_ext_function_php()
280 valuePush(ctxt, xmlXPathNewBoolean(Z_TYPE(retval) == IS_TRUE)); in xsl_ext_function_php()
/PHP-8.1/ext/pdo_mysql/
H A Dmysql_statement.c486 case IS_TRUE: in pdo_mysql_stmt_param_hook()
518 case IS_TRUE: in pdo_mysql_stmt_param_hook()
/PHP-8.1/ext/snmp/
H A Dsnmp.c527 if (Z_TYPE_P(return_value) == IS_TRUE || Z_TYPE_P(return_value) == IS_FALSE) { in php_snmp_internal()
592 …|| response->errstat != SNMP_ERR_NOSUCHNAME || Z_TYPE_P(return_value) == IS_TRUE || Z_TYPE_P(retur… in php_snmp_internal()
1771 ret = Z_TYPE_P(value) == IS_TRUE? 1:0; in php_snmp_has_property()
1929 snmp_object->name = Z_TYPE_P(newval) == IS_TRUE? 1 : 0; \

Completed in 210 milliseconds

1234