Home
last modified time | relevance | path

Searched refs:res (Results 526 – 535 of 535) sorted by relevance

1...<<2122

/PHP-5.3/ext/phar/
H A Dphar.c3335 zend_op_array *res; local
3394 res = phar_orig_compile_file(file_handle, type TSRMLS_CC);
3397 res = NULL;
3408 return res;
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch1888 + char *res;
1915 + res = php_pcre_replace_impl(pce, ms->o.buf, strlen(ms->o.buf), repl,
1922 + if (NULL == res) {
1938 + strncpy(ms->o.buf, res, res_len);
1941 + efree(res);
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_net.c286 if (res == Z_OK) { in MYSQLND_METHOD()
/PHP-5.3/ext/date/lib/
H A Dparse_date.re791 timelib_tzinfo *res;
838 if ((res = tz_wrapper(tz_abbr, tzdb)) != NULL) {
839 t->tz_info = res;
H A Dparse_date.c793 timelib_tzinfo *res; in timelib_get_zone() local
840 if ((res = tz_wrapper(tz_abbr, tzdb)) != NULL) { in timelib_get_zone()
841 t->tz_info = res; in timelib_get_zone()
/PHP-5.3/ext/gd/
H A Dgd.c4988 int nelem, i, j, res; in PHP_FUNCTION() local
5022 res = gdImageConvolution(im_src, matrix, div, offset); in PHP_FUNCTION()
5024 if (res) { in PHP_FUNCTION()
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug37083.phpt53 $res=$ws->search($search,0,10);
/PHP-5.3/ext/standard/
H A Dbasic_functions.c5204 int res = php_ob_get_buffer(return_value TSRMLS_CC); local
5207 if (res == SUCCESS && Z_STRLEN_P(return_value) > 0) {
5212 if (res == SUCCESS) {
/PHP-5.3/Zend/
H A Dzend_builtin_functions.c202 ZEND_ARG_INFO(0, res)
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic11662 # .res
11663 0 string \000\000\000\000\040\000\000\000\377 MSVC .res
11664 0 string \377\003\000\377\001\000\020\020\350 MSVC .res
11665 0 string \377\003\000\377\001\000\060\020\350 MSVC .res

Completed in 149 milliseconds

1...<<2122