Searched refs:nullable (Results 1 – 20 of 20) sorted by relevance
/PHP-7.3/Zend/tests/type_declarations/ |
H A D | scalar_none.phpt | 21 'int nullable' => function (int $i = NULL) { return $i; }, 22 'float nullable' => function (float $f = NULL) { return $f; }, 23 'string nullable' => function (string $s = NULL) { return $s; }, 24 'bool nullable' => function (bool $b = NULL) { return $b; } 45 Testing int nullable: 47 Testing float nullable: 49 Testing string nullable: 51 Testing bool nullable:
|
H A D | scalar_null.phpt | 21 'int nullable' => function (int $i = NULL) { return $i; }, 22 'float nullable' => function (float $f = NULL) { return $f; }, 23 'string nullable' => function (string $s = NULL) { return $s; }, 24 'bool nullable' => function (bool $b = NULL) { return $b; } 47 Testing int nullable: 49 Testing float nullable: 51 Testing string nullable: 53 Testing bool nullable:
|
H A D | nullable_void.phpt | 2 Void cannot be nullable 11 Fatal error: Void type cannot be nullable in %s on line %d
|
H A D | nullable_null.phpt | 2 nullable class
|
/PHP-7.3/Zend/tests/return_types/ |
H A D | 032.phpt | 2 Nullable return type inheritance rules (nullable and non-nullable)
|
H A D | 031.phpt | 2 Nullable return type inheritance rules (non-nullable and nullable)
|
/PHP-7.3/Zend/tests/typehints/ |
H A D | fq_nullable.phpt | 2 Fully-qualified nullable parameter type
|
/PHP-7.3/Zend/tests/nullable_types/ |
H A D | array.phpt | 2 Explicitly nullable array type
|
H A D | float.phpt | 2 Explicitly nullable float type
|
H A D | int.phpt | 2 Explicitly nullable int type
|
H A D | string.phpt | 2 Explicitly nullable string type
|
H A D | invariant_param_and_return_succeeds.phpt | 2 Invariant parameter and return types work with nullable types
|
H A D | covariant_nullable_param_fails.phpt | 2 Subtype cannot remove nullable parameter (covariance)
|
H A D | nullable_type_parameters_do_not_have_default_value.phpt | 2 Explicit nullable types do not imply a default value
|
/PHP-7.3/ext/odbc/tests/ |
H A D | bug78470.phpt | 2 Bug #78470 (odbc_specialcolumns() no longer accepts $nullable)
|
/PHP-7.3/ext/odbc/ |
H A D | php_odbc_includes.h | 204 SQLSMALLINT nullable; member
|
H A D | php_odbc.c | 292 ZEND_ARG_INFO(0, nullable) 1277 &result->param_info[i].scale, &result->param_info[i].nullable); in PHP_FUNCTION() 3688 SQLUSMALLINT type, scope, nullable; in PHP_FUNCTION() local 3698 nullable = (SQLUSMALLINT) vnullable; in PHP_FUNCTION() 3725 nullable); in PHP_FUNCTION()
|
/PHP-7.3/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 286 SWORD sqltype = 0, ctype = 0, scale = 0, nullable = 0; in odbc_stmt_param_hook() local 322 …QLDescribeParam(S->stmt, (SQLUSMALLINT) param->paramno+1, &sqltype, &precision, &scale, &nullable); in odbc_stmt_param_hook() 331 nullable = 1; in odbc_stmt_param_hook()
|
/PHP-7.3/ext/pdo/ |
H A D | pdo_sql_parser.re | 244 /* assume all types are nullable */
|
/PHP-7.3/ |
H A D | NEWS | 125 . Fixed bug #78470 (odbc_specialcolumns() no longer accepts $nullable). (cmb)
|
Completed in 40 milliseconds