Home
last modified time | relevance | path

Searched refs:uses (Results 51 – 75 of 94) sorted by path

1234

/php-src/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt236 // (A lot of this uses traditional Chinese characters, which we also want to be tested)
H A Dsjis_mobile_encodings.phpt203 * uses sequences starting with ESC. Apparently this was used in older
/php-src/ext/mysqli/tests/
H A Dbug49442.phpt69 … 'persistent' means that mysqlnd uses malloc() instead of emalloc(). nothing else. ext/mysqli will
H A Dbug51647.phpt13 …die("skip PHP streams lack support for SSL. mysqli is compiled to use mysqlnd which uses PHP strea…
H A Dbug55283.phpt13 …die("skip PHP streams lack support for SSL. mysqli is compiled to use mysqlnd which uses PHP strea…
H A Dgh8267.phpt2 Bug GH-8267 (MySQLi uses unsupported format specifier on Windows)
H A Dmysqli_stmt_bind_param.phpt14 one difference. This test uses mysqli_query()/mysqli_fetch_assoc() to
H A Dmysqli_stmt_bind_param_many_columns.phpt16 one difference. This test uses mysqli_query()/mysqli_fetch_assoc() to
/php-src/ext/mysqlnd/
H A Dconfig9.m425 dnl If some extension uses mysqlnd it will get compiled in PHP core
48 …ND_SHARED_LIBADD, [AC_DEFINE(MYSQLND_HAVE_SSL,1,[Enable mysqlnd code that uses OpenSSL directly])])
/php-src/ext/odbc/tests/
H A Dodbc_connect_001.phpt9 die('skip uses a DSN alias');
/php-src/ext/opcache/jit/
H A DREADME.md6 Representation and uses [IR - Lightweight JIT Compilation Framework](https://github.com/dstogov/ir)
/php-src/ext/opcache/jit/ir/
H A Dir_gcm.c300 } *uses = ir_mem_malloc(sizeof(*uses) * use_list->count); in ir_split_partially_dead_node() local
331 uses[uses_count].ref = use; in ir_split_partially_dead_node()
352 uses[uses_count].ref = use; in ir_split_partially_dead_node()
353 uses[uses_count].block = i; in ir_split_partially_dead_node()
366 i, clones[i].block, clones[i].use_count, uses[u].ref, uses[u].block); in ir_split_partially_dead_node()
367 u = uses[u].next; in ir_split_partially_dead_node()
369 fprintf(stderr, ", d_%d/BB%d", uses[u].ref, uses[u].block); in ir_split_partially_dead_node()
370 u = uses[u].next; in ir_split_partially_dead_node()
407 use = uses[u].ref; in ir_split_partially_dead_node()
409 u = uses[u].next; in ir_split_partially_dead_node()
[all …]
H A Dir_x86.dasc2119 /* Prefer IMUL over MUL because it's more flexible and uses less registers ??? */
9916 /* WIN64 uses shsow area for registers */
/php-src/ext/opcache/tests/
H A Dbug70111.phpt2 Bug #70111 (Segfault when a function uses both an explicit return type and an explicit cast)
H A Dbug79412.phpt2 Bug #79412 (Opcache chokes and uses 100% CPU on specific script)
H A Dpreload_trait_alias.phpt2 Preloading trait uses with aliased names
/php-src/ext/opcache/tests/jit/
H A Dreg_alloc_002.phpt2 Register Alloction 002: SEND_VAL_EX uses %r0 as a temporary register
/php-src/ext/openssl/tests/
H A Dbug74903.phpt2 Bug #74903 openssl_pkcs7_encrypt() uses different EOL than before
H A Dstream_server_reneg_limit.phpt19 * This test uses the openssl binary directly to initiate renegotiation. At this time it's not
/php-src/ext/pcre/tests/
H A Dpreg_replace_basic.phpt14 … //finds the e-mail address and replaces the @ and . with "at" and "dot" (uses backreferences) ('j…
H A Dpreg_replace_edit_basic.phpt24 … //finds the e-mail address and replaces the @ and . with "at" and "dot" (uses backreferences) ('j…
/php-src/ext/pdo_mysql/
H A Dconfig.m442 AC_DEFINE([PDO_USE_MYSQLND], 1, [Whether pdo_mysql uses mysqlnd])
/php-src/ext/pdo_mysql/tests/
H A Dbug79132.phpt2 Bug #79132: PDO re-uses parameter values from earlier calls to execute()
/php-src/ext/pdo_pgsql/tests/
H A Dbug48764.phpt2 Bug #48764 (PDO_pgsql::query always uses implicit prepared statements if v3 proto available)
/php-src/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc2 // this corrupt zip maker uses portions of Vincent Lascaux's File_Archive to create

Completed in 45 milliseconds

1234