Home
last modified time | relevance | path

Searched refs:IS_FALSE (Results 51 – 73 of 73) sorted by relevance

123

/PHP-7.3/Zend/
H A Dzend.c1348 if (Z_TYPE(retval) == IS_FALSE) { in zend_error()
H A Dzend_API.c103 case IS_FALSE: in zend_get_type_by_const()
147 case IS_FALSE: in zend_zval_get_type()
1686 case IS_FALSE: in array_set_zval_key()
H A Dzend_inheritance.c509 if (Z_TYPE_P(zv) == IS_FALSE) { in zend_get_function_declaration()
H A Dzend_vm_def.h923 } else if (EXPECTED(Z_TYPE_P(container) <= IS_FALSE)) {
2295 } else if (EXPECTED(Z_TYPE_P(object_ptr) <= IS_FALSE)) {
5234 } else if (Z_TYPE_P(offset) == IS_FALSE) {
5602 } else if (Z_TYPE_P(offset) == IS_FALSE) {
8065 } else if (Z_TYPE_P(op1) <= IS_FALSE) {
H A Dzend_API.h1142 } else if (EXPECTED(Z_TYPE_P(arg) == IS_FALSE)) { in zend_parse_arg_bool()
H A Dzend_builtin_functions.c867 case IS_FALSE: in ZEND_FUNCTION()
/PHP-7.3/ext/pdo/
H A Dpdo_dbh.c693 …if (Z_TYPE_P(value) != IS_LONG && Z_TYPE_P(value) != IS_STRING && Z_TYPE_P(value) != IS_FALSE && Z… in pdo_dbh_attribute_set()
H A Dpdo_stmt.c316 …} else if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_INT && (Z_TYPE_P(parameter) == IS_FALSE in really_register_bound_param()
/PHP-7.3/ext/soap/
H A Dphp_http.c589 (Z_TYPE_P(tmp) == IS_FALSE || (Z_TYPE_P(tmp) == IS_LONG && Z_LVAL_P(tmp) == 0)))) { in make_http_soap_request()
H A Dphp_encoding.c149 {{IS_FALSE, XSD_BOOLEAN_STRING, XSD_NAMESPACE, NULL, NULL}, to_zval_bool, to_xml_bool},
/PHP-7.3/ext/phar/
H A Dutil.c1466 case IS_FALSE: in phar_call_openssl_signverify()
H A Dphar_object.c708 case IS_FALSE: in PHP_METHOD()
/PHP-7.3/ext/standard/
H A Dfile.c654 case IS_FALSE: in PHP_FUNCTION()
H A Darray.c1345 if (Z_TYPE(result) == IS_FALSE) { in PHP_FUNCTION()
4221 case IS_FALSE:
H A Dstring.c1825 case IS_FALSE:
/PHP-7.3/ext/sqlite3/
H A Dsqlite3.c1466 case IS_FALSE: \
/PHP-7.3/ext/mbstring/
H A Dmbstring.c3171 case IS_FALSE: in php_mb_convert_encoding_recursive()
4793 case IS_FALSE: in php_mb_check_encoding_recursive()
/PHP-7.3/sapi/cli/
H A Dphp_cli_server.c2128 decline = Z_TYPE(retval) == IS_FALSE; in php_cli_server_dispatch_router()
/PHP-7.3/ext/date/
H A Dphp_date.c4367 if (z_arg && Z_TYPE_P(z_arg) == IS_FALSE) { \ in php_date_interval_initialize_from_hash()
5293 (Z_TYPE_P(ht_entry) == IS_FALSE || Z_TYPE_P(ht_entry) == IS_TRUE)) { in php_date_period_initialize_from_hash()
/PHP-7.3/ext/session/
H A Dsession.c2465 case IS_FALSE: in PHP_FUNCTION()
/PHP-7.3/ext/pgsql/
H A Dpgsql.c5960 case IS_FALSE:
6826 …if (where_cond && (Z_TYPE_P(val) == IS_TRUE || Z_TYPE_P(val) == IS_FALSE || (Z_TYPE_P(val) == IS_S…
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_inference.c3971 } else if (Z_TYPE_P(zv) == IS_FALSE) { in zend_func_return_info()
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c625 } else if (Z_TYPE(zv) == IS_FALSE) { in _parameter_string()

Completed in 471 milliseconds

123