Home
last modified time | relevance | path

Searched refs:state (Results 151 – 154 of 154) sorted by last modified time

1234567

/PHP-5.5/
H A DREADME.STREAMS138 #define PHP_STREAM_CRITICAL 3 /* an error occurred; origstream is in an unknown state; you should …
222 state in the stream.
228 itself, which holds some state information (and possibly a buffer) and a
313 For structured state you might have this:
320 struct my_state * state = pemalloc(sizeof(struct my_state), persistent);
322 /* initialize the connection, and run a query, using the fields in state to
325 state->result = mysql_use_result(&state->conn);
328 stream = php_stream_alloc(&my_ops, state, 0, persistent, "r");
330 /* now stream->abstract == state */
340 struct my_state * state = (struct my_state*)stream->abstract;
[all …]
H A DNEWS1956 modified state instead of changing itself. (Derick)
4933 - Reset error state in PDO::beginTransaction() reset error state. (Ilia)
6706 class-specific state). (Felipe)
10055 bailout state isn't restored. (Andi)
H A DINSTALL1390 with the alpha or beta state. If no stable packages are available, you
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_change_user_get_lock.phpt39 This command resets the state as if one had done a new connect. (See Section 25.2.13, “Controlling …

Completed in 32 milliseconds

1234567