Home
last modified time | relevance | path

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

1234567

/PHP-5.5/Zend/tests/
H A Dbug32660.phpt7 public $q;
11 $this->q = 3;//array();
16 return $this->q;
34 [q] => 3
/PHP-5.5/ext/pgsql/tests/
H A D80_bug24499.phpt33 $q = pg_query($dbh, "SELECT id FROM id");
34 print_r(pg_fetch_array($q));
35 print_r(pg_fetch_array($q));
36 $id = pg_fetch_object($q);
/PHP-5.5/ext/standard/
H A Dlcg.c51 #define MODMULT(a, b, c, m, s) q = s/a;s=b*(s-a*q)-c*q;if(s<0)s+=m
57 php_int32 q; in php_combined_lcg() local
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_replace_basic.phpt23 var_dump( str_replace("q", "q", "q", $count) );
43 string(1) "q"
H A Dstr_replace_variation3.phpt19 array("q", "q"),
25 array("q", "q"),
71 array("q", "q", "c"),
78 array("q", "q", "c"),
85 var_dump(str_replace("a", array("q", "q", "c"), array("aaa"), $count));
H A Dconvert_cyr_string.phpt12 var_dump(convert_cyr_string((binary)"[[[[[[", "q", "m"));
17 var_dump(convert_cyr_string((binary)"[[[[[[", "i", "q"));
40 Warning: convert_cyr_string(): Unknown source charset: q in %s on line %d
47 Warning: convert_cyr_string(): Unknown destination charset: q in %s on line %d
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregerror.c257 UChar *p, *q; local
276 q = onig_error_code_to_format(code);
278 while (*q != '\0') {
279 if (*q == '%') {
280 q++;
281 if (*q == 'n') { /* '%n': name */
288 q++;
295 *p++ = *q++;
303 q = onig_error_code_to_format(code);
304 len = onigenc_str_bytelen_null(ONIG_ENCODING_ASCII, q);
[all …]
H A Dregenc.c103 UChar* q = (UChar* )p; in onigenc_step() local
105 q += ONIGENC_MBC_ENC_LEN(enc, q); in onigenc_step()
107 return (q <= end ? q : NULL); in onigenc_step()
116 while (q < end) { in onigenc_strlen()
117 q += ONIGENC_MBC_ENC_LEN(enc, q); in onigenc_strlen()
131 UChar* q; in onigenc_strlen_null() local
135 q = p + 1; in onigenc_strlen_null()
138 q++; in onigenc_strlen_null()
156 UChar* q; in onigenc_str_bytelen_null() local
160 q = p + 1; in onigenc_str_bytelen_null()
[all …]
/PHP-5.5/ext/date/tests/
H A D009.phpt18 var_dump(strftime("%%q %%a", $t));
19 var_dump(strftime("%q", $t));
26 var_dump(gmstrftime("%%q %%a", $t));
27 var_dump(gmstrftime("%q", $t));
38 %unicode|string%(5) "%q %a"
47 %unicode|string%(5) "%q %a"
H A D009_win32.phpt20 var_dump(strftime("%%q %%a", $t));
30 var_dump(gmstrftime("%%q %%a", $t));
41 string(5) "%q %a"
48 string(5) "%q %a"
/PHP-5.5/tests/lang/
H A D023.phpt199 $q=3<br>
200 $q=4<br>
202 $q=3<br>
203 $q=4<br>
215 $q=3<br>
216 $q=4<br>
218 $q=3<br>
219 $q=4<br>
231 $q=3<br>
232 $q=4<br>
[all …]
/PHP-5.5/ext/spl/tests/
H A Dbug44615.phpt10 $array = array(array('z',$a),array('q','s'));
27 string(1) "q"
31 string(1) "q"
H A DarrayObject_ksort_basic1.phpt14 $ao2 = new ArrayObject(array('b'=>4,'a'=>2,'q'=>3, 99=>'x'));
47 ["q"]=>
63 ["q"]=>
/PHP-5.5/ext/interbase/tests/
H A Dbug45373.phpt15 $q = ibase_prepare($db, $sql);
16 $r = ibase_execute($q, 1, 'test table not created with isql');
20 $r = ibase_execute($q, 1, 'test table not created with isql', 1);
24 $r = ibase_execute($q, 1);
H A D004.phpt36 $q = ibase_query("SELECT v_blob FROM test4 WHERE v_integer = 1");
38 $row = ibase_fetch_object($q);
56 ibase_free_result($q);
65 $q = ibase_query("SELECT v_blob FROM test4 WHERE v_integer = 2");
66 $row = ibase_fetch_object($q,IBASE_TEXT);
70 ibase_free_result($q);
107 $q = ibase_query("SELECT v_blob FROM test4 WHERE v_integer = 3");
108 $row = ibase_fetch_object($q);
114 ibase_free_result($q);
118 $row = ibase_fetch_object($q,IBASE_TEXT);
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_chunk_variation25.phpt5 $array = array ("p" => "A", "q" => "B", "r" => "C", "s" => "D", "u" => "E", "v" => "F");
19 ["q"]=>
76 ["q"]=>
162 ["q"]=>
230 ["q"]=>
292 ["q"]=>
354 ["q"]=>
413 ["q"]=>
/PHP-5.5/win32/build/
H A DMakefile120 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)
124 -rd /s /q $(BUILD_DIR)\pecl
129 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @rd /s /q %D
134 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)
135 -rd /s /q $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)
136 -rd /s /q $(BUILD_DIR)\php-test-pack-$(PHP_VERSION_STRING)
137 …-del /f /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)$(PHP_ZTS_ARCHIVE_POSTFIX)-Win32-$(PHP_COMPILER_S…
140 -del /f /q $(BUILD_DIR)\php-test-pack-$(PHP_VERSION_STRING).zip
153 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)
154 -rd /s /q $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)
[all …]
H A DMakefile.phpize17 -rd /s /q $(BUILD_DIR)\pecl
21 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @rd /s /q %D
22 …-@del /f /q $(BUILD_DIR)\*.res $(BUILD_DIR)\*.manifest $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUI…
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug44394.phpt6 $string = "<a href='a?q=1'>asd</a>";
18 <a href='a?q=1&a=b'>asd</a>
/PHP-5.5/ext/mbstring/tests/
H A Dbug31911.phpt7 echo mb_decode_mimeheader("Works: =?iso-8859-1?q?=3F=3F=3F?=");
9 echo mb_decode_mimeheader("Fails: =?iso-8859-1?q?=3f=3f=3f?=")
/PHP-5.5/main/
H A Dmergesort.c110 register u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; in php_mergesort() local
148 q = f2; in php_mergesort()
152 q = f1; in php_mergesort()
157 while ((b += size) < t && cmp(q, b TSRMLS_CC) >sense) in php_mergesort()
166 (*cmp)(q, p TSRMLS_CC) <= sense) in php_mergesort()
171 } else if ((*cmp)(q, p TSRMLS_CC) <= sense) { in php_mergesort()
180 if ((*cmp)(q, p = b + i TSRMLS_CC) <= sense) in php_mergesort()
187 if ((*cmp)(q, in php_mergesort()
195 if (q == f1) { in php_mergesort()
/PHP-5.5/
H A Dphp5.spec.in39 #test rpm -q MySQL-devel >&/dev/null && OPTIONS="$OPTIONS --with-mysql=shared"
40 #test rpm -q solid-devel >&/dev/null && OPTIONS="$OPTIONS --with-solid=shared,/home/solid"
41 #test rpm -q postgresql-devel >&/dev/null && OPTIONS="$OPTIONS --with-pgsql=shared"
42 test rpm -q expat >&/dev/null && OPTIONS="$OPTIONS --with-xml=shared"
/PHP-5.5/sapi/apache/
H A Dconfig.m431 $APXS -q CFLAGS >/dev/null 2>&1
39 $APXS -q CFLAGS >/dev/null 2>&1
49 $APXS -q CFLAGS
54 APXS_INCLUDEDIR=`$APXS -q INCLUDEDIR`
55 APXS_CFLAGS=`$APXS -q CFLAGS`
56 APXS_HTTPD=`$APXS -q SBINDIR`/`$APXS -q TARGET`
73 APXS_LIBEXECDIR=`$APXS -q LIBEXECDIR`
92 $APXS -q -S CFLAGS="$APXS_CFLAGS" CFLAGS >/dev/null 2>&1
97 APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR`
98 if test -z `$APXS -q SYSCONFDIR`; then
[all …]
/PHP-5.5/sapi/apache_hooks/
H A Dconfig.m432 $APXS -q CFLAGS >/dev/null 2>&1
40 $APXS -q CFLAGS >/dev/null 2>&1
50 $APXS -q CFLAGS
55 APXS_INCLUDEDIR=`$APXS -q INCLUDEDIR`
56 APXS_CFLAGS=`$APXS -q CFLAGS`
57 APXS_HTTPD=`$APXS -q SBINDIR`/`$APXS -q TARGET`
74 APXS_LIBEXECDIR=`$APXS -q LIBEXECDIR`
93 $APXS -q -S CFLAGS="$APXS_CFLAGS" CFLAGS >/dev/null 2>&1
98 APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR`
99 if test -z `$APXS -q SYSCONFDIR`; then
[all …]
/PHP-5.5/ext/simplexml/tests/
H A Dbug42369.phpt8 $x = simplexml_load_string($xml . "<q><x>foo</x></q>");

Completed in 31 milliseconds

1234567