Home
last modified time | relevance | path

Searched refs:IS_TRUE (Results 51 – 75 of 76) sorted by relevance

1234

/PHP-7.3/main/
H A Doutput.c972 if (Z_TYPE(retval) != IS_FALSE && Z_TYPE(retval) != IS_TRUE) { in php_output_handler_op()
/PHP-7.3/ext/spl/
H A Dspl_iterators.c1042 if (Z_TYPE(has_next) == IS_TRUE) { in spl_recursive_tree_iterator_get_prefix()
1052 if (Z_TYPE(has_next) == IS_TRUE) { in spl_recursive_tree_iterator_get_prefix()
2105 RETVAL_BOOL(Z_TYPE_P(return_value) != IS_TRUE); in SPL_METHOD()
H A Dspl_directory.c292 if (Z_TYPE(tmp) == IS_TRUE) { in spl_filesystem_file_open()
/PHP-7.3/ext/session/
H A Dsession.c2464 case IS_TRUE: in PHP_FUNCTION()
3106 return Z_TYPE_P(cancel_upload) == IS_TRUE; in php_check_cancel_upload()
/PHP-7.3/ext/simplexml/
H A Dsimplexml.c396 case IS_TRUE: in change_node_zval()
508 case IS_TRUE: in sxe_prop_dim_write()
/PHP-7.3/ext/pdo/
H A Dpdo_dbh.c693 …G && Z_TYPE_P(value) != IS_STRING && Z_TYPE_P(value) != IS_FALSE && Z_TYPE_P(value) != IS_TRUE) { \ in pdo_dbh_attribute_set()
H A Dpdo_stmt.c316 …am_type) == PDO_PARAM_INT && (Z_TYPE_P(parameter) == IS_FALSE || Z_TYPE_P(parameter) == IS_TRUE)) { in really_register_bound_param()
/PHP-7.3/ext/mysqli/
H A Dmysqli.c391 ret = Z_TYPE_P(value) == IS_TRUE ? 1 : 0; in mysqli_object_has_property()
/PHP-7.3/Zend/
H A Dzend_compile.c2340 || Z_TYPE(expr->u.constant) == IS_TRUE)) in zend_emit_return_type_check()
3443 opline->extended_value = (1 << IS_FALSE) | (1 << IS_TRUE); in zend_compile_func_typecheck()
5047 && Z_TYPE(expr_node.u.constant) == IS_TRUE) { in zend_compile_switch()
7104 case IS_TRUE: in zend_try_ct_eval_array()
7155 } else if (Z_TYPE(left_node.u.constant) == IS_TRUE) { in zend_compile_binary_op()
7165 } else if (Z_TYPE(right_node.u.constant) == IS_TRUE) { in zend_compile_binary_op()
H A Dzend_inheritance.c511 } else if (Z_TYPE_P(zv) == IS_TRUE) { in zend_get_function_declaration()
H A Dzend_API.h1140 if (EXPECTED(Z_TYPE_P(arg) == IS_TRUE)) { in zend_parse_arg_bool()
H A Dzend_builtin_functions.c868 case IS_TRUE: in ZEND_FUNCTION()
/PHP-7.3/ext/gmp/
H A Dgmp.c729 case IS_TRUE: { in convert_to_gmp()
/PHP-7.3/ext/phar/
H A Dutil.c1461 case IS_TRUE: in phar_call_openssl_signverify()
H A Dphar_object.c707 case IS_TRUE: in PHP_METHOD()
1477 if (Z_TYPE(dummy) == IS_TRUE) { in phar_build()
/PHP-7.3/ext/standard/
H A Dfile.c655 case IS_TRUE: in PHP_FUNCTION()
H A Darray.c1300 if (Z_TYPE(result) == IS_TRUE) { in PHP_FUNCTION()
4218 case IS_TRUE:
H A Dstring.c1828 case IS_TRUE:
/PHP-7.3/ext/sqlite3/
H A Dsqlite3.c1465 case IS_TRUE: \
/PHP-7.3/ext/mbstring/
H A Dmbstring.c3170 case IS_TRUE: in php_mb_convert_encoding_recursive()
4792 case IS_TRUE: in php_mb_check_encoding_recursive()
/PHP-7.3/ext/openssl/
H A Dxp_ssl.c1139 if (Z_TYPE(retval) == IS_TRUE) { in php_openssl_limit_handshake_reneg()
/PHP-7.3/ext/date/
H A Dphp_date.c5293 (Z_TYPE_P(ht_entry) == IS_FALSE || Z_TYPE_P(ht_entry) == IS_TRUE)) { in php_date_period_initialize_from_hash()
5294 period_obj->include_start_date = (Z_TYPE_P(ht_entry) == IS_TRUE); in php_date_period_initialize_from_hash()
/PHP-7.3/ext/soap/
H A Dphp_encoding.c150 {{IS_TRUE, XSD_BOOLEAN_STRING, XSD_NAMESPACE, NULL, NULL}, to_zval_bool, to_xml_bool},
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_inference.c3986 } else if (Z_TYPE_P(zv) == IS_TRUE) { in zend_func_return_info()
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c623 if (Z_TYPE(zv) == IS_TRUE) { in _parameter_string()

Completed in 245 milliseconds

1234