Home
last modified time | relevance | path

Searched refs:PS (Results 1 – 25 of 52) sorted by relevance

123

/PHP-5.3/ext/session/
H A Dsession.c95 PS(mod)->s_close(&PS(mod_data) TSRMLS_CC); in php_rshutdown_session_globals()
113 if (PS(mod)->s_destroy(&PS(mod_data), PS(id) TSRMLS_CC) == FAILURE) { in php_session_destroy()
512 if (PS(mod)->s_open(&PS(mod_data), PS(save_path), PS(session_name) TSRMLS_CC) == FAILURE) { in php_session_initialize()
520 PS(id) = PS(mod)->s_create_sid(&PS(mod_data), NULL TSRMLS_CC); in php_session_initialize()
608 ret = PS(mod)->s_write(&PS(mod_data), PS(id), val, vallen TSRMLS_CC); in php_session_save_current_state()
611 ret = PS(mod)->s_write(&PS(mod_data), PS(id), "", 0 TSRMLS_CC); in php_session_save_current_state()
1357 …php_url_scanner_add_var(PS(session_name), strlen(PS(session_name)), PS(id), strlen(PS(id)), 1 TSRM…
1424 if (!PS(use_only_cookies) && !PS(id) &&
1501 PS(mod)->s_gc(&PS(mod_data), PS(gc_maxlifetime), &nrdels TSRMLS_CC);
1616 if (PS(mod) && PS(mod)->s_name) {
[all …]
H A Dphp_session.h156 #define PS(v) TSRMG(ps_globals_id, php_ps_globals *, v) macro
158 #define PS(v) (ps_globals.v) macro
210 if (PS(http_session_vars)) { \
211 zend_hash_del(Z_ARRVAL_P(PS(http_session_vars)), name, namelen+1); \
223 HashTable *_ht = Z_ARRVAL_P(PS(http_session_vars)); \
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_non_select.phpt17 // Emulated PS first
34 printf("[004] Emulated PS, DESCRIBE returned no results\n");
52 printf("[007] Emulated PS, SHOW returned no results\n");
54 printf("[008] Emulated PS, SHOW data seems wrong, dumping %s\n",
58 printf("[009] Emulated PS, EXPLAIN returned no results\n");
65 printf("[010] Emulated PS, EXPLAIN returned no results\n");
67 // And now native PS
113 printf("[016] Native PS (native support: %s), SHOW failed, %s\n",
134 …printf("Native PS (native support: %s) and emulated PS returned different data for SHOW: %s vs. %s…
159 …printf("Native PS (native support: %s) and emulated PS returned different data for EXPLAIN: %s vs.…
[all …]
H A Dpdo_mysql_stmt_columncount.phpt16 // The only purpose of this is to check if emulated and native PS
19 printf("Testing emulated PS...\n");
37 printf("Testing native PS...\n");
63 Testing emulated PS...
66 Testing native PS...
H A Dpdo_mysql_stmt_errorcode.phpt17 printf("Testing emulated PS...\n");
33 printf("Testing native PS...\n");
51 Testing emulated PS...
55 Testing native PS...
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt2 MySQL PDO->prepare(), emulated PS, anonymous placeholder
16 // native PS
36 // now the same with emulated PS
37 printf("now the same with emulated PS\n");
72 now the same with emulated PS
H A Dpdo_mysql_prepare_native_placeholder_everywhere.phpt2 MySQL PDO->prepare(),native PS, anonymous placeholder
31 // now the same with native PS
32 printf("now the same with native PS\n");
78 now the same with native PS
H A Dpdo_mysql_prepare_emulated_anonymous.phpt2 MySQL PDO->prepare(), emulated PS, anonymous placeholder
35 // now the same with native PS
36 printf("now the same with native PS\n");
77 now the same with native PS
H A Dpdo_mysql_stmt_variable_columncount.phpt50 // What will happen if a PS returns a differen number of result set column upon each execution?
55 // Emulates PS first
68 // Native PS
86 // Emulates PS first
99 // Native PS
H A Dpdo_mysql_stmt_errorinfo.phpt16 printf("Testing emulated PS...\n");
39 printf("Testing native PS...\n");
68 Testing emulated PS...
106 Testing native PS...
H A Dpdo_mysql_stmt_nextrowset.phpt68 // Emulated PS
69 printf("Emulated PS...\n");
83 // Native PS
84 printf("Native PS...\n");
115 Emulated PS...
214 Native PS...
H A Dpdo_mysql_stmt_bindparam.phpt62 /* NOTE: you cannot use PDO::query() with unbuffered, native PS - see extra test */
83 printf("Emulated PS...\n");
97 printf("Native PS...\n");
125 Emulated PS...
142 Native PS...
H A Dpdo_mysql_stmt_blobfromsteam.phpt123 printf("Emulated PS...\n");
127 printf("Native PS...\n");
146 Emulated PS...
147 Native PS...
H A Dpdo_mysql_prepare_native_named_placeholder.phpt2 MySQL PDO->prepare(), native PS, named placeholder
28 // do not work with MySQL native PS, but lets see what happens!
42 // Now the same with emulated PS.
H A Dpdo_mysql_prepare_native_column.phpt2 MySQL PDO->prepare(), native PS, named placeholder
H A Dpdo_mysql_prepare_native_clear_error.phpt2 MySQL PDO->prepare(), native PS, clear line after error
43 // Native PS
H A Dpdo_mysql_stmt_closecursor.phpt110 printf("Testing emulated PS...\n");
125 printf("Testing native PS...\n");
154 Testing emulated PS...
165 Testing native PS...
/PHP-5.3/ext/sqlite/
H A Dsess_sqlite.c186 …if ((int) ((float) PS(gc_divisor) * PS(gc_divisor) * php_combined_lcg(TSRMLS_C)) < PS(gc_probabili… in PS_GC_FUNC()
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_get_client_stats_ps.phpt2 mysqli_get_client_stats() - PS
44 printf("[003] Unbuffered rows got increased after buffered PS, expecting %d got %d.\n",
H A Dbug55653.phpt2 Bug #55653 PS crash with libmysql when binding same variable as param and out
H A Dbug42378.phpt54 printf("[%03d] Cannot create PS, [%d] %s\n",
67 printf("[%03d] Cannot prepare PS, [%d] %s\n",
74 printf("[%03d] Cannot execute PS, [%d] %s\n",
H A Dmysqli_explain_metadata.phpt106 printf("[017] Cannot fetch result from PS [%d] %s\n",
137 printf("[023] PS mysqli_stmt_get_result() metadata seems wrong, dumping\n");
144 printf("[023] PS mysqli_stmt_get_result() metadata seems wrong, dumping\n");
H A Dbug_mysql_49406.phpt85 printf("[008] PS and non-PS results differ, dumping data\n");
H A Dbug45289.phpt2 Bug #45289 (Bogus store_result on PS)
/PHP-5.3/ext/posix/tests/
H A Dposix_kill_basic.phpt14 // TODO Once we have PS open working beef up this test to create a process and kill it

Completed in 36 milliseconds

123