Home
last modified time | relevance | path

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

123456

/PHP-5.3/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.3/win32/build/
H A DMakefile.phpize19 -rd /s /q $(BUILD_DIR)\pecl
23 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @rd /s /q %D
24 …-@del /f /q $(BUILD_DIR)\*.res $(BUILD_DIR)\*.manifest $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUI…
H A DMakefile112 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)
116 -rd /s /q $(BUILD_DIR)\pecl
121 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @rd /s /q %D
123 …-@del /f /q $(BUILD_DIR)\*.res $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUILD_DIR)\*.pdb $(BUILD_DI…
136 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)
137 -rd /s /q $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)
138 …-del /f /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)$(PHP_ZTS_ARCHIVE_POSTFIX)-Win32-$(PHP_COMPILER_S…
139 …-del /f /q $(BUILD_DIR)\php-debug-pack-$(PHP_VERSION_STRING)$(PHP_ZTS_ARCHIVE_POSTFIX)-Win32-$(PHP…
140 …-del /f /q $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)$(PHP_ZTS_ARCHIVE_POSTFIX)-Win32-$(PHP_COMPILER_…
/PHP-5.3/ext/mysqli/
H A Dmysqli_mysqlnd.h43 #define mysqli_async_query(c, q, l) mysqlnd_async_query((c), (q), (l)) argument
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1043 if(!Q_Size(value->v->q)) { in XMLRPC_SetIsVector()
1052 if(value->v->q) { in XMLRPC_SetIsVector()
1053 Q_Init(value->v->q); in XMLRPC_SetIsVector()
1266 if(vector && vector->v && vector->v->q) { in XMLRPC_VectorGetValueWithID_Case()
1267 q_iter qi = Q_Iter_Head_F(vector->v->q); in XMLRPC_VectorGetValueWithID_Case()
1294 q_iter qi = Q_Iter_Head_F(vector->v->q); in XMLRPC_VectorRemoveValue()
1300 Q_Iter_Del(vector->v->q, qi); in XMLRPC_VectorRemoveValue()
1472 Q_Destroy(value->v->q); in XMLRPC_CleanupValue()
1473 my_free(value->v->q); in XMLRPC_CleanupValue()
1643 q_iter qi = Q_Iter_Head_F (xSource->v->q); in XMLRPC_DupValueNew()
[all …]
/PHP-5.3/ext/spl/tests/
H A DarrayObject_ksort_basic1.phpt14 $ao2 = new ArrayObject(array('b'=>4,'a'=>2,'q'=>3, 99=>'x'));
43 ["q"]=>
/PHP-5.3/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.3/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.c1028 off = q->b; in mget()
1031 off = q->h; in mget()
1034 off = (short)((q->hs[0]<<8)|(q->hs[1])); in mget()
1037 off = (short)((q->hs[1]<<8)|(q->hs[0])); in mget()
1044 off = (int32_t)((q->hl[0]<<24)|(q->hl[1]<<16)| in mget()
1045 (q->hl[2]<<8)|(q->hl[3])); in mget()
1049 off = (int32_t)((q->hl[3]<<24)|(q->hl[2]<<16)| in mget()
1050 (q->hl[1]<<8)|(q->hl[0])); in mget()
1053 off = (int32_t)((q->hl[1]<<24)|(q->hl[0]<<16)| in mget()
1054 (q->hl[3]<<8)|(q->hl[2])); in mget()
[all …]
/PHP-5.3/ext/standard/
H A Durl_scanner_ex.c75 char *q; in PHP_INI_MH() local
79 for (q = key; *q; q++) in PHP_INI_MH()
80 *q = tolower(*q); in PHP_INI_MH()
81 keylen = q - key; in PHP_INI_MH()
103 #define YYLIMIT q in PHP_INI_END()
108 register const char *p, *q; in PHP_INI_END() local
112 q = (p = url->c) + url->len; in PHP_INI_END()
205 smart_str_appendl(dest, bash, q - bash); in PHP_INI_END()
246 #define YYMARKER q
340 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;
H A Dhtml.c1036 q += php_utf32_utf8(q, code); in php_unescape_html_entities()
1045 *(q++) = code; in php_unescape_html_entities()
1053 *(q++) = code; in php_unescape_html_entities()
1066 *(q++) = code; in php_unescape_html_entities()
1085 *(q++) = *p; in php_unescape_html_entities()
1096 *(q++) = '&'; in php_unescape_html_entities()
1099 *(q++) = *(p++); in php_unescape_html_entities()
1100 *(q++) = *(p++); in php_unescape_html_entities()
1103 *(q++) = *(p++); in php_unescape_html_entities()
1106 *(q++) = *(p++); in php_unescape_html_entities()
[all …]
H A Dcrypt_freesec.c621 u_char *p, *q; in _crypt_extended_r() local
630 q = (u_char *) keybuf; in _crypt_extended_r()
631 while (q - (u_char *) keybuf < sizeof(keybuf)) { in _crypt_extended_r()
632 *q++ = *key << 1; in _crypt_extended_r()
671 q = (u_char *) keybuf; in _crypt_extended_r()
672 while (q - (u_char *) keybuf < sizeof(keybuf) && *key) in _crypt_extended_r()
673 *q++ ^= *key++ << 1; in _crypt_extended_r()
/PHP-5.3/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.3/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-5.3/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.3/Zend/
H A Dzend_alloc.c939 mm_block = q; in zend_mm_free_cache()
1112 q = p; in zend_mm_startup_ex()
1114 q = q->prev_free_block; in zend_mm_startup_ex()
1117 q = p; in zend_mm_startup_ex()
1119 q = q->next_free_block; in zend_mm_startup_ex()
1224 if (q <= p || in zend_mm_find_leaks()
1243 p = q; in zend_mm_find_leaks()
1260 if (q <= p || in zend_mm_check_leaks()
1301 p = q; in zend_mm_check_leaks()
1544 if (q <= p || in zend_mm_check_heap()
[all …]
/PHP-5.3/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.3/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…
H A Dwrite14.phar10 ��q
/PHP-5.3/ext/phar/tests/files/
H A Dfrontcontroller2.phar6 …����ж���������a.phps����G���l�`�������hiohio<?php function hio(){}۬�q��S�,ۋ�2�X��"(����GB…
/PHP-5.3/ext/standard/tests/math/
H A Dhexdec.phpt12 var_dump(hexdec("12345q"));

Completed in 65 milliseconds

123456