Home
last modified time | relevance | path

Searched refs:q (Results 76 – 100 of 167) sorted by relevance

1234567

/PHP-5.5/ext/phar/tests/files/
H A Dfrontcontroller2.phar6 …����ж���������a.phps����G���l�`�������hiohio<?php function hio(){}۬�q��S�,ۋ�2�X��"(����GB…
/PHP-5.5/ext/standard/tests/math/
H A Dhexdec.phpt12 var_dump(hexdec("12345q"));
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c761 const uint8_t *p, *q, *e; in cdf_read_property_info() local
820 q = (const uint8_t *)(const void *) in cdf_read_property_info()
823 if (q < p || q > e) { in cdf_read_property_info()
828 inp[i].pi_type = CDF_GETUINT32(q, 0); in cdf_read_property_info()
832 nelements = CDF_GETUINT32(q, 1); in cdf_read_property_info()
852 (void)memcpy(&s16, &q[o4], sizeof(s16)); in cdf_read_property_info()
858 (void)memcpy(&s32, &q[o4], sizeof(s32)); in cdf_read_property_info()
865 (void)memcpy(&u32, &q[o4], sizeof(u32)); in cdf_read_property_info()
914 uint32_t l = CDF_GETUINT32(q, o); in cdf_read_property_info()
925 if (q + o >= e) in cdf_read_property_info()
[all …]
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dwrite14.phar10 ��q
H A Dwrite5.phar21 0���������������������hi���`q�I���zzo�������hi
/PHP-5.5/ext/standard/
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.5/ext/standard/tests/strings/
H A Dstr_replace.phpt23 var_dump( str_replace("q", "q", "q", $count) );
106 array("q", "q"),
112 array("q", "q"),
158 array("q", "q", "c"),
165 array("q", "q", "c"),
172 var_dump(str_replace("a", array("q", "q", "c"), array("aaa", "bbb"), $count));
246 string(1) "q"
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c1477 if (*q-- == '.') { in php_cli_server_request_translate_vpath()
1486 if (*q == '/') { in php_cli_server_request_translate_vpath()
1487 *q = '\\'; in php_cli_server_request_translate_vpath()
1489 } while (q-- > p); in php_cli_server_request_translate_vpath()
1493 q = p; in php_cli_server_request_translate_vpath()
1494 while (q > buf) { in php_cli_server_request_translate_vpath()
1505 q += l; in php_cli_server_request_translate_vpath()
1522 *q = DEFAULT_SLASH; in php_cli_server_request_translate_vpath()
1524 while (q > buf && *(--q) != DEFAULT_SLASH); in php_cli_server_request_translate_vpath()
1525 prev_path_len = p - q; in php_cli_server_request_translate_vpath()
[all …]
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_private.h125 queue *q; /* list of child values */ member
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput1129 …nsw\:YKZ\%Q\.Kne9\#hP\?\+b3\(SOvL\,\^\;\&u5\@\?5C5Bhb\=m\-vEh_L15Jl\]U\)0RP6\{q\%L\^_z5E\'Dw6X\b|BM
31 …nsw\:YKZ\%Q\.Kne9\#hP\?\+b3\(SOvL\,\^\;\&u5\@\?5C5Bhb\=m\-vEh_L15Jl\]U\)0RP6\{q\%L\^_z5E\'Dw6X\b|BM
133 /abc(d|e)(*THEN)x(123(*THEN)4|567(b|q)(*THEN)xx)/B
H A Dwintestoutput388 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
97 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
/PHP-5.5/win32/
H A Dtestsuite.dsp107 $(IntDir)\php.exe -q ..\run-tests.php > ..\results.txt
122 $(IntDir)\php.exe -q ..\run-tests.php > ..\results.txt
137 $(IntDir)\php.exe -q ..\run-tests.php > ..\results.txt
H A Dglob.c530 compare(const void *p, const void *q) in compare() argument
532 return(strcmp(*(char **)p, *(char **)q)); in compare()
565 Char *p, *q; local
593 q = pathend;
598 if (q+1 > pathend_last)
600 *q++ = *p++;
604 pathend = q;
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c389 Bucket *p, *q; in accel_use_shm_interned_strings() local
414 while (q) { in accel_use_shm_interned_strings()
417 if (q->nKeyLength) { in accel_use_shm_interned_strings()
418 q->arKey = accel_new_interned_string(q->arKey, q->nKeyLength, 0 TSRMLS_CC); in accel_use_shm_interned_strings()
425 q = q->pListNext; in accel_use_shm_interned_strings()
429 while (q) { in accel_use_shm_interned_strings()
431 q->arKey = accel_new_interned_string(q->arKey, q->nKeyLength, 0 TSRMLS_CC); in accel_use_shm_interned_strings()
433 q = q->pListNext; in accel_use_shm_interned_strings()
437 while (q) { in accel_use_shm_interned_strings()
439 q->arKey = accel_new_interned_string(q->arKey, q->nKeyLength, 0 TSRMLS_CC); in accel_use_shm_interned_strings()
[all …]
/PHP-5.5/sapi/cgi/tests/
H A Dapache_request_headers.phpt25 passthru("$php -n -q $file");
/PHP-5.5/ext/standard/tests/array/
H A Dbug24220.phpt50 string(1) "q"
H A Dasort_object2.phpt61 "a" => new for_string_asort("axx","AXX","d"), "b" => new for_string_asort("T", "t","q"),
152 string(1) "q"
232 string(1) "q"
/PHP-5.5/ext/gd/tests/
H A Dbug49600.phpt15 foreach (array("E", "I", "P", "g", "i", "q") as $c)
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1078 if (*--q != *--p) { in mbfl_strpos()
1150 q = needle_u8_val; in mbfl_strpos()
1152 if (q == qe) { in mbfl_strpos()
1165 if (*q != *p) { in mbfl_strpos()
1168 ++p, ++q; in mbfl_strpos()
1535 if (p > q) { in mbfl_strcut()
1545 for (q = p + length; p < q; p += (m = mbtab[*p])); in mbfl_strcut()
1547 if (p > q) { in mbfl_strcut()
1606 for (q = string->val + from; p < q; p++) { in mbfl_strcut()
1624 length = q - p; in mbfl_strcut()
[all …]
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c1696 *q, /* Iterator for output string */ in PHP_FUNCTION() local
1747 *q++ = '\\'; in PHP_FUNCTION()
1748 *q++ = c; in PHP_FUNCTION()
1752 *q++ = '\\'; in PHP_FUNCTION()
1753 *q++ = '0'; in PHP_FUNCTION()
1754 *q++ = '0'; in PHP_FUNCTION()
1755 *q++ = '0'; in PHP_FUNCTION()
1760 *q++ = '\\'; in PHP_FUNCTION()
1761 *q++ = c; in PHP_FUNCTION()
1765 *q = '\0'; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/ftp/tests/
H A Dcert.pem22 q+Ub1SWXgNZRYCpq3c8Z+jCBgwYDVR0jBHwweoAUyIGuS6vlG9Ull4DWUWAqat3P
/PHP-5.5/ext/snmp/tests/
H A Dsnmp-object-errno-errstr.phpt73 var_dump(@$session->set($oid1, 'q', 'blah'));
135 …so.org.dod.internet.mgmt.mib-2.system.sysContact.0' type='q' value='blah': Bad variable type ("q")"
H A Dsnmp2_set.phpt27 $z = snmp2_set($hostname, $communityWrite, 'SNMPv2-MIB::sysLocation.0', 'q', $timeout, $retries);
131 $z = snmp2_set($hostname, $communityWrite, array($oid1, $oid2), array('q', 's'), array($newvalue1, …
155 Warning: snmp2_set(): Could not add variable: OID='%s' type='q' value='%i': Bad variable type ("q")…
239 Warning: snmp2_set(): Could not add variable: OID='%s' type='q' value='%s': Bad variable type ("q")…
H A Dsnmpset.phpt27 $z = snmpset($hostname, $communityWrite, 'SNMPv2-MIB::sysLocation.0', 'q', $timeout, $retries);
131 $z = snmpset($hostname, $communityWrite, array($oid1, $oid2), array('q', 's'), array($newvalue1, $n…
155 Warning: snmpset(): Could not add variable: OID='%s' type='q' value='%i': Bad variable type ("q") i…
239 Warning: snmpset(): Could not add variable: OID='%s' type='q' value='%s': Bad variable type ("q") i…
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c1300 for (i = 0, q = s; i < 7 && q < end; i++) { in match_at()
1450 q = lowbuf; in match_at()
1452 if (*p != *q) { in match_at()
1455 p++; q++; in match_at()
1544 q = lowbuf; in match_at()
1547 p++; q++; in match_at()
1671 q = p; in match_at()
1672 ALIGNMENT_RIGHT(q); in match_at()
1736 q = p; in match_at()
2660 s = q; in match_at()
[all …]

Completed in 135 milliseconds

1234567