Home
last modified time | relevance | path

Searched refs:closing (Results 76 – 100 of 152) sorted by relevance

1234567

/php-src/ext/odbc/tests/
H A Dodbc_persistent_close.phpt2 odbc_pconnect(): Make sure closing a persistent connection works
H A Dodbc_persistent_close_all.phpt2 odbc_pconnect(): Make sure closing a persistent connection works in case of odbc_close_all()
H A Dodbc_connect_001.phpt14 A bug in msodbcsql causes a memory leak when reconnecting after closing. See GH-12306
/php-src/ext/sockets/tests/
H A Dsocket_import_stream-4-win.phpt2 socket_import_stream: effects of closing
H A Dsocket_import_stream-4.phpt2 socket_import_stream: effects of closing
H A Dsocket_export_stream-4.phpt2 socket_export_stream: effects of closing
H A Dsocket_export_stream-4-win.phpt2 socket_export_stream: effects of closing
/php-src/ext/standard/tests/general_functions/
H A Dis_callable_variation2.phpt47 /* closing resources used */
H A Ddebug_zval_dump_b.phpt90 /* closing resource handle */
/php-src/ext/standard/tests/strings/
H A Dstrtr_variation6.phpt75 fclose($file_handle); //closing the file handle
H A Dstrtr_variation8.phpt73 fclose($file_handle); //closing the file handle
/php-src/ext/standard/tests/array/
H A Darray_flip_variation4.phpt52 // closing resource
/php-src/ext/pdo_odbc/tests/
H A Dbasic_connection.phpt15 A bug in msodbcsql causes a memory leak when reconnecting after closing. See GH-12306
/php-src/ext/standard/tests/file/
H A Dfscanf_variation13.phpt35 // closing the file
H A Dfscanf_variation19.phpt39 // closing the file
H A Dfscanf_variation25.phpt39 // closing the file
H A Dfscanf_variation32.phpt40 // closing the file
H A Dfscanf_variation38.phpt35 // closing the file
H A Dfscanf_variation44.phpt35 // closing the file
H A Dfscanf_variation50.phpt35 // closing the file
H A Dfscanf_variation7.phpt35 // closing the file
H A Dfscanf_variation52.phpt32 //closing the file
H A Dfscanf_variation26.phpt34 // closing the file
/php-src/ext/standard/
H A Duser_filters.c43 bool closing; in PHP_METHOD() local
44 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rrzb", &in, &out, &consumed, &closing) == FAILURE) { in PHP_METHOD()
/php-src/Zend/
H A Dzend_language_scanner.l1243 static void report_bad_nesting(char opening, int opening_lineno, char closing) in report_bad_nesting() argument
1254 if (closing) { /* 'closing' will be 0 if at end of file */ in report_bad_nesting()
1255 used += snprintf(buf + used, sizeof(buf) - used, " does not match '%c'", closing); in report_bad_nesting()
1267 static zend_result exit_nesting(char closing) in exit_nesting() argument
1270 zend_throw_exception_ex(zend_ce_parse_error, 0, "Unmatched '%c'", closing); in exit_nesting()
1277 if ((opening == '{' && closing != '}') || in exit_nesting()
1278 (opening == '[' && closing != ']') || in exit_nesting()
1279 (opening == '(' && closing != ')')) { in exit_nesting()
1280 report_bad_nesting(opening, nest_loc->lineno, closing); in exit_nesting()

Completed in 62 milliseconds

1234567