Home
last modified time | relevance | path

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

1...<<181182183184185186187

/PHP-5.3/ext/phar/
H A Dutil.c2267 entry->metadata_str.c = 0;
2289 entry->metadata_str.c = NULL;
/PHP-5.3/
H A DREADME.STREAMS370 Take a look at the STDIO implementation in streams.c for more information
H A Dphp.ini-development799 ;include_path = ".;c:\php\includes"
H A Dphp.ini-production799 ;include_path = ".;c:\php\includes"
/PHP-5.3/ext/standard/tests/strings/
H A Dstrcspn_variation8.phpt8 * Source code: ext/standard/string.c
H A Dstrspn_variation8.phpt8 * Source code: ext/standard/string.c
H A Dstrcspn_variation12.phpt8 * Source code: ext/standard/string.c
H A Dstrspn_variation12.phpt8 * Source code: ext/standard/string.c
/PHP-5.3/ext/sqlite/
H A Dsqlite.c61 # define safe_emalloc(a,b,c) emalloc((a)*(b)+(c)) argument
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_debug.c1243 memcpy(FAKE_PTR(ret), tmp_str.c, tmp_str.len); in _mysqlnd_pestrdup()
/PHP-5.3/ext/date/
H A Dphp_date.c1185 return string.c; in date_format()
3848 return string.c; in date_interval_format()
/PHP-5.3/Zend/
H A DZEND_CHANGES747 public $x = array('a' => 1, 'b' => 2, 'c' => 3);
H A Dzend_vm_execute.h2964 zend_constant c; in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER() local
2975 c.value = *tmp_ptr; in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
2977 c.value = *val; in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
2978 zval_copy_ctor(&c.value); in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
2980 c.flags = CONST_CS; /* non persistent, case sensetive */ in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
2981 c.name = zend_strndup(Z_STRVAL_P(name), Z_STRLEN_P(name)); in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
2982 c.name_len = Z_STRLEN_P(name)+1; in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
2983 c.module_number = PHP_USER_CONSTANT; in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
2985 if (zend_register_constant(&c TSRMLS_CC) == FAILURE) { in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
/PHP-5.3/ext/date/lib/
H A Dparse_date.c138 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } argument
141 #define YYDEBUG(s,c) argument
147 unsigned int c; /* Number of elements */ member
861 for (i = 0; i < arg.c; i++) { \
/PHP-5.3/ext/mbstring/tests/
H A Dmb_encode_mimeheader_indent.phpt14 * Source code: ext/mbstring/mbstring.c

Completed in 182 milliseconds

1...<<181182183184185186187