Home
last modified time | relevance | path

Searched refs:c (Results 4526 – 4550 of 4665) sorted by relevance

1...<<181182183184185186187

/PHP-5.3/ext/date/tests/
H A DDateTime_setTimezone_variation1.phpt7 * Source code: ext/date/php_date.c
H A Ddate_modify_variation2.phpt7 * Source code: ext/date/php_date.c
H A DDateTime_modify_variation1.phpt7 * Source code: ext/date/php_date.c
/PHP-5.3/
H A DINSTALL231 AddModule mod_php5.c
253 1. gunzip -c apache_1.3.x.tar.gz | tar xf -
258 5. gunzip -c php-5.x.y.tar.gz | tar xf -
1142 # AddModule mod_php5.c
1151 <IfModule mod_php5.c>
1158 <IfModule mod_dir.c>
1644 include_path = ".;c:\php\lib"
1743 <IfModule mod_php5.c>
1747 <IfModule mod_php4.c>
1910 AddModule mod_php.c
[all …]
/PHP-5.3/Zend/
H A Dzend_operators.c41 #define zend_tolower(c) _tolower_l(c, current_locale) argument
43 #define zend_tolower(c) tolower(c) argument
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt23 printf("[001c] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_fetch_field_flags.phpt22 /* TODO: mysqli.c needs to export a few more constants - see all the defined() calls! */
/PHP-5.3/ext/standard/tests/array/
H A Duasort_variation2.phpt7 * Source code: ext/standard/array.c
H A Darray_filter_variation2.phpt7 * Source code: ext/standard/array.c
H A Duksort_variation2.phpt7 * Source code: ext/standard/array.c
H A Darray_intersect_assoc_variation1.phpt8 * Source code: ext/standard/array.c
H A Darray_intersect_variation1.phpt7 * Source code: ext/standard/array.c
H A Darray_splice_variation3.phpt7 * Function is implemented in ext/standard/array.c
H A Darray_intersect_assoc_variation2.phpt8 * Source code: ext/standard/array.c
H A Darray_intersect_variation2.phpt7 * Source code: ext/standard/array.c
H A Darray_key_exists.phpt17 array('a','b','c'),
H A Darray_uintersect_assoc_variation3.phpt7 * Source code: ext/standard/array.c
/PHP-5.3/ext/soap/
H A Dphp_packet_soap.c414 if (zend_hash_find(hdrs, key.c, key.len+1, (void**)&hdr) == SUCCESS) { in parse_packet_soap()
/PHP-5.3/ext/standard/tests/strings/
H A Dstrcspn_variation7.phpt8 * Source code: ext/standard/string.c
H A Dstrspn_variation7.phpt8 * Source code: ext/standard/string.c
H A Dcount_chars_basic.phpt8 * Source code: ext/standard/string.c
/PHP-5.3/sapi/nsapi/
H A Dnsapi-readme.txt37 Windows: "c:/path/to/php5/php5nsapi.dll"
/PHP-5.3/ext/oci8/tests/
H A Dlob_040.phpt17 …$s = oci_parse($c, "insert into ".$schema.$table_name." (id, clob) values(".$i.", '".$i."aaaa".$i.…
23 $s = oci_parse($c, "select clob from ".$schema.$table_name." order by id");
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec.phpt42 exec_and_count(5, $db, "INSERT INTO test(id, col1) VALUES (2, 'b'), (3, 'c')", 2);
/PHP-5.3/ext/mbstring/tests/
H A Dmb_regex_encoding_variation2.phpt12 * Source code: ext/mbstring/php_mbregex.c

Completed in 75 milliseconds

1...<<181182183184185186187