Home
last modified time | relevance | path

Searched refs:q (Results 51 – 75 of 167) sorted by relevance

1234567

/PHP-5.5/Zend/tests/
H A Dbug67633.phpt18 $v .= 'q';
23 $v .= 'q';
/PHP-5.5/ext/iconv/tests/
H A Diconv002.phpt25 $q = iconv("UCS-4BE", "ascii", $s);
26 print $q; print "\n";
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug44394_2.phpt17 $string = "<a href='a?q=1'>asd</a>";
35 <a href='a?q=1&PHPSESSID=%s&a=b'>asd</a>
/PHP-5.5/ext/standard/tests/array/
H A Darray_map_error.phpt25 function callback2($p, $q) {
26 return $p * $q;
54 Notice: Undefined variable: q in %s on line %d%d
58 Notice: Undefined variable: q in %s on line %d%d
H A Darray_map_basic.phpt12 function multiply($p, $q) {
13 return ($p * $q);
H A Drange.phpt30 var_dump( range("q", "q") );
188 string(1) "q"
230 string(1) "q"
272 string(1) "q"
/PHP-5.5/ext/pdo_dblib/
H A Ddblib_driver.c147 char *q; in dblib_handle_quoter() local
150 *quoted = q = safe_emalloc(2, unquotedlen, 3); in dblib_handle_quoter()
151 *q++ = '\''; in dblib_handle_quoter()
155 *q++ = '\''; in dblib_handle_quoter()
156 *q++ = '\''; in dblib_handle_quoter()
159 *q++ = *unquoted; in dblib_handle_quoter()
165 *q++ = '\''; in dblib_handle_quoter()
166 *q++ = '\0'; in dblib_handle_quoter()
/PHP-5.5/ext/oci8/tests/
H A Dbind_sqltafc.phpt22 function q($c, $id)
32 q($c, 0);
47 q($c, 1);
62 q($c, 5);
77 q($c, 6);
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c206 free(q); in fcgi_hash_destroy()
210 fcgi_data_seg *q = p; in fcgi_hash_destroy() local
212 free(q); in fcgi_hash_destroy()
225 free(q); in fcgi_hash_clean()
233 free(q); in fcgi_hash_clean()
998 q = req->env.list; in fcgi_read_request()
999 while (q != NULL) { in fcgi_read_request()
1001 q = q->list_next; in fcgi_read_request()
1024 memcpy(p, q->var, q->var_len); in fcgi_read_request()
1025 p += q->var_len; in fcgi_read_request()
[all …]
/PHP-5.5/ext/mysqli/
H A Dmysqli_mysqlnd.h43 #define mysqli_async_query(c, q, l) mysqlnd_async_query((c), (q), (l)) argument
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1050 if(!Q_Size(value->v->q)) { in XMLRPC_SetIsVector()
1059 if(value->v->q) { in XMLRPC_SetIsVector()
1060 Q_Init(value->v->q); in XMLRPC_SetIsVector()
1273 if(vector && vector->v && vector->v->q) { in XMLRPC_VectorGetValueWithID_Case()
1274 q_iter qi = Q_Iter_Head_F(vector->v->q); in XMLRPC_VectorGetValueWithID_Case()
1301 q_iter qi = Q_Iter_Head_F(vector->v->q); in XMLRPC_VectorRemoveValue()
1307 Q_Iter_Del(vector->v->q, qi); in XMLRPC_VectorRemoveValue()
1479 Q_Destroy(value->v->q); in XMLRPC_CleanupValue()
1480 my_free(value->v->q); in XMLRPC_CleanupValue()
1650 q_iter qi = Q_Iter_Head_F (xSource->v->q); in XMLRPC_DupValueNew()
[all …]
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_query_nostore.phpt46 $q= sybase_unbuffered_query('select * from #test order by id', $db, FALSE);
47 var_dump($q);
48 while ($row= sybase_fetch_assoc($q)) {
/PHP-5.5/ext/mbstring/oniguruma/
H A Dtestu.c29 char *q; in uconv() local
31 q = to; in uconv()
38 sprintf(q, "\\%03o", c); in uconv()
39 q += 4; in uconv()
42 sprintf(q, "%c", c); in uconv()
43 q++; in uconv()
47 sprintf(q, "\\%03o", c); in uconv()
48 q += 4; in uconv()
50 sprintf(q, "\\%03o", c); in uconv()
51 q += 4; in uconv()
[all …]
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf_time.c188 char *p, *q; in main() local
192 if ((q = strchr(p, '\n')) != NULL) in main()
193 *q = '\0'; in main()
H A Dsoftmagic.c1163 off = q->b; in mget()
1166 off = q->h; in mget()
1169 off = (short)((q->hs[0]<<8)|(q->hs[1])); in mget()
1172 off = (short)((q->hs[1]<<8)|(q->hs[0])); in mget()
1179 off = (int32_t)((q->hl[0]<<24)|(q->hl[1]<<16)| in mget()
1180 (q->hl[2]<<8)|(q->hl[3])); in mget()
1184 off = (int32_t)((q->hl[3]<<24)|(q->hl[2]<<16)| in mget()
1185 (q->hl[1]<<8)|(q->hl[0])); in mget()
1188 off = (int32_t)((q->hl[1]<<24)|(q->hl[0]<<16)| in mget()
1189 (q->hl[3]<<8)|(q->hl[2])); in mget()
[all …]
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c76 char *q; in PHP_INI_MH() local
80 for (q = key; *q; q++) in PHP_INI_MH()
81 *q = tolower(*q); in PHP_INI_MH()
82 keylen = q - key; in PHP_INI_MH()
104 #define YYLIMIT q in PHP_INI_END()
109 register const char *p, *q; in PHP_INI_END() local
113 q = (p = url->c) + url->len; in PHP_INI_END()
206 smart_str_appendl(dest, bash, q - bash); in PHP_INI_END()
247 #define YYMARKER q
341 char *end, *q; in xx_mainloop() local
H A Durl_scanner_ex.re74 char *q;
78 for (q = key; *q; q++)
79 *q = tolower(*q);
80 keylen = q - key;
107 #define YYLIMIT q
112 register const char *p, *q;
116 q = (p = url->c) + url->len;
142 smart_str_appendl(dest, bash, q - bash);
183 #define YYMARKER q
277 char *end, *q;
/PHP-5.5/ext/sysvshm/tests/
H A D001.phpt16 var_dump(ftok("nonexistentfile","q"));
18 var_dump(ftok(__FILE__,"q"));
H A D003.phpt8 $key = ftok(dirname(__FILE__)."/003.phpt", 'q');
28 $key = ftok(dirname(__FILE__)."/003.phpt", 'q');
/PHP-5.5/ext/dba/tests/
H A Ddba011.phpt15 var_dump(dba_open($db_file, 'q', $handler));
33 Warning: dba_open(%stest0.dbm,q): Illegal DBA mode in %sdba011.php on line %d
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_quote1.phpt24 $q = $db->quote($u);
28 var_dump($q);
32 $db->query("insert into poq_tab (t) values($q)");
/PHP-5.5/Zend/
H A Dzend_alloc.c965 mm_block = q; in zend_mm_free_cache()
1138 q = p; in zend_mm_startup_ex()
1140 q = q->prev_free_block; in zend_mm_startup_ex()
1143 q = p; in zend_mm_startup_ex()
1145 q = q->next_free_block; in zend_mm_startup_ex()
1251 if (q <= p || in zend_mm_find_leaks()
1270 p = q; in zend_mm_find_leaks()
1287 if (q <= p || in zend_mm_check_leaks()
1328 p = q; in zend_mm_check_leaks()
1571 if (q <= p || in zend_mm_check_heap()
[all …]
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dwrite22.phar9 ��q
H A Dfrontcontroller2.phar6 …����ж���������a.phps����G���l�`�������hiohio<?php function hio(){}۬�q��S�,ۋ�2�X��"(����GB…
/PHP-5.5/ext/phar/tests/
H A Dbug69324.phar1 <?php __HALT_COMPILER(); ?>��������������hio�������b�����D�����q�������s:71:"hi there";��…

Completed in 61 milliseconds

1234567