Searched refs:indicator (Results 1 – 15 of 15) sorted by relevance
/PHP-8.2/ext/pdo_oci/ |
H A D | php_pdo_oci_int.h | 49 sb2 indicator; member 73 sb2 indicator; member
|
H A D | oci_statement.c | 202 *indpp = &P->indicator; in oci_bind_input_cb() 214 P->indicator = -1; /* NULL */ in oci_bind_input_cb() 250 *indpp = &P->indicator; in oci_bind_output_cb() 268 *indpp = &P->indicator; in oci_bind_output_cb() 339 &P->indicator, 0, &P->retcode, 0, 0, in oci_stmt_param_hook() 345 &P->indicator, 0, &P->retcode, 0, 0, in oci_stmt_param_hook() 357 P->indicator = 0; in oci_stmt_param_hook() 370 if (P->indicator == -1) { in oci_stmt_param_hook() 505 *indpp = (dvoid *)&col->indicator; in oci_define_callback() 761 if (C->indicator == -1) { in oci_stmt_get_col() [all …]
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | bug43957.phpt | 2 Bug #43957 (utf8_decode() bogus conversion on multibyte indicator near end of string)
|
/PHP-8.2/ext/pdo_pgsql/tests/ |
H A D | copy_to.phpt | 40 echo "Testing pgsqlCopyToArray() with different field separator and not null indicator\n"; 57 echo "Testing pgsqlCopyToFile() with different field separator and not null indicator\n"; 96 Testing pgsqlCopyToArray() with different field separator and not null indicator 127 Testing pgsqlCopyToFile() with different field separator and not null indicator
|
H A D | copy_from.phpt | 51 echo "Testing pgsqlCopyFromArray() with different field separator and not null indicator\n"; 88 echo "Testing pgsqlCopyFromFile() with different field separator and not null indicator\n"; 175 Testing pgsqlCopyFromArray() with different field separator and not null indicator 309 Testing pgsqlCopyFromFile() with different field separator and not null indicator
|
/PHP-8.2/ext/oci8/ |
H A D | oci8_statement.c | 337 &column->indicator, in php_oci_statement_fetch() 447 *indpp = &(outcol->indicator); in php_oci_define_callback() 477 *indpp = &(outcol->indicator); in php_oci_define_callback() 985 bind->indicator = 0; in php_oci_bind_pre_exec() 1001 if (bind->indicator == -1) { /* NULL */ in php_oci_bind_post_exec() 1397 phpbind->indicator = -1; in php_oci_bind_in_callback() 1400 *indpp = (dvoid *)&phpbind->indicator; in php_oci_bind_in_callback() 1417 *indpp = (dvoid *)&phpbind->indicator; in php_oci_bind_in_callback() 1468 *indpp = &phpbind->indicator; in php_oci_bind_out_callback() 1494 *indpp = &phpbind->indicator; in php_oci_bind_out_callback() [all …]
|
H A D | php_oci8_int.h | 264 sb2 indicator; /* -1 means NULL */ member 280 sb2 indicator; member
|
H A D | oci8.c | 1546 if (column->indicator == -1) { /* column is NULL */ in php_oci_column_to_zval() 1766 if ((column->indicator == -1) && ((fetch_mode & PHP_OCI_RETURN_NULLS) == 0)) { in php_oci_fetch_row() 1770 if (!(column->indicator == -1)) { in php_oci_fetch_row()
|
H A D | oci8_interface.c | 1191 if (column->indicator == -1) { in PHP_FUNCTION()
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | bug27508.phpt | 2 Bug #27508 (userspace wrappers have bogus eof indicator)
|
/PHP-8.2/ext/standard/tests/network/ |
H A D | tcp6loop.phpt | 7 …Note: Might be a good idea to export an IPv6 support indicator (such as AF_INET6 exported by ext/s…
|
H A D | udp6loop.phpt | 8 * Note: Might be a good idea to export an IPv6 support indicator
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | cp51932_encoding.phpt | 73 unset($fromUnicode["\x00\xAA"]); // Don't map feminine ordinal indicator 84 unset($fromUnicode["\x00\xBA"]); // Don't map "masculine ordinal indicator"
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 901 >8 string lmsg \b, Last Media Segment indicator for ISO base media file format. 6492 # elements properties indicator 17827 # XV thumbnail indicator (ThMO) 29541 # but vrsn short content is not always version indicator
|
H A D | magic私はガラスを食べられます | 901 >8 string lmsg \b, Last Media Segment indicator for ISO base media file format. 6492 # elements properties indicator 17827 # XV thumbnail indicator (ThMO) 29541 # but vrsn short content is not always version indicator
|
Completed in 195 milliseconds