Home
last modified time | relevance | path

Searched refs:state (Results 126 – 150 of 169) sorted by relevance

1234567

/PHP-7.2/ext/mysqli/tests/
H A Dbug34810.phpt35 printf("[003] Wrong sql state code: %s\n", $warning->sqlstate);
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 …
H A Dmysqli_poll_mixing_insert_select.phpt120 printf("[004] Error state not saved for query '%s', %d != %d\n", $link['query'],
/PHP-7.2/ext/standard/
H A Dbasic_functions.h195 uint32_t state[MT_N+1]; /* state vector + 1 extra to not violate ANSI C */ member
H A Dphp_string.h138 PHPAPI size_t php_strip_tags(char *rbuf, size_t len, uint8_t *state, const char *allow, size_t allo…
/PHP-7.2/sapi/phpdbg/
H A Dxml.md525 - if the boolean switch is omitted, it emits current state in a <setbreak id="" active="" /> whe…
531 - if the boolean switch is omitted, it emits current state in a <setbreaks active="" /> where ac…
547 - if the boolean switch is omitted, it emits current state in a <setcolors active="" /> where ac…
554 - if no further argument is passed, it emits current state in a <setoplog active="" /> where act…
559 - if the boolean switch is omitted, it emits current state in a <setquiet active="" /> where act…
564 - if no further argument is passed, it emits current state in a <setoplog type="" /> where activ…
569 - if the boolean switch is omitted, it emits current state in a <setrefcount active="" /> where …
H A Dphpdbg_lexer.c15 #define YYSETCONDITION(x) LEX(state) = x;
16 #define YYGETCONDITION() LEX(state)
/PHP-7.2/ext/spl/
H A Dspl_iterators.c99 RecursiveIteratorState state; member
251 switch (object->iterators[object->level].state) { in spl_recursive_it_move_forward_ex()
266 object->iterators[object->level].state = RS_TEST; in spl_recursive_it_move_forward_ex()
278 object->iterators[object->level].state = RS_NEXT; in spl_recursive_it_move_forward_ex()
311 object->iterators[object->level].state = RS_NEXT; in spl_recursive_it_move_forward_ex()
327 object->iterators[object->level].state = RS_NEXT; in spl_recursive_it_move_forward_ex()
358 object->iterators[object->level].state = RS_SELF; in spl_recursive_it_move_forward_ex()
360 object->iterators[object->level].state = RS_NEXT; in spl_recursive_it_move_forward_ex()
367 object->iterators[object->level].state = RS_START; in spl_recursive_it_move_forward_ex()
424 object->iterators[0].state = RS_START; in spl_recursive_it_rewind_ex()
[all …]
/PHP-7.2/ext/mysqli/
H A Dmysqli_nonapi.c1025 uint32_t minlength, maxlength, number, state; local
1046 state = cs.state;
1060 state = 1; /* all charsets are compiled in */
1070 add_property_long(return_value, "state", state);
H A Dmysqli_api.c2226 const char *state; local
2232 state = mysql_sqlstate(mysql->mysql);
2233 if (state) {
2234 RETURN_STRING(state);
2566 const char * state; local
2573 state = mysql_stmt_sqlstate(stmt->stmt);
2574 if (state) {
2575 RETURN_STRING(state);
/PHP-7.2/ext/mbstring/
H A Dmbstring.c4225 int state = 0; in _php_mbstr_parse_mail_headers() local
4253 if (state == 0 || state == 1) { in _php_mbstr_parse_mail_headers()
4257 state = 2; in _php_mbstr_parse_mail_headers()
4284 state = 4; in _php_mbstr_parse_mail_headers()
4287 state = 5; in _php_mbstr_parse_mail_headers()
4293 if (state == 1 || state == 3) { in _php_mbstr_parse_mail_headers()
4305 state = 1; in _php_mbstr_parse_mail_headers()
4313 state = 3; in _php_mbstr_parse_mail_headers()
4346 state = 3; in _php_mbstr_parse_mail_headers()
4366 state = 3; in _php_mbstr_parse_mail_headers()
[all …]
/PHP-7.2/ext/sysvsem/tests/
H A Dsysv.phpt96 * semaphores in effect, to keep state information.
/PHP-7.2/ext/spl/internal/
H A Dregexiterator.inc66 * @warning never call this twice for the same state
H A Dmultipleiterator.inc141 * their next() method regardless of their state.
/PHP-7.2/ext/json/
H A Djson_scanner.re31 #define YYGETCONDITION() s->state
32 #define YYSETCONDITION(yystate) s->state = yystate
H A Djson_scanner.c32 #define YYGETCONDITION() s->state
33 #define YYSETCONDITION(yystate) s->state = yystate
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_structs.h858 …te__set)(MYSQLND_CONNECTION_STATE * const state_struct, const enum mysqlnd_connection_state state);
869 enum mysqlnd_connection_state state; member
908 MYSQLND_CONNECTION_STATE state; member
1274 enum_mysqlnd_stmt_state state; member
/PHP-7.2/ext/odbc/
H A Dphp_odbc.c1006 SQLCHAR state[6]; in odbc_bindcols() local
1009 memset(state, '\0', 6); in odbc_bindcols()
1011 …if (SQL_SUCCESS == SQLGetDiagRec(SQL_HANDLE_STMT, result->stmt, 1, state, &err, errtxt, 128, NULL)… in odbc_bindcols()
1013 state[5] = '\0'; in odbc_bindcols()
1014 …ref(NULL, E_WARNING, "SQLColAttribute can't handle SQL_DESC_OCTET_LENGTH: [%s] %s", state, errtxt); in odbc_bindcols()
1539 char state[6]; /* Not used */ in PHP_FUNCTION() local
1545 result->stmt, state, &error, errormsg, in PHP_FUNCTION()
1547 if (!strncmp(state,"S1015",5)) { in PHP_FUNCTION()
1556 php_error_docref(NULL, E_WARNING, "SQL error: %s, SQL state %s", errormsg, state); in PHP_FUNCTION()
/PHP-7.2/Zend/
H A Dzend_virtual_cwd.h194 CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func verify_path, int u…
/PHP-7.2/ext/sockets/tests/
H A Dsocket_strerror.phpt101 string(28) "File descriptor in bad state"
/PHP-7.2/ext/pgsql/
H A Dpgsql.c4486 unsigned int state = 0; local
4495 switch (state)
4499 state = 1;
4508 state = 0;
4515 state = 0;
4520 state = 2;
4522 state = 0;
4528 state = 3;
4530 state = 0;
4544 state = 0;
[all …]
/PHP-7.2/ext/spl/tests/
H A Dbug55701.phpt11 // The tested iterator is in an invalid state; the behaviour of most of its methods is undefined
/PHP-7.2/sapi/litespeed/
H A DREADME.md145 malfunctioning state. Total number of children processes will be reduced to
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregint.h685 } state; member
/PHP-7.2/ext/date/lib/
H A Dparse_iso_intervals.re67 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } }

Completed in 113 milliseconds

1234567