Home
last modified time | relevance | path

Searched refs:IS_TRUE (Results 26 – 50 of 76) sorted by relevance

1234

/PHP-7.3/ext/opcache/Optimizer/
H A Dsccp.c428 case IS_TRUE: in fetch_array_elem()
511 case IS_TRUE: in ct_eval_del_array_elem()
549 case IS_TRUE: in ct_eval_add_array_elem()
963 && Z_TYPE_P(args[2]) != IS_TRUE)) { in ct_eval_func_call()
1893 s = Z_TYPE(zv) == IS_TRUE; in sccp_mark_feasible_successors()
H A Dblock_pass.c468 Z_TYPE(ZEND_OP1_LITERAL(opline)) == IS_TRUE)) { in zend_optimize_block()
473 ((opline->opcode != ZEND_IS_NOT_EQUAL) == ((Z_TYPE(ZEND_OP1_LITERAL(opline))) == IS_TRUE)) ? in zend_optimize_block()
481 Z_TYPE(ZEND_OP2_LITERAL(opline)) == IS_TRUE)) { in zend_optimize_block()
486 ((opline->opcode != ZEND_IS_NOT_EQUAL) == ((Z_TYPE(ZEND_OP2_LITERAL(opline))) == IS_TRUE)) ? in zend_optimize_block()
H A Dzend_ssa.c311 } else if (Z_TYPE_P(zv) == IS_TRUE) { in place_essa_pis()
332 } else if (Z_TYPE_P(zv) == IS_TRUE) { in place_essa_pis()
485 if (Z_TYPE_P(val) != IS_NULL && Z_TYPE_P(val) != IS_TRUE && Z_TYPE_P(val) != IS_FALSE) { in place_essa_pis()
H A Dcompact_literals.c368 case IS_TRUE: in zend_optimizer_compact_literals()
/PHP-7.3/ext/spl/
H A Dspl_array.c361 case IS_TRUE: in spl_array_get_dimension_ptr()
496 case IS_TRUE: in spl_array_write_dimension_ex()
584 case IS_TRUE: in spl_array_unset_dimension_ex()
657 case IS_TRUE: in spl_array_has_dimension_ex()
H A Dspl_observer.c1093 valid = (Z_TYPE(retval) == IS_TRUE); in SPL_METHOD()
1129 valid = Z_TYPE(retval) == IS_TRUE; in spl_multiple_iterator_get_all()
/PHP-7.3/Zend/
H A Dzend_API.c104 case IS_TRUE: in zend_get_type_by_const()
148 case IS_TRUE: in zend_zval_get_type()
415 } else if (EXPECTED(Z_TYPE_P(arg) < IS_TRUE)) { in zend_parse_arg_long_weak()
417 } else if (EXPECTED(Z_TYPE_P(arg) == IS_TRUE)) { in zend_parse_arg_long_weak()
456 } else if (EXPECTED(Z_TYPE_P(arg) < IS_TRUE)) { in zend_parse_arg_long_cap_weak()
458 } else if (EXPECTED(Z_TYPE_P(arg) == IS_TRUE)) { in zend_parse_arg_long_cap_weak()
491 } else if (EXPECTED(Z_TYPE_P(arg) < IS_TRUE)) { in zend_parse_arg_double_weak()
493 } else if (EXPECTED(Z_TYPE_P(arg) == IS_TRUE)) { in zend_parse_arg_double_weak()
1689 case IS_TRUE: in array_set_zval_key()
H A Dzend_vm_def.h741 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
743 } else if (EXPECTED(Z_TYPE_INFO_P(val) <= IS_TRUE)) {
2531 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
2533 } else if (EXPECTED(Z_TYPE_INFO_P(val) <= IS_TRUE)) {
2562 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
2593 if (EXPECTED(Z_TYPE_INFO_P(val) == IS_TRUE)) {
2626 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
2663 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
4851 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
5237 } else if (Z_TYPE_P(offset) == IS_TRUE) {
[all …]
H A Dzend_execute.c933 EXPECTED(Z_TYPE_P(arg) == IS_FALSE || Z_TYPE_P(arg) == IS_TRUE)) { in zend_check_type()
1195 case IS_TRUE: in zend_check_string_offset()
1779 case IS_TRUE: in zend_fetch_dimension_address_inner()
1977 case IS_TRUE: in zend_fetch_dimension_address_read()
2091 } else if (Z_TYPE_P(offset) == IS_TRUE) { in zend_find_array_dim_slow()
H A Dzend_ast.c422 case IS_TRUE: in zend_ast_add_array_element()
1190 case IS_TRUE: in zend_ast_export_zval()
H A Dzend_vm_execute.h2480 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
2537 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
2568 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
2632 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
2669 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
3057 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
12096 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
12154 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
12185 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
12249 if (Z_TYPE_INFO_P(val) == IS_TRUE) {
[all …]
H A Dzend_exceptions.c527 case IS_TRUE: in _build_trace_args()
/PHP-7.3/ext/snmp/
H A Dsnmp.c804 if (Z_TYPE_P(return_value) == IS_TRUE || Z_TYPE_P(return_value) == IS_FALSE) { in php_snmp_internal()
869 …|| response->errstat != SNMP_ERR_NOSUCHNAME || Z_TYPE_P(return_value) == IS_TRUE || Z_TYPE_P(retur… in php_snmp_internal()
2013 ret = Z_TYPE_P(value) == IS_TRUE? 1:0; in php_snmp_has_property()
2174 snmp_object->name = Z_TYPE_P(newval) == IS_TRUE? 1 : 0; \
/PHP-7.3/ext/standard/
H A Dpassword.c400 case IS_TRUE: in php_password_get_salt()
/PHP-7.3/ext/intl/calendar/
H A Dcalendar_methods.cpp486 if (!Z_ISUNDEF(args[1]) && (Z_TYPE(args[1]) == IS_TRUE || Z_TYPE(args[1]) == IS_FALSE)) { in PHP_FUNCTION()
494 bool_variant_val = Z_TYPE(args[1]) == IS_TRUE? 1 : 0; in PHP_FUNCTION()
/PHP-7.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c530 xReturn = XMLRPC_CreateValueBoolean(key, Z_TYPE(val) == IS_TRUE); in PHP_to_XMLRPC_worker()
1331 case IS_TRUE: in get_zval_xmlrpc_type()
/PHP-7.3/ext/com_dotnet/
H A Dcom_handlers.c497 case IS_TRUE: in com_object_cast()
H A Dcom_variant.c117 case IS_TRUE: in php_com_variant_from_zval()
/PHP-7.3/ext/wddx/
H A Dwddx.c438 php_wddx_add_chunk(packet, Z_TYPE_P(var) == IS_TRUE ? WDDX_BOOLEAN_TRUE : WDDX_BOOLEAN_FALSE); in php_wddx_serialize_boolean()
630 case IS_TRUE: in php_wddx_serialize_var()
/PHP-7.3/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp589 case IS_TRUE: in umsg_format_helper()
/PHP-7.3/ext/soap/
H A Dphp_http.c881 (Z_TYPE_P(trace) == IS_TRUE || (Z_TYPE_P(trace) == IS_LONG && Z_LVAL_P(trace) != 0))) { in make_http_soap_request()
930 (Z_TYPE_P(trace) == IS_TRUE || (Z_TYPE_P(trace) == IS_LONG && Z_LVAL_P(trace) != 0))) { in make_http_soap_request()
H A Dsoap.c1195 } else if (Z_TYPE_P(tmp) == IS_TRUE) { in PHP_METHOD()
2377 (Z_TYPE_P(tmp) == IS_TRUE ||
2514 (Z_TYPE_P(trace) == IS_TRUE || (Z_TYPE_P(trace) == IS_LONG && Z_LVAL_P(trace) != 0))) {
2553 (Z_TYPE_P(trace) == IS_TRUE || (Z_TYPE_P(trace) == IS_LONG && Z_LVAL_P(trace) != 0))) {
2606 (Z_TYPE_P(trace) == IS_TRUE || (Z_TYPE_P(trace) == IS_LONG && Z_LVAL_P(trace) != 0))) {
3668 Z_TYPE_P(tmp) == IS_TRUE) {
/PHP-7.3/ext/pdo_mysql/
H A Dmysql_statement.c561 case IS_TRUE: in pdo_mysql_stmt_param_hook()
/PHP-7.3/ext/oci8/
H A Doci8_statement.c1094 } else if ((Z_TYPE_P(zv) == IS_TRUE) || (Z_TYPE_P(zv) == IS_FALSE)) { in php_oci_bind_post_exec()
1231 if (Z_TYPE_P(param) == IS_TRUE) in php_oci_bind_by_name()
/PHP-7.3/ext/pgsql/
H A Dpgsql.c5835 if (!(opt & PGSQL_CONV_IGNORE_DEFAULT) && Z_TYPE_P(has_default) == IS_TRUE) { \
5840 else if (!(opt & PGSQL_CONV_IGNORE_NOT_NULL) && Z_TYPE_P(not_null) == IS_TRUE) { \
5910 if (Z_TYPE_P(is_enum) == IS_TRUE) {
5956 case IS_TRUE:
6826 …if (where_cond && (Z_TYPE_P(val) == IS_TRUE || Z_TYPE_P(val) == IS_FALSE || (Z_TYPE_P(val) == IS_S…

Completed in 381 milliseconds

1234