Home
last modified time | relevance | path

Searched refs:source (Results 101 – 125 of 212) sorted by relevance

123456789

/PHP-7.4/ext/dom/tests/
H A DDOMDocument_schemaValidateSource_error3.phpt20 Warning: DOMDocument::schemaValidateSource(): Invalid Schema source in %s.php on line %d
H A DDOMDocument_schemaValidate_error3.phpt20 Warning: DOMDocument::schemaValidate(): Invalid Schema source in %s.php on line %d
H A DDOMDocument_loadHTMLfile_error2.phpt23 %r(PHP ){0,1}%rWarning: DOMDocument::loadHTMLFile(): Invalid file source %s
H A DDOMDocument_relaxNGValidate_error2.phpt2 DOMDocument::relaxNGValidate() should fail on invalid RelaxNG file source
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_copy_to_stream_socket.phpt2 stream_copy_to_stream() with socket as $source
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c581 if (strncasecmp(source, "file:///", 8) == 0) { in _xmlwriter_get_valid_file_path()
582 if (source[sizeof("file:///") - 1] == '\0') { in _xmlwriter_get_valid_file_path()
588 source += 8; in _xmlwriter_get_valid_file_path()
590 source += 7; in _xmlwriter_get_valid_file_path()
600 source += 17; in _xmlwriter_get_valid_file_path()
602 source += 16; in _xmlwriter_get_valid_file_path()
611 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _xmlwriter_get_valid_file_path()
616 memcpy(file_dirname, source, strlen(source)); in _xmlwriter_get_valid_file_path()
617 dir_len = php_dirname(file_dirname, strlen(source)); in _xmlwriter_get_valid_file_path()
629 file_dest = source; in _xmlwriter_get_valid_file_path()
[all …]
/PHP-7.4/ext/spl/
H A Dspl_directory.c354 spl_filesystem_object *source; in spl_filesystem_object_clone() local
362 intern->flags = source->flags; in spl_filesystem_object_clone()
364 switch (source->type) { in spl_filesystem_object_clone()
367 intern->_path = estrndup(source->_path, source->_path_len); in spl_filesystem_object_clone()
388 intern->oth = source->oth; in spl_filesystem_object_clone()
459 ce = ce ? ce : source->info_class; in spl_filesystem_object_create_info()
487 switch (source->type) { in spl_filesystem_object_create_type()
501 ce = ce ? ce : source->info_class; in spl_filesystem_object_create_type()
512 ZVAL_STRINGL(&arg1, source->file_name, source->file_name_len); in spl_filesystem_object_create_type()
516 intern->file_name = estrndup(source->file_name, source->file_name_len); in spl_filesystem_object_create_type()
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dconvert_cyr_string.phpt22 Warning: convert_cyr_string(): Unknown source charset: in %s on line %d
34 Warning: convert_cyr_string(): Unknown source charset: q in %s on line %d
H A Dconvert_cyr_string_error.phpt36 Warning: convert_cyr_string(): Unknown source charset: ? in %s on line %d
50 Warning: convert_cyr_string(): Unknown source charset: > in %s on line %d
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_094.phpt2 Edge cases relating to reference source tracking
/PHP-7.4/win32/build/
H A Dmkdist.php157 function copy_text_file($source, $dest) argument
159 $text = file_get_contents($source);
390 function copy_dir($source, $dest) argument
398 $d = opendir($source);
403 $fs = $source . '/' . $f;
/PHP-7.4/ext/fileinfo/libmagic/
H A DLICENSE12 Redistribution and use in source and binary forms, with or without
16 1. Redistributions of source code must retain the above copyright
/PHP-7.4/ext/zip/tests/
H A Dzip_open_error.phpt24 Warning: zip_open(): Empty string as source in %s on line %d
H A Doo_open.phpt44 Warning: ZipArchive::open(): Empty string as source in %s on line %d
/PHP-7.4/ext/curl/
H A Dinterface.c2035 if (!Z_ISUNDEF(source->handlers->write->stream)) { in _php_setup_easy_copy_handlers()
2036 Z_ADDREF(source->handlers->write->stream); in _php_setup_easy_copy_handlers()
2040 if (!Z_ISUNDEF(source->handlers->read->stream)) { in _php_setup_easy_copy_handlers()
2041 Z_ADDREF(source->handlers->read->stream); in _php_setup_easy_copy_handlers()
2047 Z_ADDREF(source->handlers->write_header->stream); in _php_setup_easy_copy_handlers()
2056 if (!Z_ISUNDEF(source->handlers->passwd)) { in _php_setup_easy_copy_handlers()
2077 if (source->handlers->progress) { in _php_setup_easy_copy_handlers()
2087 if (source->handlers->fnmatch) { in _php_setup_easy_copy_handlers()
2099 ch->to_free = source->to_free; in _php_setup_easy_copy_handlers()
2101 ch->clone = source->clone; in _php_setup_easy_copy_handlers()
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.h57 PHPDBG_COMMAND(source);
H A DREADME.md29 To install **phpdbg**, you must compile the source against your PHP installation
41 Where the source directory has been used previously to build PHP, there exists a
/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c362 char *source = NULL, *desc = NULL, *msg = NULL; in php_com_invoke_helper() local
368 source = php_com_olestring_to_string(e.bstrSource, &source_len, obj->code_page); in php_com_invoke_helper()
377 source ? source : "Unknown", in php_com_invoke_helper()
381 source ? source : "Unknown", in php_com_invoke_helper()
387 if (source) { in php_com_invoke_helper()
388 efree(source); in php_com_invoke_helper()
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A DREADME.md20 private functions that are nonetheless shared between source files without
/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_variation16.phpt7 /* Prototype : array token_get_all(string $source)
8 * Description: splits the given source into an array of PHP languange tokens
25 $source = '<?php
53 $tokens = token_get_all($source);
/PHP-7.4/ext/hash/
H A Dhash_whirlpool.c279 const unsigned char *source = input; in PHP_WHIRLPOOLUpdate() local
305 b = ((source[sourcePos] << sourceGap) & 0xff) | in PHP_WHIRLPOOLUpdate()
306 ((source[sourcePos + 1] & 0xff) >> (8 - sourceGap)); in PHP_WHIRLPOOLUpdate()
334 b = (source[sourcePos] << sourceGap) & 0xff; /* bits are left-justified on b. */ in PHP_WHIRLPOOLUpdate()
/PHP-7.4/
H A DREADME.md37 ### Building PHP source code
60 ## Testing PHP source code
76 ## Installing PHP built from source
93 The PHP source code is located in the Git repository at
/PHP-7.4/ext/phar/tests/
H A Dbug47085.phpt22 …name "phar://a.phar/x" to "phar://a.phar/y" from extracted phar archive, source does not exist in …
/PHP-7.4/Zend/tests/
H A Dbug45805.phpt22 $source = &$obj->getX();
/PHP-7.4/ext/xmlreader/tests/
H A DsetSchema_error.phpt22 Warning: XMLReader::setSchema(): Schema data source is required in %s on line %d

Completed in 70 milliseconds

123456789