Home
last modified time | relevance | path

Searched refs:src (Results 251 – 255 of 255) sorted by last modified time

1...<<11

/php-src/ext/dom/tests/
H A DDOMDocumentType_basic_001.phpt27 $xml .= ' <!ATTLIST img src ENTITY #REQUIRED>';
31 $xml .= '<img src="logo"/>';
/php-src/ext/dba/tests/
H A Ddba_ndbm.phpt29 Notice: dba_open(): Handler ndbm does locking internally in /home/girgias/Dev/php-src/ext/dba/tests…
31 Notice: dba_open(): Handler ndbm does locking internally in /home/girgias/Dev/php-src/ext/dba/tests…
33 Notice: dba_open(): Handler ndbm does locking internally in /home/girgias/Dev/php-src/ext/dba/tests…
64 Notice: dba_open(): Handler ndbm does locking internally in /home/girgias/Dev/php-src/ext/dba/tests…
125 Warning: dba_open(): Locking cannot be disabled for handler ndbm in /home/girgias/Dev/php-src/ext/d…
/php-src/build/
H A Dshtool834 for src in $srcs; do
839 dstfile=`echo "$src" | sed -e 's;.*/\([^/]*\)$;\1;'`
844 if [ ".$src" = ".$dst" ]; then
848 if [ -d "$src" ]; then
849 echo "$msgprefix:Warning: source \`$src' is a directory - skipped" 1>&2
860 echo "$src -> $dst" 1>&2
870 echo "cp $src $dsttmp" 1>&2
872 cp "$src" "$dsttmp" || shtool_exit $?
875 echo "mv $src $dsttmp" 1>&2
877 mv "$src" "$dsttmp" || shtool_exit $?
[all …]
/php-src/Zend/tests/
H A Dconcat_002.phpt9 * @see https://github.com/php/php-src/commit/29397f8fd2b4bc8d95e18448ca2d27a62241a407
H A Dbug63217.phpt53 * @see https://github.com/php/php-src/pull/2607#issuecomment-313781748

Completed in 19 milliseconds

1...<<11