Home
last modified time | relevance | path

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

12345678

/PHP-7.4/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-7.4/sapi/phpdbg/tests/bug73615/
H A D.phpdbginit2 q
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c726 zend_trait_alias **p, *q; local
734 q = *p;
735 UNSERIALIZE_PTR(q);
744 if (q->alias) {
745 SERIALIZE_STR(q->alias);
761 q = *p;
762 UNSERIALIZE_PTR(q);
1417 zend_trait_alias **p, *q; local
1424 q = *p;
1433 if (q->alias) {
[all …]
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1044 if(!Q_Size(value->v->q)) { in XMLRPC_SetIsVector()
1053 if(value->v->q) { in XMLRPC_SetIsVector()
1054 Q_Init(value->v->q); in XMLRPC_SetIsVector()
1267 if(vector && vector->v && vector->v->q) { in XMLRPC_VectorGetValueWithID_Case()
1268 q_iter qi = Q_Iter_Head_F(vector->v->q); in XMLRPC_VectorGetValueWithID_Case()
1295 q_iter qi = Q_Iter_Head_F(vector->v->q); in XMLRPC_VectorRemoveValue()
1301 Q_Iter_Del(vector->v->q, qi); in XMLRPC_VectorRemoveValue()
1473 Q_Destroy(value->v->q); in XMLRPC_CleanupValue()
1474 my_free(value->v->q); in XMLRPC_CleanupValue()
1644 q_iter qi = Q_Iter_Head_F (xSource->v->q); in XMLRPC_DupValueNew()
[all …]
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_driver.c156 char * q; in dblib_handle_quoter() local
179 q = *quoted = emalloc(*quotedlen + 1); /* Add byte for terminal null */ in dblib_handle_quoter()
181 *q++ = 'N'; in dblib_handle_quoter()
183 *q++ = '\''; in dblib_handle_quoter()
187 *q++ = '\''; in dblib_handle_quoter()
188 *q++ = '\''; in dblib_handle_quoter()
190 *q++ = unquoted[i]; in dblib_handle_quoter()
193 *q++ = '\''; in dblib_handle_quoter()
195 *q = 0; in dblib_handle_quoter()
/PHP-7.4/ext/iconv/tests/
H A Dbug78069.data34 ect: =?o-8859-1?q?<3F3F=3F?=�
/PHP-7.4/sapi/phpdbg/tests/
H A Ddelimiter.phpt4 ev 1 + 3 # ev 2 ** 3#q
H A Dbasic_run.phpt5 q
H A Dnormal_exit.phpt5 q
H A Dinclude_once_001.phpt5 q
H A Dinclude_once_002.phpt5 q
H A Dbug76801.phpt5 q
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf_time.c189 char *p, *q; in main() local
193 if ((q = strchr(p, '\n')) != NULL) in main()
194 *q = '\0'; in main()
H A Dprint.c146 CAST(long long, m->value.q)); in file_mdump()
175 file_fmttime(m->value.q, 0, tbuf)); in file_mdump()
181 file_fmttime(m->value.q, FILE_T_LOCAL, tbuf)); in file_mdump()
187 file_fmttime(m->value.q, FILE_T_WINDOWS, tbuf)); in file_mdump()
/PHP-7.4/ext/sysvshm/tests/
H A D001.phpt19 var_dump(ftok("nonexistentfile","q"));
21 var_dump(ftok(__FILE__,"q"));
/PHP-7.4/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-7.4/main/
H A Dfastcgi.c278 free(q); in fcgi_hash_destroy()
282 fcgi_data_seg *q = p; in fcgi_hash_destroy() local
284 free(q); in fcgi_hash_destroy()
297 free(q); in fcgi_hash_clean()
305 free(q); in fcgi_hash_clean()
1170 q = req->env.list; in fcgi_read_request()
1171 while (q != NULL) { in fcgi_read_request()
1173 q = q->list_next; in fcgi_read_request()
1196 memcpy(p, q->var, q->var_len); in fcgi_read_request()
1197 p += q->var_len; in fcgi_read_request()
[all …]
/PHP-7.4/ext/standard/tests/array/
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-7.4/appveyor/
H A Dtest_task.bat50 if "%APPVEYOR%" equ "True" rmdir /s /q C:\OpenSSL-Win32 >NUL 2>NUL
51 if "%APPVEYOR%" equ "True" rmdir /s /q C:\OpenSSL-Win64 >NUL 2>NUL
85 del /q *
88 del /q dict.zip
103 nmake test TESTS="%OPCACHE_OPTS% -q --offline --show-diff --show-slow 1000 --set-timeout 120 -g FAI…
/PHP-7.4/Zend/
H A Dzend_hash.c992 q++; in _zend_hash_index_add_or_update_i()
1216 q++; in zend_hash_rehash()
1241 q++; in zend_hash_rehash()
1978 q->h = p->h; in zend_array_dup_element()
1980 q->key = NULL; in zend_array_dup_element()
2008 p++; q++; in zend_array_dup_packed_elements()
2440 p->h = q->h; in zend_hash_bucket_swap()
2444 q->h = h; in zend_hash_bucket_swap()
2445 q->key = key; in zend_hash_bucket_swap()
2466 p->h = q->h; in zend_hash_bucket_packed_swap()
[all …]
/PHP-7.4/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-7.4/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-7.4/ext/phar/tests/files/
H A Dfrontcontroller2.phar6 …����ж���������a.phps����G���l�`�������hiohio<?php function hio(){}۬�q��S�,ۋ�2�X��"(����GB…

Completed in 41 milliseconds

12345678