Searched refs:indicator (Results 1 – 15 of 15) sorted by relevance
/PHP-7.0/ext/pdo_oci/ |
H A D | php_pdo_oci_int.h | 53 sb2 indicator; member 77 sb2 indicator; member
|
H A D | oci_statement.c | 209 *indpp = &P->indicator; in oci_bind_input_cb() 221 P->indicator = -1; /* NULL */ in oci_bind_input_cb() 257 *indpp = &P->indicator; in oci_bind_output_cb() 276 *indpp = &P->indicator; in oci_bind_output_cb() 347 &P->indicator, 0, &P->retcode, 0, 0, in oci_stmt_param_hook() 353 &P->indicator, 0, &P->retcode, 0, 0, in oci_stmt_param_hook() 365 P->indicator = 0; in oci_stmt_param_hook() 378 if (P->indicator == -1) { in oci_stmt_param_hook() 513 *indpp = (dvoid *)&col->indicator; in oci_define_callback() 768 if (C->indicator == -1) { in oci_stmt_get_col() [all …]
|
/PHP-7.0/ext/xml/tests/ |
H A D | bug43957.phpt | 2 Bug #43957 (utf8_decode() bogus conversion on multibyte indicator near end of string)
|
/PHP-7.0/ext/pdo_pgsql/tests/ |
H A D | copy_to.phpt | 38 echo "Testing pgsqlCopyToArray() with different field separator and not null indicator\n"; 55 echo "Testing pgsqlCopyToFile() with different field separator and not null indicator\n"; 94 Testing pgsqlCopyToArray() with different field separator and not null indicator 125 Testing pgsqlCopyToFile() with different field separator and not null indicator
|
H A D | copy_from.phpt | 49 echo "Testing pgsqlCopyFromArray() with different field separator and not null indicator\n"; 86 echo "Testing pgsqlCopyFromFile() with different field separator and not null indicator\n"; 173 Testing pgsqlCopyFromArray() with different field separator and not null indicator 307 Testing pgsqlCopyFromFile() with different field separator and not null indicator
|
/PHP-7.0/ext/oci8/ |
H A D | oci8_statement.c | 333 &column->indicator, in php_oci_statement_fetch() 443 *indpp = &(outcol->indicator); in php_oci_define_callback() 473 *indpp = &(outcol->indicator); in php_oci_define_callback() 965 bind->indicator = 0; in php_oci_bind_pre_exec() 981 if (bind->indicator == -1) { /* NULL */ in php_oci_bind_post_exec() 1376 phpbind->indicator = -1; in php_oci_bind_in_callback() 1379 *indpp = (dvoid *)&phpbind->indicator; in php_oci_bind_in_callback() 1394 *indpp = (dvoid *)&phpbind->indicator; in php_oci_bind_in_callback() 1445 *indpp = &phpbind->indicator; in php_oci_bind_out_callback() 1471 *indpp = &phpbind->indicator; in php_oci_bind_out_callback() [all …]
|
H A D | php_oci8_int.h | 261 sb2 indicator; /* -1 means NULL */ member 277 sb2 indicator; member
|
H A D | oci8.c | 2444 if (column->indicator == -1) { /* column is NULL */ in php_oci_column_to_zval() 2659 if ((column->indicator == -1) && ((fetch_mode & PHP_OCI_RETURN_NULLS) == 0)) { in php_oci_fetch_row() 2663 if (!(column->indicator == -1)) { in php_oci_fetch_row()
|
H A D | oci8_interface.c | 1338 if (column->indicator == -1) { in PHP_FUNCTION()
|
/PHP-7.0/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-7.0/ext/standard/tests/file/ |
H A D | bug27508.phpt | 2 Bug #27508 (userspace wrappers have bogus eof indicator)
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | README | 257 of PCRE can change the selection at run time. The default newline indicator 259 newline indicator by adding --enable-newline-is-cr or --enable-newline-is-lf
|
/PHP-7.0/ |
H A D | NEWS | 94 . Fixed bug #75409 (accept EFAULT in addition to ENOSYS as indicator
|
/PHP-7.0/ext/fileinfo/tests/ |
H A D | magic | 11619 # XV thumbnail indicator (ThMO)
|
Completed in 83 milliseconds