Searched refs:indicator (Results 1 – 14 of 14) sorted by relevance
/PHP-5.4/ext/pdo_pgsql/tests/ |
H A D | copy_to.phpt | 39 echo "Testing pgsqlCopyToArray() with different field separator and not null indicator\n"; 53 echo "Testing pgsqlCopyToFile() with different field separator and not null indicator\n"; 87 Testing pgsqlCopyToArray() with different field separator and not null indicator 118 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"; 85 echo "Testing pgsqlCopyFromFile() with different field separator and not null indicator\n"; 165 Testing pgsqlCopyFromArray() with different field separator and not null indicator 299 Testing pgsqlCopyFromFile() with different field separator and not null indicator
|
/PHP-5.4/ext/pdo_oci/ |
H A D | php_pdo_oci_int.h | 51 sb2 indicator; member 75 sb2 indicator; member
|
H A D | oci_statement.c | 198 *indpp = &P->indicator; in oci_bind_input_cb() 205 P->indicator = -1; /* NULL */ in oci_bind_input_cb() 236 *indpp = &P->indicator; in oci_bind_output_cb() 256 *indpp = &P->indicator; in oci_bind_output_cb() 315 &P->indicator, 0, &P->retcode, 0, 0, in oci_stmt_param_hook() 321 &P->indicator, 0, &P->retcode, 0, 0, in oci_stmt_param_hook() 333 P->indicator = 0; in oci_stmt_param_hook() 346 if (P->indicator == -1) { in oci_stmt_param_hook() 492 *indpp = (dvoid *)&col->indicator; in oci_define_callback() 727 if (C->indicator == -1) { in oci_stmt_get_col() [all …]
|
/PHP-5.4/ext/xml/tests/ |
H A D | bug43957.phpt | 2 Bug #43957 (utf8_decode() bogus conversion on multibyte indicator near end of string)
|
/PHP-5.4/ext/oci8/ |
H A D | oci8_statement.c | 254 &column->indicator, in php_oci_statement_fetch() 363 *indpp = &(outcol->indicator); in php_oci_define_callback() 393 *indpp = &(outcol->indicator); in php_oci_define_callback() 863 bind->indicator = 0; in php_oci_bind_pre_exec() 876 if (bind->indicator == -1) { /* NULL */ in php_oci_bind_post_exec() 1212 phpbind->indicator = -1; in php_oci_bind_in_callback() 1215 *indpp = (dvoid *)&phpbind->indicator; in php_oci_bind_in_callback() 1222 *indpp = (dvoid *)&phpbind->indicator; in php_oci_bind_in_callback() 1270 *indpp = &phpbind->indicator; in php_oci_bind_out_callback() 1296 *indpp = &phpbind->indicator; in php_oci_bind_out_callback() [all …]
|
H A D | php_oci8_int.h | 222 sb2 indicator; /* -1 means NULL */ member 236 sb2 indicator; member
|
H A D | oci8.c | 2497 if (column->indicator == -1) { /* column is NULL */ in php_oci_column_to_zval() 2635 if ((column->indicator == -1) && ((fetch_mode & PHP_OCI_RETURN_NULLS) == 0)) { in php_oci_fetch_row() 2639 if (!(column->indicator == -1)) { in php_oci_fetch_row()
|
H A D | oci8_interface.c | 1299 if (column->indicator == -1) {
|
/PHP-5.4/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-5.4/ext/standard/tests/file/ |
H A D | bug27508.phpt | 2 Bug #27508 (userspace wrappers have bogus eof indicator)
|
/PHP-5.4/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-5.4/ext/fileinfo/tests/ |
H A D | magic | 10314 # XV thumbnail indicator (ThMO)
|
Completed in 73 milliseconds