Home
last modified time | relevance | path

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

1234567

/PHP-5.5/Zend/
H A Dzend_API.c1124 zval *q = CE_STATIC_MEMBERS(class_type->parent)[i]; in zend_update_class_constants() local
1126 Z_ADDREF_P(q); in zend_update_class_constants()
1127 Z_SET_ISREF_P(q); in zend_update_class_constants()
1128 CE_STATIC_MEMBERS(class_type)[i] = q; in zend_update_class_constants()
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure1813 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
/PHP-5.5/ext/soap/
H A Dphp_sdl.c3376 sdl_cache_bucket *q; in get_sdl() local
3384 zend_hash_get_current_data_ex(SOAP_GLOBAL(mem_cache), (void **) &q, &pos) == SUCCESS; in get_sdl()
3386 if (q->time < latest) { in get_sdl()
3387 latest = q->time; in get_sdl()
/PHP-5.5/ext/intl/tests/
H A Dgrapheme.phpt364 array( "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "Opq", -1, "q" ),
982 substring of "aa%CC%8Abco%CC%88Opq" from "-1" - grapheme_substr = q == q
/PHP-5.5/ext/wddx/tests/
H A Dbug37569.phpt213 <wddxPacket version='1.0'><header/><data><string>q</string></data></wddxPacket>
/PHP-5.5/
H A Dltmain.sh1316 if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
6411 if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then :
H A DNEWS5427 - Updated timezone database to version 2009.17 (2009q). (Derick)
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput14397 /^X(?5)(a)(?|(b)|(q))(c)(d)(Y)/
4400 /^X(?7)(a)(?|(b|(r)(s))|(q))(c)(d)(Y)/
4403 /^X(?7)(a)(?|(b|(?|(r)|(t))(s))|(q))(c)(d)(Y)/
H A Dtestinput61493 /[q-u]+/8iW
H A Dtestoutput17202 /^X(?5)(a)(?|(b)|(q))(c)(d)(Y)/
7211 /^X(?7)(a)(?|(b|(r)(s))|(q))(c)(d)(Y)/
7222 /^X(?7)(a)(?|(b|(?|(r)|(t))(s))|(q))(c)(d)(Y)/
H A Dtestoutput62456 /[q-u]+/8iW
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc226 $apiver = `pear -q info PHP_Archive 2>/dev/null|grep 'API Version'`;
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar10 …���J2������������&���setup/preconditions/gtIsValidClass.php�����J���ۧq�����������setup/gt…
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog110 28. If pcregrep was given the -q option with -c or -l, or when handling a
1294 11. The pattern /(?=(*:x))(q|)/ matches an empty string, and returns the mark
1295 "x". The similar pattern /(?=(*:x))((*:y)q|)/ did not return a mark at all.
2521 ^X(?3)(a)(?|(b)|(q))(Y) is an example.
3805 \q<number> in a data line sets the "match limit" value
4260 -q that suppresses the output of matching lines, which was what -s was
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c21999 char q = ((xtype==etSQLESCAPE3)?'"':'\''); /* Quote character */
22011 if( ch==q ) n++;
22025 if( needQuote ) bufpt[j++] = q;
22029 if( ch==q ) bufpt[j++] = ch;
22031 if( needQuote ) bufpt[j++] = q;
133322 unsigned char *q = (unsigned char *) p;
133325 *q++ = (unsigned char) ((vu & 0x7f) | 0x80);
133328 q[-1] &= 0x7f; /* turn off high bit in final byte */
133329 assert( q - (unsigned char *)p <= FTS3_VARINT_MAX );
133330 return (int) (q - (unsigned char *)p);
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3718 # versions 11 and 15, so look for -q if version is above 14:
3720 >>10 search/100 \ -q\ with inverted index
12373 >0 regex/1 (^[0-9]{5})[cdn][q] MARC21 Community
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt6117 / ( a ) (?| x ( y ) z | (p (q) r) | (t) u (v) ) ( z ) /x

Completed in 709 milliseconds

1234567