Home
last modified time | relevance | path

Searched refs:result (Results 826 – 835 of 835) sorted by relevance

1...<<31323334

/PHP-5.5/Zend/tests/
H A D019.phpt361 // because these are not functions but statements, it will result in syntax error.
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c2136 sljit_uw *result; in allocate_read_only_data() local
2141 result = (sljit_uw *)SLJIT_MALLOC(size + sizeof(sljit_uw), compiler->allocator_data); in allocate_read_only_data()
2142 if (SLJIT_UNLIKELY(result == NULL)) in allocate_read_only_data()
2148 *(void**)result = common->read_only_data_head; in allocate_read_only_data()
2149 common->read_only_data_head = (void *)result; in allocate_read_only_data()
2150 return result + 1; in allocate_read_only_data()
H A DNEWS563 result of this change; I hope that performance will not be much affected.
H A DREADME814 When the dftables program is run as a result of --enable-rebuild-chartables,
/PHP-5.5/ext/phar/
H A Dphar_object.c175 zval *result = NULL; in phar_file_action() local
293 EG(return_value_ptr_ptr) = &result; in phar_file_action()
/PHP-5.5/
H A DINSTALL331 binary, so the final result here is a single httpd binary that includes
806 virtual()) to make subrequests on the web server and insert the result
1496 This will result in the following directory:
/PHP-5.5/win32/
H A Dinstall.txt847 virtual()) to make subrequests on the web server and insert the result
1182 This will result in the following directory:
/PHP-5.5/build/
H A Dlibtool.m4817 # during glob expansion). Even if it were fixed, the result of this
2200 *** The result is that libtool may fail to recognize shared libraries
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c23736 double result;
23854 result = s / scale;
23855 result /= 1.0e+308;
23857 result = s * scale;
23858 result *= 1.0e+308;
23862 result = 0.0*s;
23878 result = (double)s;
23883 *pResult = result;
39779 PgHdr result, *pTail;
39780 pTail = &result;
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic16563 >>12 string . raw result text
16567 >>37 string <: v%.4s raw result text
16572 >>>20 string <: v%.4s raw result text
16573 >>16 string <: v%.4s raw result text

Completed in 601 milliseconds

1...<<31323334