Home
last modified time | relevance | path

Searched refs:c (Results 2201 – 2225 of 4665) sorted by relevance

1...<<81828384858687888990>>...187

/PHP-5.3/ext/reflection/tests/
H A DReflectionClass_getProperty_003.phpt83 showInfo("c::pubC");
84 showInfo("c::PUBC");
208 --- (Reflecting on c::pubC) ---
216 --- (Reflecting on c::PUBC) ---
/PHP-5.3/main/
H A Dspprintf.c152 memset(xbuf->c + xbuf->len, ch, (count)); \
157 #define NUM(c) (c - '0') argument
806 *pbuf = xbuf.c; in vspprintf()
/PHP-5.3/ext/phar/phar/
H A Dpharcommand.inc71 'c' => array(
477 $c = file_get_contents($stub);
479 if (substr($c, 0, 2) == '#!') {
482 $hashbang = substr($c, 0, strpos($c, "\n") + 1);
484 $c = substr($c, strpos($c, "\n") + 1);
487 $hashbang = $c;
489 $c = NULL;
518 $s .= $c;
522 $phar->setStub($hashbang . $c);
592 switch($this->args['c']['val']) {
[all …]
/PHP-5.3/ext/pdo_mysql/
H A Dconfig.m4161 …PHP_NEW_EXTENSION(pdo_mysql, pdo_mysql.c mysql_driver.c mysql_statement.c, $ext_shared,,-I$pdo_inc…
/PHP-5.3/ext/pdo_odbc/
H A Dconfig.m4168 …PHP_NEW_EXTENSION(pdo_odbc, pdo_odbc.c odbc_driver.c odbc_stmt.c, $ext_shared,,-I$pdo_inc_path $PD…
/PHP-5.3/ext/standard/tests/array/
H A Darray_intersect_assoc_variation3.phpt8 * Source code: ext/standard/array.c
56 …array("a\v\f","aaaa\r","b","b\tbbb","c","\[\]\!\@\#\$\%\^\&\*\(\)\{\}"), // with double quoted st…
57 …array('a\v\f','aaaa\r','b','b\tbbb','c','\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // with single quoted st…
H A Darray_intersect_assoc_variation4.phpt8 * Source code: ext/standard/array.c
65 …array("a\v\f","aaaa\r","b","b\tbbb","c","\[\]\!\@\#\$\%\^\&\*\(\)\{\}"), // array with double quo…
66 …array('a\v\f','aaaa\r','b','b\tbbb','c','\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // array with single quo…
H A Darray_intersect_key_variation8.phpt7 * Source code: ext/standard/array.c
H A Darray_key_exists_variation7.phpt7 * Source code: ext/standard/array.c
H A Darray_product_variation1.phpt7 * Source code: ext/standard/array.c
H A Darray_udiff_assoc_basic.phpt7 * Function is implemented in ext/standard/array.c
H A Darray_uintersect_basic.phpt7 * Function is implemented in ext/standard/array.c
H A Dkey_basic.phpt7 * Source code: ext/standard/array.c
H A Dreset_basic.phpt7 * Source code: ext/standard/array.c
/PHP-5.3/ext/standard/tests/strings/
H A Dsubstr.phpt1 --TEST--
2 Testing substr() function
3 --FILE--
4 <?php
5
6 /* Prototype: string substr( string str, int start[, int length] )
7 * Description: Returns the portion of string specified by the start and length parameters.
8 */
9
10 $strings_array = array( NULL, "", 12345, "abcdef", "123abc", "_123abc");
[all …]
H A Dchunk_split_variation2.phpt7 * Source code: ext/standard/string.c
140 string(50) "T*h*i*s* *i*s* *c*h*u*k*l*e*n* *v*a*r*i*a*t*i*o*n*"
146 string(50) "T*h*i*s* *i*s* *c*h*u*k*l*e*n* *v*a*r*i*a*t*i*o*n*"
/PHP-5.3/Zend/
H A DREADME.ZEND_VM12 Most parts of the old zend_execute.c go into zend_vm_def.h. Here you can
28 same as in old zend_execute.c, but now it uses macros to access opcode operands
92 included from zend_execute.c.
/PHP-5.3/sapi/litespeed/
H A Dlsapi_main.c619 int c; in parse_opt() local
621 c = *((*p)+1); in parse_opt()
623 switch( c ) { in parse_opt()
678 int c; in cli_main() local
702 c = *((*p)+1); in cli_main()
704 switch( c ) { in cli_main()
/PHP-5.3/ext/pcre/tests/
H A Dpreg_quote_basic.phpt7 * Function is implemented in ext/pcre/php_pcre.c
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_session_001.phpt20 * Source code: ext/sqlite/sess_sqlite.c
/PHP-5.3/ext/xml/tests/
H A Dxml_parser_create_ns_error.phpt13 * Source code: ext/xml/xml.c
/PHP-5.3/ext/date/tests/
H A Ddate_sub_basic.phpt12 * Source code: ext/date/php_date.c
/PHP-5.3/ext/mysql/tests/
H A Dtable.inc21 if (!mysql_query("INSERT INTO test(id, label) VALUES (1, 'a'), (2, 'b'), (3, 'c'), (4, 'd'), (5, 'e…
/PHP-5.3/ext/oci8/tests/
H A Dstatement_type.phpt27 $s = oci_parse($c, $sql);
/PHP-5.3/ext/standard/tests/dir/
H A Dreaddir_variation2.phpt7 * Source code: ext/standard/dir.c

Completed in 45 milliseconds

1...<<81828384858687888990>>...187